Skip to content

Commit 86853c0

Browse files
committed
release v0.34
1 parent f7a6359 commit 86853c0

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.34 Wed May 28 13:56:57 CEST 2025
44
- add /api/v1/admin/csr endpoint to create csr
55
- cache inventory for 10 seconds
66
- fix check_omd out of bounds read

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.33"
46+
VERSION = "0.34"
4747

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

0 commit comments

Comments
 (0)