Skip to content

Commit 974729a

Browse files
committed
Release version 2.10.1
2 parents 1524632 + 057a21c commit 974729a

File tree

10 files changed

+19
-8
lines changed

10 files changed

+19
-8
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Michael T. DeGuzis <mdeguzis@users.noreply.github.com>
8888
Mike Pennisi <mike@mikepennisi.com>
8989
Mikesch-mp <Mikesch-mp@koebbes.de>
9090
Mikko Peltokangas <mikko@peltokangas.org>
91+
moreamazingnick <github@nicolas-schneider.at>
9192
Munzir Taha <munzirtaha@gmail.com>
9293
Nicolai Buchwitz <nicolai.buchwitz@enda.eu>
9394
Niko Martini <niko.martini@netways.de>

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Please make sure to always read our [Upgrading](doc/80-Upgrading.md) documentati
44

55
## What's New
66

7+
### What's New in Version 2.10.1
8+
9+
It's a rather small update this time without any critical bugs. :tada: So let's get straight to the fixes:
10+
11+
* Clicking anywhere on a list item in the dashboard now opens the primary link again, instead of nothing [#4710](https://github.com/Icinga/icingaweb2/issues/4710)
12+
* The `Check Now` and `Remove Acknowledgement` quick actions in an object's detail header are now working again [#4711](https://github.com/Icinga/icingaweb2/issues/4711)
13+
* Clicking on the big number in the tactical overview if there are `UNKNOWN` services, shows `UNKNOWN` services now [#4714](https://github.com/Icinga/icingaweb2/issues/4714)
14+
* The contrast of text in the sidebar, while in light mode, has been increased [#4720](https://github.com/Icinga/icingaweb2/issues/4720)
15+
* A theme without mode support, which is set globally, now also prevents users from configuring the mode [#4723](https://github.com/Icinga/icingaweb2/issues/4723)
16+
717
### What's New in Version 2.10.0
818

919
You can find all issues related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/63?closed=1).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.10.0
1+
v2.10.1

library/Icinga/Application/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
class Version
1010
{
11-
const VERSION = '2.10.0';
11+
const VERSION = '2.10.1';
1212

1313
/**
1414
* Get the version of this instance of Icinga Web 2

modules/doc/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Module: doc
2-
Version: 2.10.0
2+
Version: 2.10.1
33
Description: Documentation module
44
Extracts, shows and exports documentation for Icinga Web 2 and its modules.

modules/migrate/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: migrate
2-
Version: 2.10.0
2+
Version: 2.10.1
33
Description: Migrate module
44
This module was introduced with the domain-aware authentication feature in version 2.5.0.
55
It helps you migrating users and user configurations according to a given domain.

modules/monitoring/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: monitoring
2-
Version: 2.10.0
2+
Version: 2.10.1
33
Description: Icinga monitoring module
44
IDO accessor and UI for your monitoring. This is the initial instalment for a
55
graphical presentation of Icinga environments. The predecessor of Icinga DB.

modules/setup/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: setup
2-
Version: 2.10.0
2+
Version: 2.10.1
33
Description: Setup module
44
Web based wizard for setting up Icinga Web 2 and its modules.
55
This includes the data backends (e.g. relational database, LDAP),

modules/test/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: test
2-
Version: 2.10.0
2+
Version: 2.10.1
33
Description: Translation module
44
This module allows developers to run (unit) tests against Icinga Web 2 and
55
any of its modules. Usually you do not need to enable this.

modules/translation/module.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Module: translation
2-
Version: 2.10.0
2+
Version: 2.10.1
33
Description: Translation module
44
This module allows developers and translators to translate modules for multiple
55
languages. You do not need this module to run an internationalized web frontend.

0 commit comments

Comments
 (0)