Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.1 #894

Merged
merged 6 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ Alexander A. Klimov <[email protected]> <[email protected]>
Feu Mourek <[email protected]> <[email protected]>
Florian Strohmaier <[email protected]> <[email protected]>
Florian Strohmaier <[email protected]> <[email protected]>
Jonada Hoxha <[email protected]> <[email protected]>
Jonada Hoxha <[email protected]> Jonada <[email protected]>
Ravi Kumar Kempapura Srinivasa <[email protected]> <[email protected]>
Ravi Kumar Kempapura Srinivasa <[email protected]> <[email protected]>
Sukhwinder Dhillon <[email protected]> <[email protected]>
Sukhwinder Dhillon <[email protected]> <[email protected]>
Yonas Habteab <[email protected]> <[email protected]>
Expand Down
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ Eric Lippmann <[email protected]>
Feu Mourek <[email protected]>
Florian Strohmaier <[email protected]>
Johannes Meyer <[email protected]>
Jonada Hoxha <[email protected]>
Loei Petrus Marogi <[email protected]>
Marius Hein <[email protected]>
Noah Hilverling <[email protected]>
Patrick Dolinic <[email protected]>
Ravi Kumar Kempapura Srinivasa <[email protected]>
stupiddr <[email protected]>
Sukhwinder Dhillon <[email protected]>
Timm Ortloff <[email protected]>
Tobias Tiederle <[email protected]>
VerboEse <[email protected]>
Yonas Habteab <[email protected]>
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Please make sure to always read our [Upgrading](https://icinga.com/docs/icinga-db-web/latest/doc/05-Upgrading/)
documentation before switching to a new version.

## 1.1.0 (2023-09-28)

Included changes can be found on the milestone: https://github.com/Icinga/icingadb-web/milestone/2?closed=1
And a detailed description about the most important ones on our blog: https://icinga.com/blog/2023/09/28/releasing-icinga-db-web-v1-1/

## 1.0.2 (2022-11-04)

You can find all issues related to this release on the respective [Milestone](https://github.com/Icinga/icingadb-web/milestone/4?closed=1).
Expand Down
4 changes: 2 additions & 2 deletions doc/02-Installation.md.d/From-Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Make sure you use `icingadb` as the module name. The following requirements must
* The following PHP modules must be installed: `cURL`, `dom`, `json`, `libxml`
* [Icinga DB](https://github.com/Icinga/icingadb)
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (≥2.9)
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.10)
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.11)
* [Icinga PHP Library (ipl)](https://github.com/Icinga/icinga-php-library) (≥0.13)
* [Icinga PHP Thirdparty](https://github.com/Icinga/icinga-php-thirdparty) (≥0.12)

<!-- {% include "02-Installation.md" %} -->
13 changes: 13 additions & 0 deletions doc/05-Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
Specific version upgrades are described below. Please note that version upgrades are incremental.
If you are upgrading across multiple versions, make sure to follow the steps for each of them.

## Upgrading to Icinga DB Web v1.1

**Breaking Changes**

We've extended our filter syntax to include new signs for *like* and *unlike* comparisons. These are `~` and `!~`,
respectively. The *equal* (`=`) and *unequal* (`!=`) operators won't perform any wildcard matching anymore due to
this. If you have dashboards, navigation items or bookmarks that attempt to perform wildcard matching with *equal*/
*unequal* comparisons, the migration widget in the top right will toggle and suggest you an automatically transformed
alternative. If you have restrictions set up which do this, you'll have to manually adjust them and replace `=` with
`~` and `!=` with `!~`.

Please note that due to our release process, this change already affects installations of Icinga DB Web v1.0.x.

## Upgrading to Icinga DB Web v1.0

**Requirements**
Expand Down
4 changes: 2 additions & 2 deletions module.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Module: icingadb
Version: 1.0.2
Version: 1.1.0
Requires:
Libraries: icinga-php-library (>=0.10.0), icinga-php-thirdparty (>=0.11.0)
Libraries: icinga-php-library (>=0.13.0), icinga-php-thirdparty (>=0.12.0)
Description: Icinga DB Web
UI for Icinga DB – Provides a graphical interface to your Icinga monitoring