@@ -4,6 +4,36 @@ 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.12.5
8+
9+ You can find all issues related to this release on our [ Roadmap] ( https://github.com/Icinga/icingaweb2/milestone/85?closed=1 ) .
10+
11+ #### PHP 8.4 Support
12+
13+ We're again a little behind schedule, but now we support PHP 8.4! This means that installations on Ubuntu 25.04 and
14+ Fedora 42+ can now install Icinga Web without worrying about PHP related incompatibilities. Icinga packages will be
15+ available in the next few days.
16+
17+ #### Good Things Take Time
18+
19+ There's only a single (notable) recent issue that is fixed with this release. All the others are a bit older.
20+
21+ * External URLs set up as dashlets are not * embedded* the same as navigation items [ #5346 ] ( https://github.com/Icinga/icingaweb2/issues/5346 )
22+
23+ But the team sat together a few weeks ago and fixed a bug here and there. And of course, also in Icinga Web!
24+
25+ * Users who are not allowed to change the theme, cannot change the theme mode either [ #5385 ] ( https://github.com/Icinga/icingaweb2/issues/5385 )
26+ * Filtering for older-than events with relative time does not work [ #5263 ] ( https://github.com/Icinga/icingaweb2/issues/5263 )
27+ * External logout not working from the navigation dashboard [ #5000 ] ( https://github.com/Icinga/icingaweb2/issues/5000 )
28+ * Empty values are NULL in CSV exports [ #5350 ] ( https://github.com/Icinga/icingaweb2/issues/5350 )
29+
30+ #### Breaking, Somewhat
31+
32+ This is mainly for developers.
33+
34+ With the support of PHP 8.4, we introduced a new environment variable, ` ICINGAWEB_ENVIRONMENT ` . Unless set to ` dev ` ,
35+ Icinga Web will not show nor log deprecation notices anymore.
36+
737### What's New in Version 2.12.4
838
939This is a hotfix release which fixes the following issue:
@@ -14,7 +44,7 @@ Database login broken after upgrade [#5343](https://github.com/Icinga/icingaweb2
1444
1545** Notice:** This is a security release. It is recommended to upgrade _ immediately_ .
1646
17- You can find all issues related to this release on our Roadmap.
47+ You can find all issues related to this release on our [ Roadmap] ( https://github.com/Icinga/icingaweb2/milestone/83?closed=1 ) .
1848
1949#### Vulnerabilities, Closed
2050
@@ -47,7 +77,7 @@ noticed since v2.12.2, sorry that it took so long :)
4777
4878### What's New in Version 2.12.2
4979
50- You can find all issues related to this release on our Roadmap.
80+ You can find all issues related to this release on our [ Roadmap] ( https://github.com/Icinga/icingaweb2/milestone/81?closed=1 ) .
5181
5282#### General Fixes
5383
@@ -103,7 +133,7 @@ but it’s now slightly improved.
103133
104134### What's New in Version 2.12.1
105135
106- You can find all issues related to this release on our Roadmap.
136+ You can find all issues related to this release on our [ Roadmap] ( https://github.com/Icinga/icingaweb2/milestone/80?closed=1 ) .
107137
108138#### PHP 8.3 Support
109139
0 commit comments