Skip to content

Commit 0589146

Browse files
authored
Release 1.3.0 (#1308)
2 parents b13cd53 + d8ec34c commit 0589146

File tree

3 files changed

+35
-4
lines changed

3 files changed

+35
-4
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
33
Please make sure to always read our [Upgrading](https://icinga.com/docs/icinga-db-web/latest/doc/05-Upgrading/)
44
documentation before switching to a new version.
55

6+
## 1.3.0 (2025-11-19)
7+
8+
All included changes can be found on the milestone: https://github.com/Icinga/icingadb-web/milestone/10?closed=1
9+
10+
### Icinga Notifications
11+
12+
This release accompanies the release of Icinga Notifications v0.2.0. We have changed how notification sources are
13+
configured, and now an integration into Icinga Web is mandatory. Icinga DB Web v1.3 will serve as the integration
14+
for Icinga DB v1.5.
15+
16+
### New Features
17+
18+
* The *Services* tab of a host and the *History* tab of hosts and services are now filterable (#981, #1293)
19+
* Exporting hosts and services to CSV or JSON by using the `?columns=…` query parameter now includes only the columns
20+
specified in the parameter in the results (#1011)
21+
22+
### Breaking Changes
23+
24+
* The restrictions `icingadb/denylist/variables` and `icingadb/protect/variables` from different roles are now
25+
merged into a single list, respectively. This means that variables denied in one role will not show up anymore
26+
if another role denies access to different variables. The same applies to `icingadb/protect/variables`, in which
27+
case variables protected in one role will now be protected even if another role protects different variables.
28+
This has been done to simplify the configuration and to get it more in line with how refusals work in Icinga Web.
29+
30+
### Maintenance
31+
32+
* The migration widget in the upper right has now been removed. We assume most users may be rather annoyed by it, and
33+
those who are still unsure when to migrate fully to Icinga DB are unlikely to be finally convinced by it anyway.
34+
Modules with support for Icinga DB will now default to use it if available.
35+
* The upgrading documentation includes more details and other changes, make sure to read it carefully.
36+
637
## 1.2.4 (2025-11-19)
738

839
This release includes fixes for the following issues:

doc/02-Installation.md.d/From-Source.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Make sure you use `icingadb` as the module name. The following requirements must
1111
* The following PHP modules must be installed: `cURL`, `dom`, `json`, `libxml`
1212
* [Icinga DB](https://github.com/Icinga/icingadb) (≥1.4)
1313
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (≥2.12)
14-
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.17.1)
15-
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.13)
14+
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.18)
15+
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.14)
1616

1717
<!-- {% include "02-Installation.md" %} -->

module.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Module: icingadb
2-
Version: 1.2.4
2+
Version: 1.3.0
33
Requires:
4-
Libraries: icinga-php-library (>=0.17.1), icinga-php-thirdparty (>=0.13.0)
4+
Libraries: icinga-php-library (>=0.18.0), icinga-php-thirdparty (>=0.14.0)
55
Description: Icinga DB Web
66
UI for Icinga DB – Provides a graphical interface to your Icinga monitoring

0 commit comments

Comments
 (0)