From b1c78379a4f152cb811aa3fb5193afbbcb53aee3 Mon Sep 17 00:00:00 2001 From: Tom Walker Date: Sun, 4 Feb 2024 19:01:41 +0000 Subject: [PATCH 1/2] [prometheus-snmp-exporter] Add Tom as maintainer Signed-off-by: Tom Walker --- .github/CODEOWNERS | 2 +- charts/prometheus-snmp-exporter/Chart.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8c3bb716e2a0..0969a05aa086 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -45,7 +45,7 @@ /charts/prometheus-rabbitmq-exporter/ @desaintmartin @iamabhishek-dubey @juanchimienti @monotek /charts/prometheus-redis-exporter/ @acondrat @zanhsieh /charts/prometheus-smartctl-exporter/ @kfox1111 @zeritti -/charts/prometheus-snmp-exporter/ @miouge1 @xiu +/charts/prometheus-snmp-exporter/ @miouge1 @xiu @walker-tom /charts/prometheus-stackdriver-exporter/ @apenney @rpahli /charts/prometheus-statsd-exporter/ @scDisorder /charts/prometheus-systemd-exporter/ @capuche2412 @maxime1907 diff --git a/charts/prometheus-snmp-exporter/Chart.yaml b/charts/prometheus-snmp-exporter/Chart.yaml index 6db5cbea0d1f..1597d22e0608 100644 --- a/charts/prometheus-snmp-exporter/Chart.yaml +++ b/charts/prometheus-snmp-exporter/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Prometheus SNMP Exporter name: prometheus-snmp-exporter -version: 1.8.1 +version: 1.8.2 appVersion: v0.21.0 home: https://github.com/prometheus/snmp_exporter sources: @@ -15,3 +15,5 @@ maintainers: email: maxime@root314.com - name: xiu email: github@xiu.io + - name: walker-tom + email: walker.thomas.p@gmail.com From d098a5e940cc069f5d513954cb0989792caf294c Mon Sep 17 00:00:00 2001 From: Tom Walker Date: Wed, 7 Feb 2024 15:07:50 +0200 Subject: [PATCH 2/2] Update .github/CODEOWNERS Reorder maintainer names to be sorted Co-authored-by: Ben Kochie Signed-off-by: Tom Walker --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0969a05aa086..be1ffd22976f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -45,7 +45,7 @@ /charts/prometheus-rabbitmq-exporter/ @desaintmartin @iamabhishek-dubey @juanchimienti @monotek /charts/prometheus-redis-exporter/ @acondrat @zanhsieh /charts/prometheus-smartctl-exporter/ @kfox1111 @zeritti -/charts/prometheus-snmp-exporter/ @miouge1 @xiu @walker-tom +/charts/prometheus-snmp-exporter/ @miouge1 @walker-tom @xiu /charts/prometheus-stackdriver-exporter/ @apenney @rpahli /charts/prometheus-statsd-exporter/ @scDisorder /charts/prometheus-systemd-exporter/ @capuche2412 @maxime1907