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 1.11.2 #2933

Merged
merged 3 commits into from
Nov 19, 2024
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
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.21.0)
* [incubator](https://github.com/Icinga/icingaweb2-module-incubator) (≥0.22.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.1"
MODULE_VERSION="1.11.2"
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.1"
MODULE_VERSION="1.11.2"
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.21.0. As always, you'll be prompted to apply pending Database
to (at least) v0.22.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
29 changes: 29 additions & 0 deletions doc/82-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@
Please make sure to always read our [Upgrading](05-Upgrading.md) documentation
before switching to a new version.

v1.11.2
-------

### UI
* FIX: No more errors when changing import source modifier priorities (#2270)
* FIX: Choosing `HTTP proxy` in import source type `REST API` no longer causes deprecation notice (#2889)
* FIX: Deleting data lists when using PostgreSQL as backend no longer yields errors (#2913)
* FIX: Previewing sync rules with boolean properties now functions without errors (#2905)
* FIX: Basket snapshots correctly display content if present (#2901)
* FIX: Time periods now include `Add to basket` functionality (#2542)

### API
* FIX: API updates for notifications return 304 instead of 200 when unchanged (#2882)

### Internals
* FIX: The `apply_changes` setting from sync jobs restored from a basket is applied properly (#2904)
* FIX: The `Get host by name (DNS lookup)` modifier handles failed lookups without errors (#2877)

### Director Branches
* FIX: Cloning a host retains its services and service sets (#2897)
* FIX: Service sets are now clonable (#2890)

### Integrations
* Show Director labels in monitoring module and Icinga DB custom vars section (#2239)

### Fixed issues
* You can find issues and feature requests related to this release on our
[roadmap](https://github.com/Icinga/icingaweb2-module-director/milestone/36?closed=1)

v1.11.1
-------

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: 1.11.1
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.21.0)
Version: 1.11.2
Depends: reactbundle (>=0.9.0), ipl (>=0.5.0), incubator (>=0.22.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.
Loading