Skip to content

Commit f1dc03f

Browse files
committed
Release version 2.10.0
2 parents 05a18dc + 01f67a7 commit f1dc03f

File tree

14 files changed

+56
-11
lines changed

14 files changed

+56
-11
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ Thomas Gelf <thomas.gelf@icinga.com> <tgelf@tgelf-web2dep.(none)>
3838
Thomas Gelf <thomas.gelf@icinga.com> <thomas.gelf@netways.de>
3939
Thomas Gelf <thomas.gelf@icinga.com> <thomas@gelf.net>
4040
Yonas Habteab <yonas.habteab@icinga.com> <yonas.habteab@netways.de>
41+
Ravi Kumar Kempapura Srinivasa <ravi.srinivasa@icinga.com> <33730024+raviks789@users.noreply.github.com>

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ 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.0
8+
9+
You can find all issues related to this release on our [Roadmap](https://github.com/Icinga/icingaweb2/milestone/63?closed=1).
10+
11+
Please make sure to also check the respective [upgrading section](https://icinga.com/docs/icinga-web-2/latest/doc/80-Upgrading/#upgrading-to-icinga-web-2-210x)
12+
in the documentation.
13+
14+
#### The Appearance of Dark and Light
15+
16+
We have already spoken a lot about the [theme mode support](https://icinga.com/blog/2021/06/16/introducing-dark-and-light-theme-modes/)
17+
that we were working on [for some time](https://icinga.com/blog/2022/02/10/icinga-web-not-just-black-and-white/) now.
18+
It was planned for v2.9.0, but in respect of many modules and themes out there we gave it the deserved attention.
19+
Below is a glimpse of what this looks like.
20+
21+
[![Icinga Web 2 Theme Mode Preview](https://icinga.com/wp-content/uploads/2022/03/theme-mode-demo-small.jpg "Icinga Web 2 Theme Mode Preview")](https://icinga.com/wp-content/uploads/2022/03/theme-mode-demo.jpg)
22+
23+
#### Custom Variables Shown Unaltered – Or not
24+
25+
Icinga Web 2 had some bad habits when displaying custom variables in the UI. We've driven out the last one regarding
26+
names now. Uppercase characters are now shown as such. What Icinga Web 2 stopped doing though, can now be accomplished
27+
by modules. A new hook that enables modules to influence the rendering of custom variables has been introduced.
28+
29+
* CustomVarNames should not be converted to lowercase [#4639](https://github.com/Icinga/icingaweb2/issues/4639)
30+
* Display the Director Caption of a Custom Variable [#3479](https://github.com/Icinga/icingaweb2/issues/3479)
31+
32+
#### Surprising Beauty in Exported Places
33+
34+
Anyone who already attempted to export a list of services to PDF has seen the degradation of details in recent years.
35+
Be it images, icons, colors or the general layout. We simply reached a technical limit with the builtin PDF export.
36+
That is why we made [Icinga PDF Export](https://github.com/Icinga/icingaweb2-module-pdfexport). Icinga Web 2 has now
37+
a much enhanced compatibility with it. Exporting a list of services while Icinga PDF Export is set up, will now lead
38+
to a much better looking result.
39+
40+
* Enhance PDF export [#4685](https://github.com/Icinga/icingaweb2/pull/4685)
41+
* Image not found when creating PDF view of objects [#4674](https://github.com/Icinga/icingaweb2/issues/4674)
42+
743
### What's New in Version 2.9.6
844

945
**Notice**: This is a security release. It is recommended to upgrade immediately.

VERSION

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

application/views/scripts/error/error.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $modReason = [];
2323

2424
if (isset($requiredVendor, $requiredProject) && $requiredVendor && $requiredProject) {
2525
// TODO: I don't like this, can we define requirements somewhere else?
26-
$coreDeps = ['icinga-php-library' => '>= 0.6', 'icinga-php-thirdparty' => '>= 0.10'];
26+
$coreDeps = ['icinga-php-library' => '>= 0.8', 'icinga-php-thirdparty' => '>= 0.10'];
2727

2828
foreach ($coreDeps as $libraryName => $requiredVersion) {
2929
if (! $libraries->has($libraryName)) {

doc/02-Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ You will need to install certain dependencies depending on your setup:
390390
* A web server, e.g. Apache or Nginx
391391
* PHP version >= 7.3
392392
* Older versions (5.6+) are only supported up until version 2.11
393-
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.6)
393+
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (>= 0.8)
394394
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (>= 0.10)
395395
* The following PHP modules must be installed: cURL, json, gettext, fileinfo, intl, dom, OpenSSL and xml
396396
* For exports to PDF also the following PHP modules are required: mbstring, GD, Imagick

doc/80-Upgrading.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ v2.6 to v2.8 requires to follow the instructions for v2.7 too.
1515
It is highly recommended to use [Icinga PDF Export](https://github.com/Icinga/icingaweb2-module-pdfexport)
1616
instead.
1717

18+
**Discontinued package updates**
19+
20+
* We will stop offering major updates for Debian 9 (Stretch) starting with version 2.11.
21+
However, versions 2.9 and 2.10 will continue to receive minor updates on this platform.
22+
23+
[icinga.com](https://icinga.com/subscription/support-details/) provides an overview about
24+
currently supported distributions.
25+
1826
**Framework changes affecting third-party code**
1927

2028
* Asset support for modules (#3961) introduced with v2.8 has now been removed.

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.9.6';
11+
const VERSION = '2.10.0';
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.9.6
2+
Version: 2.10.0
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.9.6
2+
Version: 2.10.0
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.9.6
2+
Version: 2.10.0
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.

0 commit comments

Comments
 (0)