File tree Expand file tree Collapse file tree 9 files changed +33
-8
lines changed
library/Icinga/Application Expand file tree Collapse file tree 9 files changed +33
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ 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.1
8+
9+ You can find all issues related to this release on our Roadmap.
10+
11+ #### PHP 8.3 Support
12+
13+ This time we're a little ahead for once. PHP 8.3 is due in a week, and we are compatible with it now!
14+ There's not much else to say about it, so let's continue with the fixes.
15+
16+ * Support for PHP 8.3 [ #5136 ] ( https://github.com/Icinga/icingaweb2/issues/5136 )
17+
18+ #### Fixes
19+
20+ You may have noticed a dashboard endlessly loading in the morning after you got to work again.
21+ The web server may also have stopped that with a complaint about a too long URL. This is now
22+ fixed and the dashboard should appear as usual. Then there was an issue with our support for
23+ PostgreSQL. We learned it the hard way to avoid such already in the past again and again.
24+ Though, this one slipped through our thorough testing and prevented some from successfully
25+ migrating the database schema. It's fixed now. Another fixed issue, is that the UI looks
26+ somewhat skewed if you have CSP enabled and logged out and in again.
27+
28+ * Login Redirect Loop [ #5133 ] ( https://github.com/Icinga/icingaweb2/issues/5133 )
29+ * UI database migration not fully compatible with PostgreSQL [ #5129 ] ( https://github.com/Icinga/icingaweb2/issues/5129 )
30+ * Missing styles when logging out and in while CSP is enabled [ #5126 ] ( https://github.com/Icinga/icingaweb2/issues/5126 )
31+
732### What's New in Version 2.12.0
833
934You can find all issues related to this release on our [ Roadmap] ( https://github.com/Icinga/icingaweb2/milestone/79?closed=1 ) .
Original file line number Diff line number Diff line change 1- v2.12.0
1+ v2.12.1
Original file line number Diff line number Diff line change 88 */
99class Version
1010{
11- const VERSION = '2.12.0 ' ;
11+ const VERSION = '2.12.1 ' ;
1212
1313 /**
1414 * Get the version of this instance of Icinga Web 2
Original file line number Diff line number Diff line change 11Module: doc
2- Version: 2.12.0
2+ Version: 2.12.1
33Description: Documentation module
44 Extracts, shows and exports documentation for Icinga Web 2 and its modules.
Original file line number Diff line number Diff line change 11Module: migrate
2- Version: 2.12.0
2+ Version: 2.12.1
33Description: 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.
Original file line number Diff line number Diff line change 11Module: monitoring
2- Version: 2.12.0
2+ Version: 2.12.1
33Description: 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.
Original file line number Diff line number Diff line change 11Module: setup
2- Version: 2.12.0
2+ Version: 2.12.1
33Description: 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),
Original file line number Diff line number Diff line change 11Module: test
2- Version: 2.12.0
2+ Version: 2.12.1
33Description: 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.
Original file line number Diff line number Diff line change 11Module: translation
2- Version: 2.12.0
2+ Version: 2.12.1
33Description: 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.
You can’t perform that action at this time.
0 commit comments