Skip to content

Commit

Permalink
prepare 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Nov 15, 2021
1 parent 2c1ce79 commit 4e7c178
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
15 changes: 10 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
nagstamon (3.7-20210825) unstable; urgency=low
nagstamon (3.8.0) unstable; urgency=low
* New upstream
- added test section to GitHub actions workflows to enable testing
- added basic unit tests and linting to Alertmanager

-- Henri Wahl <[email protected]> Tue, 07 Apr 2021 19:00:00 +0100
- added alertmanager acknownledgment
- added ECP authentication
- added Zabbix 5.4+ support
- Checkmk 2.0 fixes
- Thruk fixes
- Zabbix fixes
- dependency updates

-- Henri Wahl <[email protected]> Mon, 15 Nov 2021 19:00:00 +0100

nagstamon (3.6.0) unstable; urgency=low
* New upstream
Expand Down
2 changes: 1 addition & 1 deletion Nagstamon/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class AppInfo(object):
contains app information previously located in GUI.py
"""
NAME = 'Nagstamon'
VERSION = '3.7-20211115'
VERSION = '3.8.0'
WEBSITE = 'https://nagstamon.de'
COPYRIGHT = '©2008-2021 Henri Wahl et al.'
COMMENTS = 'Nagios status monitor for your desktop'
Expand Down
9 changes: 8 additions & 1 deletion build/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
nagstamon (3.7-20211115) unstable; urgency=low
nagstamon (3.8.0) unstable; urgency=low
* New upstream
- added alertmanager acknownledgment
- added ECP authentication
- added Zabbix 5.4+ support
- Checkmk 2.0 fixes
- Thruk fixes
- Zabbix fixes
- dependency updates

-- Henri Wahl <[email protected]> Mon, 15 Nov 2021 19:00:00 +0100

Expand Down

0 comments on commit 4e7c178

Please sign in to comment.