Skip to content

Commit ed1877d

Browse files
committed
release v0.30
Signed-off-by: Sven Nierlein <[email protected]>
1 parent c8bdbf4 commit ed1877d

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.30 Wed Jan 15 12:08:28 CET 2025
44
- fix check_drivesize letter: excludes
55
- fix check_service default threshold for linux
66
- chore: update dependencies

pkg/snclient/snclient.go

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

4444
// VERSION contains the actual snclient version.
45-
VERSION = "0.29"
45+
VERSION = "0.30"
4646

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

0 commit comments

Comments
 (0)