From c1d5334fc879ffffa1643153207d0d8b44bde9ce Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 19 Nov 2024 16:22:19 +0100 Subject: [PATCH] Add changelog for version `1.11.2` --- doc/82-Changelog.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index 08a663237..038d58f54 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -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 -------