Skip to content

Commit 8a85ea7

Browse files
committed
release v0.36
1 parent 35f6e61 commit 8a85ea7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This file documents the revision history for the SNClient agent.
22

3-
next:
3+
0.36 Tue Jul 29 14:24:04 CEST 2025
44
- add new attribute "require password" which must be disabled to allow requests without password
55
- disallow empty passwords and empty passwords no longer disable password authentication
66
- check_service: add support for comma separated service list

pkg/snclient/snclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const (
4343
" monitoring agent designed as replacement for NRPE and NSClient++."
4444

4545
// VERSION contains the actual snclient version.
46-
VERSION = "0.35"
46+
VERSION = "0.36"
4747

4848
// ExitCodeOK is used for normal exits.
4949
ExitCodeOK = 0

0 commit comments

Comments
 (0)