Merge ~jsimpso/prometheus-snmp-exporter-charm:master into prometheus-snmp-exporter-charm:master

Proposed by James Simpson
Status: Merged
Approved by: James Simpson
Approved revision: 16b20f0130680e45b8ad48069c8b6fe166abac05
Merged at revision: 4fe0c62a30017efdff3332705bcde1798d757121
Proposed branch: ~jsimpso/prometheus-snmp-exporter-charm:master
Merge into: prometheus-snmp-exporter-charm:master
Diff against target: 44 lines (+19/-1)
2 files modified
charmcraft.yaml (+17/-0)
metadata.yaml (+2/-1)
Reviewer Review Type Date Requested Status
Haw Loeung +1 Approve
Canonical IS Reviewers Pending
Review via email: mp+416170@code.launchpad.net

Commit message

Tag as focal supported, update maintainer

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
Haw Loeung (hloeung) wrote :

LGTM

review: Approve (+1)
Revision history for this message
Haw Loeung (hloeung) wrote :

LGTM

review: Approve (+1)
Revision history for this message
Haw Loeung (hloeung) wrote :

LGTM

review: Approve (+1)
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 4fe0c62a30017efdff3332705bcde1798d757121

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
2new file mode 100644
3index 0000000..c56f6c4
4--- /dev/null
5+++ b/charmcraft.yaml
6@@ -0,0 +1,17 @@
7+type: "charm"
8+bases:
9+ - build-on:
10+ - name: "ubuntu"
11+ channel: "20.04"
12+ run-on:
13+ - name: "ubuntu"
14+ channel: "20.04"
15+ - name: "ubuntu"
16+ channel: "18.04"
17+ - name: "ubuntu"
18+ channel: "16.04"
19+parts:
20+ charm:
21+ source: .
22+ plugin: reactive
23+ build-snaps: [charm]
24\ No newline at end of file
25diff --git a/metadata.yaml b/metadata.yaml
26index 76b9c70..33e3d87 100644
27--- a/metadata.yaml
28+++ b/metadata.yaml
29@@ -1,6 +1,6 @@
30 name: prometheus-snmp-exporter
31 summary: SNMP exporter for Prometheus
32-maintainer: Jacek Nykis <jacek.nykis@canonical.com>
33+maintainer: Prometheus Charmers <prometheus-charmers@lists.launchpad.net>
34 description: |
35 This is an exporter that exposes information gathered from SNMP
36 for use by the Prometheus monitoring system.
37@@ -9,6 +9,7 @@ tags:
38 series:
39 - xenial
40 - bionic
41+ - focal
42 subordinate: false
43 provides:
44 snmp-exporter:

Subscribers

People subscribed via source and target branches