Skip to content

Commit cd731aa

Browse files
committed
chore: bump version number [skip ci]
1 parent 8e5b146 commit cd731aa

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
77

88
## [Unreleased]
99

10+
tbd
11+
12+
13+
14+
## [v2.2.1] - 2025-09-22
15+
1016
### Fixed ("fix")
1117

1218
Monitoring Plugins:
1319

1420
* ntp-chronyd, ntp-ntpd: SyntaxError: f-string: unmatched '(' on python 3.11 ([#952](https://github.com/Linuxfabrik/lib/issues/952))
1521

1622

23+
1724
## [v2.2.0] - 2025-09-19
1825

1926
### Added ("feat")
@@ -1998,7 +2005,8 @@ Monitoring Plugins:
19982005
Initial release for the general public.
19992006

20002007

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
20022010
[v2.2.0]: https://github.com/Linuxfabrik/monitoring-plugins/compare/v2.1.1...v2.2.0
20032011
[v2.1.1]: https://github.com/Linuxfabrik/monitoring-plugins/compare/v2.1.0...v2.1.1
20042012
[v2.1.0]: https://github.com/Linuxfabrik/monitoring-plugins/compare/v2.0.0...v2.1.0

check-plugins/about-me/about-me

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ except ImportError:
4040

4141

4242
__author__ = 'Linuxfabrik GmbH, Zurich/Switzerland'
43-
__version__ = '2025091901 / v2.2.0'
43+
__version__ = '2025092201 / v2.2.1'
4444

4545
DESCRIPTION = 'Provides a quick overview of host dimensions and software.'
4646

0 commit comments

Comments
 (0)