Skip to content

Commit 77b69ef

Browse files
committed
release v0.39
Signed-off-by: Sven Nierlein <[email protected]>
1 parent ce03321 commit 77b69ef

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.39 Tue Nov 18 14:22:01 CET 2025
44
- optionally send HSTS header in HTTP response
55
- update node exporter to 1.10.2
66
- check_service: improve filter by name

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.38"
46+
VERSION = "0.39"
4747

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

0 commit comments

Comments
 (0)