From c3d329bd48a885e87e3ac576b2fd3012a28338c6 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 24 Jun 2020 15:01:04 +0200 Subject: [PATCH 1/2] Raise version to 2.8.1 --- VERSION | 2 +- library/Icinga/Application/Version.php | 2 +- modules/doc/module.info | 2 +- modules/migrate/module.info | 2 +- modules/monitoring/module.info | 2 +- modules/setup/module.info | 2 +- modules/test/module.info | 2 +- modules/translation/module.info | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index b77e3cc58..30505b0b8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v2.8.0 +v2.8.1 diff --git a/library/Icinga/Application/Version.php b/library/Icinga/Application/Version.php index 0c78417fe..1fd623785 100644 --- a/library/Icinga/Application/Version.php +++ b/library/Icinga/Application/Version.php @@ -8,7 +8,7 @@ namespace Icinga\Application; */ class Version { - const VERSION = '2.8.0'; + const VERSION = '2.8.1'; /** * Get the version of this instance of Icinga Web 2 diff --git a/modules/doc/module.info b/modules/doc/module.info index 6abbc7986..0be71b07d 100644 --- a/modules/doc/module.info +++ b/modules/doc/module.info @@ -1,4 +1,4 @@ Module: doc -Version: 2.8.0 +Version: 2.8.1 Description: Documentation module Extracts, shows and exports documentation for Icinga Web 2 and its modules. diff --git a/modules/migrate/module.info b/modules/migrate/module.info index 97a7a778a..082d9566b 100644 --- a/modules/migrate/module.info +++ b/modules/migrate/module.info @@ -1,5 +1,5 @@ Module: migrate -Version: 2.8.0 +Version: 2.8.1 Description: Migrate module This module was introduced with the domain-aware authentication feature in version 2.5.0. It helps you migrating users and user configurations according to a given domain. diff --git a/modules/monitoring/module.info b/modules/monitoring/module.info index 6a7188ebe..08dd9a0ff 100644 --- a/modules/monitoring/module.info +++ b/modules/monitoring/module.info @@ -1,5 +1,5 @@ Module: monitoring -Version: 2.8.0 +Version: 2.8.1 Description: Icinga monitoring module IDO accessor and UI for your monitoring. This is the initial instalment for a graphical presentation of Icinga environments. The predecessor of Icinga DB. diff --git a/modules/setup/module.info b/modules/setup/module.info index 72cfd45de..29e84b7b5 100644 --- a/modules/setup/module.info +++ b/modules/setup/module.info @@ -1,5 +1,5 @@ Module: setup -Version: 2.8.0 +Version: 2.8.1 Description: Setup module Web based wizard for setting up Icinga Web 2 and its modules. This includes the data backends (e.g. relational database, LDAP), diff --git a/modules/test/module.info b/modules/test/module.info index 7aa42a778..1c46c73fd 100644 --- a/modules/test/module.info +++ b/modules/test/module.info @@ -1,5 +1,5 @@ Module: test -Version: 2.8.0 +Version: 2.8.1 Description: Translation module This module allows developers to run (unit) tests against Icinga Web 2 and any of its modules. Usually you do not need to enable this. diff --git a/modules/translation/module.info b/modules/translation/module.info index ac6e3a284..6a590ce93 100644 --- a/modules/translation/module.info +++ b/modules/translation/module.info @@ -1,5 +1,5 @@ Module: translation -Version: 2.8.0 +Version: 2.8.1 Description: Translation module This module allows developers and translators to translate Icinga Web 2 and its modules for multiple languages. You do not need this module to run an From 52cad1589ce04aab5aa87e69b7f8446683288405 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 24 Jun 2020 16:07:59 +0200 Subject: [PATCH 2/2] CHANGELOG: Add release notes for v2.8.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07561ebd7..57f43b828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,38 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati ## What's New +### What's New in Version 2.8.1 + +You can find all issues related to this release on the respective [milestone](https://github.com/Icinga/icingaweb2/milestone/61?closed=1). + +#### Case Sensitivity Problems + +A fix in v2.8.0 led to users being not able to login if they got their username's case wrong. A hostgroup name's case +has also been incorrectly taken into account despite using a `CI` labelled column in the servicegrid and other lists. + +* Login usernames now case sensitive in 2.8 [#4184](https://github.com/Icinga/icingaweb2/issues/4184) +* Case insensitive hostgroup filter in service grid not working [#4178](https://github.com/Icinga/icingaweb2/issues/4178) + +#### Issues With Numbers + +An attempt to avoid misrepresenting environments in the tactical overview had an opposite effect by showing negative +numbers. Filtering for timestamps in the event history also showed no results because our filters couldn't cope with +plain numbers anymore. + +* Tactical overview showing "-1 pending" hosts [#4174](https://github.com/Icinga/icingaweb2/issues/4174) +* Timestamp filters not working correctly in history views [#4182](https://github.com/Icinga/icingaweb2/issues/4182) + ### What's New in Version 2.8.0 You can find all issues related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/60?closed=1). #### Icinga DB -It's happening. Yes. Our latest hot shit is now available for those who are willing to participate in this enormous +It's happening. Yes. Our latest achievement is now available for those who are willing to participate in this enormous endeavour. Icinga Web 2 is also a crucial part of it and accompanies the first release of Icinga DB. If you like to participate, don't forget to update Icinga Web 2 as well. -#### Support For Even More Hot Shit +#### Support for PHP 7.4 and MySQL 8 We also made sure that you won't be disappointed by Icinga Web 2 if you're running PHP 7.4 or trying to access a MySQL database with version 8+. These should pose no issues anymore now. But if you still somehow managed to get issues