[pkg-nagios-changes] [Git][nagios-team/pkg-icingaweb2][upstream] New upstream version 2.9.5
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Nov 19 20:07:02 GMT 2021
Bas Couwenberg pushed to branch upstream at Debian Nagios Maintainer Group / pkg-icingaweb2
Commits:
ace71de8 by Bas Couwenberg at 2021-11-19T20:54:10+01:00
New upstream version 2.9.5
- - - - -
12 changed files:
- CHANGELOG.md
- VERSION
- application/VERSION
- library/Icinga/Application/Version.php
- modules/doc/module.info
- modules/migrate/module.info
- modules/monitoring/module.info
- modules/setup/application/forms/LdapDiscoveryPage.php
- modules/setup/module.info
- modules/test/module.info
- modules/translation/module.info
- public/js/icinga/loader.js
Changes:
=====================================
CHANGELOG.md
=====================================
@@ -4,6 +4,13 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati
## What's New
+### What's New in Version 2.9.5
+
+This is a hotfix release which fixes the following issues:
+
+* Some detail views of Icinga Director and other modules are broken with Web 2.9.4 [#4598](https://github.com/Icinga/icingaweb2/issues/4598)
+* Error on skipping LDAP Discovery [#4603](https://github.com/Icinga/icingaweb2/issues/4603)
+
### What's New in Version 2.9.4
You can also find all issues related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/68?closed=1).
=====================================
VERSION
=====================================
@@ -1 +1 @@
-v2.9.4
+v2.9.5
=====================================
application/VERSION
=====================================
@@ -1 +1 @@
-d208d1ccfef86606984739e6357138c459146134 2021-11-10 10:18:58 +0100
+053971c99dc1a4510beb64a888ea695cc14032dc 2021-11-18 10:48:44 +0100
=====================================
library/Icinga/Application/Version.php
=====================================
@@ -8,7 +8,7 @@ namespace Icinga\Application;
*/
class Version
{
- const VERSION = '2.9.4';
+ const VERSION = '2.9.5';
/**
* Get the version of this instance of Icinga Web 2
=====================================
modules/doc/module.info
=====================================
@@ -1,4 +1,4 @@
Module: doc
-Version: 2.9.4
+Version: 2.9.5
Description: Documentation module
Extracts, shows and exports documentation for Icinga Web 2 and its modules.
=====================================
modules/migrate/module.info
=====================================
@@ -1,5 +1,5 @@
Module: migrate
-Version: 2.9.4
+Version: 2.9.5
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.
=====================================
modules/monitoring/module.info
=====================================
@@ -1,5 +1,5 @@
Module: monitoring
-Version: 2.9.4
+Version: 2.9.5
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.
=====================================
modules/setup/application/forms/LdapDiscoveryPage.php
=====================================
@@ -97,12 +97,12 @@ class LdapDiscoveryPage extends Form
*
* @param bool $suppressArrayNotation
*
- * @return array|null
+ * @return array
*/
public function getValues($suppressArrayNotation = false)
{
if (! isset($this->discovery) || ! $this->discovery->isSuccess()) {
- return null;
+ return [];
}
$disc = $this->discovery;
return array(
=====================================
modules/setup/module.info
=====================================
@@ -1,5 +1,5 @@
Module: setup
-Version: 2.9.4
+Version: 2.9.5
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),
=====================================
modules/test/module.info
=====================================
@@ -1,5 +1,5 @@
Module: test
-Version: 2.9.4
+Version: 2.9.5
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.
=====================================
modules/translation/module.info
=====================================
@@ -1,5 +1,5 @@
Module: translation
-Version: 2.9.4
+Version: 2.9.5
Description: Translation module
This module allows developers and translators to translate modules for multiple
languages. You do not need this module to run an internationalized web frontend.
=====================================
public/js/icinga/loader.js
=====================================
@@ -643,7 +643,7 @@
this.loadUrl(parts.shift(), $('#col2'));
} else {
if ($target.attr('id') === 'col2') { // TODO: multicol
- if ($target.data('icingaUrl').split('?')[0] === url.split('?')[0]) {
+ if (($target.data('icingaUrl') || '').split('?')[0] === url.split('?')[0]) {
// Don't do anything in this case
} else if ($('#col1').data('icingaUrl').split('?')[0] === url.split('?')[0]) {
icinga.ui.layout1col();
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icingaweb2/-/commit/ace71de87c35ead2538706c6c6d42bc2757ccce1
--
View it on GitLab: https://salsa.debian.org/nagios-team/pkg-icingaweb2/-/commit/ace71de87c35ead2538706c6c6d42bc2757ccce1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nagios-changes/attachments/20211119/0299f339/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list