Merge ~gabrielcocenza/charm-logrotated:jammy-support into charm-logrotated:master

Proposed by Gabriel Cocenza
Status: Merged
Approved by: Eric Chen
Approved revision: bbd8be1454d16ec575b2a60a8e4cea8d61ce98c5
Merged at revision: 8a38de21c7763072bd8b5797313594534984475d
Proposed branch: ~gabrielcocenza/charm-logrotated:jammy-support
Merge into: charm-logrotated:master
Diff against target: 42 lines (+7/-1)
3 files modified
charmcraft.yaml (+5/-1)
src/metadata.yaml (+1/-0)
src/tests/functional/test_logrotate.py (+1/-0)
Reviewer Review Type Date Requested Status
Eric Chen Approve
BootStack Reviewers Pending
Review via email: mp+426911@code.launchpad.net

Commit message

Add support for jammy

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Eric Chen (eric-chen) :
review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 8a38de21c7763072bd8b5797313594534984475d

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charmcraft.yaml b/charmcraft.yaml
2index 633dc6f..026e793 100644
3--- a/charmcraft.yaml
4+++ b/charmcraft.yaml
5@@ -7,10 +7,14 @@ parts:
6 bases:
7 - build-on:
8 - name: ubuntu
9- channel: "20.04"
10+ channel: "22.04"
11 architectures: ["amd64"]
12 run-on:
13 - name: ubuntu
14+ channel: "22.04"
15+ architectures:
16+ - amd64
17+ - name: ubuntu
18 channel: "20.04"
19 architectures:
20 - amd64
21diff --git a/src/metadata.yaml b/src/metadata.yaml
22index 13be393..4f6dea0 100644
23--- a/src/metadata.yaml
24+++ b/src/metadata.yaml
25@@ -14,6 +14,7 @@ series:
26 - xenial
27 - bionic
28 - focal
29+ - jammy
30 tags:
31 - misc
32 requires:
33diff --git a/src/tests/functional/test_logrotate.py b/src/tests/functional/test_logrotate.py
34index bce14e4..d4769cd 100644
35--- a/src/tests/functional/test_logrotate.py
36+++ b/src/tests/functional/test_logrotate.py
37@@ -10,6 +10,7 @@ SERIES = [
38 "xenial",
39 "bionic",
40 "focal",
41+ "jammy"
42 ]
43
44

Subscribers

People subscribed via source and target branches

to all changes: