Skip to content

Commit 46fe963

Browse files
committed
release v0.44
Signed-off-by: Sven Nierlein <sven@consol.de>
1 parent b7fe292 commit 46fe963

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.44 Wed Jun 24 13:03:43 CEST 2026
44
- fix running external scripts with sudo (#388)
55
- fix rpm installation not creating required snclient user during update (#380)
66
- fix logfile ownership after upgrade (#380)

pkg/snclient/snclient.go

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

4949
// VERSION contains the actual snclient version.
50-
VERSION = "0.43"
50+
VERSION = "0.44"
5151

5252
// ExitCodeOK is used for normal exits.
5353
ExitCodeOK = 0

0 commit comments

Comments
 (0)