From 0b5ca477e882925e321588b9a854027e37cf1d2d Mon Sep 17 00:00:00 2001 From: Pavel Storozhenko Date: Mon, 26 Feb 2024 11:52:35 +0100 Subject: [PATCH] feat(prometheus-snmp-exporter): add auth support Signed-off-by: Pavel Storozhenko --- charts/prometheus-snmp-exporter/Chart.yaml | 2 +- charts/prometheus-snmp-exporter/README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/charts/prometheus-snmp-exporter/Chart.yaml b/charts/prometheus-snmp-exporter/Chart.yaml index db93de869ec9..dd9036c26923 100644 --- a/charts/prometheus-snmp-exporter/Chart.yaml +++ b/charts/prometheus-snmp-exporter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Prometheus SNMP Exporter name: prometheus-snmp-exporter version: 3.0.0 -appVersion: v0.21.0 +appVersion: v0.24.1 home: https://github.com/prometheus/snmp_exporter sources: - https://github.com/prometheus/snmp_exporter diff --git a/charts/prometheus-snmp-exporter/README.md b/charts/prometheus-snmp-exporter/README.md index b29a1f7869a0..9f86ab0b268b 100644 --- a/charts/prometheus-snmp-exporter/README.md +++ b/charts/prometheus-snmp-exporter/README.md @@ -81,6 +81,11 @@ serviceMonitor: This version changes the `serviceMonitor.namespace` value from `monitoring` to the namespace the release is deployed to. +### To 3.0.0 + +This version upgrades snmp-exporter version to 0.24.1, which introduces breaking change to configuration format. +See [Module and Auth Split Migration](https://github.com/prometheus/snmp_exporter/blob/main/auth-split-migration.md) for more details. + ## Configuration See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments, visit the chart's [values.yaml](./values.yaml), or run these configuration commands: