From 81372a6b75a0562f25abe2791a199ee4a6c89fe1 Mon Sep 17 00:00:00 2001 From: Deutsche Telekom MMS Date: Fri, 19 Apr 2024 14:01:30 +0000 Subject: [PATCH] update due to new release --- CHANGELOG.rst | 1 + changelogs/changelog.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a9ba2afb..5441d3d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,6 +12,7 @@ Bugfixes -------- - change notification interval variable to int-type (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/254) +- set user_groups in notification to empty list (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/255) v2.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7832cd10..d52ab6c9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -4,6 +4,7 @@ releases: 2.1.1: changes: bugfixes: + - set user_groups in notification to empty list (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/255) - change notification interval variable to int-type (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/254) trivial: - update tested ansible and python versions (https://github.com/telekom-mms/ansible-collection-icinga-director/pull/253)