We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ca6ee commit 45b52acCopy full SHA for 45b52ac
2 files changed
Changes
@@ -1,6 +1,6 @@
1
This file documents the revision history for the SNClient agent.
2
3
-next:
+0.42 Fri Feb 13 15:37:38 CET 2026
4
- *DEPRECATION NOTICE* the next release will use an unprivileged snclient user
5
instead of root when using the linux packages.
6
- change minimum golang requirement to 1.25.7
pkg/snclient/snclient.go
@@ -46,7 +46,7 @@ const (
46
" monitoring agent designed as replacement for NRPE and NSClient++."
47
48
// VERSION contains the actual snclient version.
49
- VERSION = "0.41"
+ VERSION = "0.42"
50
51
// ExitCodeOK is used for normal exits.
52
ExitCodeOK = 0
0 commit comments