Skip to content

Commit

Permalink
Prepare version 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmerg committed Feb 7, 2024
1 parent e48ddd2 commit 9940302
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
6 changes: 3 additions & 3 deletions doc/02-Installation.md.d/From-Source.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Make sure you use `director` as the module name. The following requirements must
* [Icinga Web](https://github.com/Icinga/icingaweb2) (≥2.8.0). All versions since 2.2 should also work fine, but
might show smaller UI bugs and are not actively tested
* The following Icinga modules must be installed and enabled:
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.20.0)
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.21.0)
* If you are using Icinga Web <2.9.0, the following modules are also required
* [ipl](https://github.com/Icinga/icingaweb2-module-ipl) (≥0.5.0)
* [reactbundle](https://github.com/Icinga/icingaweb2-module-reactbundle) (≥0.9.0)
Expand All @@ -41,7 +41,7 @@ and extract it to a folder named `director` in one of your Icinga Web module pat
You might want to use a script as follows for this task:

```shell
MODULE_VERSION="1.11.0"
MODULE_VERSION="1.11.1"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
Expand All @@ -60,7 +60,7 @@ Simply clone the repository in one of your Icinga web module path directories.
You might want to use a script as follows for this task:

```shell
MODULE_VERSION="1.11.0"
MODULE_VERSION="1.11.1"
ICINGAWEB_MODULEPATH="/usr/share/icingaweb2/modules"
REPO_URL="https://github.com/icinga/icingaweb2-module-director"
TARGET_DIR="${ICINGAWEB_MODULEPATH}/director"
Expand Down
2 changes: 1 addition & 1 deletion doc/05-Upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pending database migrations to an imported old database snapshot.
--------------------------------------------------

Before upgrading, please upgrade the [incubator module](https://github.com/Icinga/icingaweb2-module-incubator)
to (at least) v0.20.0. As always, you'll be prompted to apply pending Database
to (at least) v0.21.0. As always, you'll be prompted to apply pending Database
Migrations.

<a name="upgrade-to-1.10.x"></a>Upgrading to 1.10.x
Expand Down
17 changes: 15 additions & 2 deletions doc/82-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
before switching to a new version.

v1.11.1 (unreleased)
--------------------
v1.11.1
-------

### UI
* FIX: Data fields are now suggested for service templates without a check command (#2815, #2826)
* FIX: Unsetting a parent host or service of a dependency is now correctly stored (no issue)
* FIX: The activity log now avoids a bug in PHP introduced with version 8.1.25 (#2828)

### Internals
* FIX: UserGroup creation failed since v1.10.0 (#2784)
* FIX: Hostgroup names consisting only of digits are now correctly handled (#2821)
* FIX: Improved compatibility with PHP 8.1 and 8.2 (#2819, #2827)
* FIX: The parent host or service of a dependency can now be reliably referenced by custom variable (#2289)
* FIX: Services in service sets are now fully restored once a removed set is restored (#1065)

### Integrations
* FIX: Icinga DB integration now works even if the monitoring module is not available (#2635)
* FIX: Conformity with the content security policy introduced with Icinga Web v2.12 (#2845)

### Fixed issues
* You can find issues and feature requests related to this release on our
Expand Down
4 changes: 2 additions & 2 deletions module.info
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: Icinga Director
Version: master
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.20.0)
Version: 1.11.1
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.21.0)
Description: Director - Config tool for Icinga 2
Icinga Director is a configuration tool that has been designed to make
Icinga 2 configuration easy and understandable.

0 comments on commit 9940302

Please sign in to comment.