about summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2024-01-18 08:16:39 +0100
committerGitHub <noreply@github.com>2024-01-18 08:16:39 +0100
commitc00a2d02bd15ec457eb41127f4427728aef0cdd6 (patch)
tree33df9cc9c3043296ae4c09d94f927bcf2e72fb0e /nixos/doc
parent5332c0dd1b11581eb6f4d71a2c35f5150c41a8b5 (diff)
parent4bd2f9c7377e23c7985d679999ce435cd995863a (diff)
downloadnixlib-c00a2d02bd15ec457eb41127f4427728aef0cdd6.tar
nixlib-c00a2d02bd15ec457eb41127f4427728aef0cdd6.tar.gz
nixlib-c00a2d02bd15ec457eb41127f4427728aef0cdd6.tar.bz2
nixlib-c00a2d02bd15ec457eb41127f4427728aef0cdd6.tar.lz
nixlib-c00a2d02bd15ec457eb41127f4427728aef0cdd6.tar.xz
nixlib-c00a2d02bd15ec457eb41127f4427728aef0cdd6.tar.zst
nixlib-c00a2d02bd15ec457eb41127f4427728aef0cdd6.zip
Merge pull request #251882 from r-ryantm/auto-update/prometheus-snmp-exporter
prometheus-snmp-exporter: 0.22.0 -> 0.25.0
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2405.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2405.section.md b/nixos/doc/manual/release-notes/rl-2405.section.md
index 71f4a8985be4..84ece231efea 100644
--- a/nixos/doc/manual/release-notes/rl-2405.section.md
+++ b/nixos/doc/manual/release-notes/rl-2405.section.md
@@ -128,6 +128,10 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m
 - `security.pam.enableSSHAgentAuth` now requires `services.openssh.authorizedKeysFiles` to be non-empty,
   which is the case when `services.openssh.enable` is true. Previously, `pam_ssh_agent_auth` silently failed to work.
 
+- The configuration format for `services.prometheus.exporters.snmp` changed with release 0.23.0.
+  The module now includes an optional config check, that is enabled by default, to make the change obvious before any deployment.
+  More information about the configuration syntax change is available in the [upstream repository](https://github.com/prometheus/snmp_exporter/blob/b75fc6b839ee3f3ccbee68bee55f1ae99555084a/auth-split-migration.md).
+
 ## Other Notable Changes {#sec-release-24.05-notable-changes}
 
 <!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->