Skip to content

Commit

Permalink
feat(prometheus-snmp-exporter): add auth support
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Storozhenko <[email protected]>
  • Loading branch information
tr3mor committed Feb 26, 2024
1 parent 6c14ee7 commit 0b5ca47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus-snmp-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions charts/prometheus-snmp-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b5ca47

Please sign in to comment.