File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
7
7
8
8
## [ Unreleased]
9
9
10
+ tbd
11
+
12
+
13
+
14
+ ## [ v2.2.1] - 2025-09-22
15
+
10
16
### Fixed ("fix")
11
17
12
18
Monitoring Plugins:
13
19
14
20
* ntp-chronyd, ntp-ntpd: SyntaxError: f-string: unmatched '(' on python 3.11 ([ #952 ] ( https://github.com/Linuxfabrik/lib/issues/952 ) )
15
21
16
22
23
+
17
24
## [ v2.2.0] - 2025-09-19
18
25
19
26
### Added ("feat")
@@ -1998,7 +2005,8 @@ Monitoring Plugins:
1998
2005
Initial release for the general public.
1999
2006
2000
2007
2001
- [ Unreleased ] : https://github.com/Linuxfabrik/monitoring-plugins/compare/v2.2.0...HEAD
2008
+ [ Unreleased ] : https://github.com/Linuxfabrik/monitoring-plugins/compare/v2.2.1...HEAD
2009
+ [ v2.2.1 ] : https://github.com/Linuxfabrik/monitoring-plugins/compare/v2.2.0...v2.2.1
2002
2010
[ v2.2.0 ] : https://github.com/Linuxfabrik/monitoring-plugins/compare/v2.1.1...v2.2.0
2003
2011
[ v2.1.1 ] : https://github.com/Linuxfabrik/monitoring-plugins/compare/v2.1.0...v2.1.1
2004
2012
[ v2.1.0 ] : https://github.com/Linuxfabrik/monitoring-plugins/compare/v2.0.0...v2.1.0
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ except ImportError:
40
40
41
41
42
42
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
43
- __version__ = '2025091901 / v2.2.0 '
43
+ __version__ = '2025092201 / v2.2.1 '
44
44
45
45
DESCRIPTION = 'Provides a quick overview of host dimensions and software.'
46
46
You can’t perform that action at this time.
0 commit comments