From 7f5250799b5442ce7ed01f1d2162e50617946c98 Mon Sep 17 00:00:00 2001 From: T-Systems MMS Date: Wed, 15 Sep 2021 14:31:55 +0000 Subject: [PATCH] update changelog --- CHANGELOG.rst | 8 ++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 10 +++++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index de2862d1..35eff25d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ T_Systems_Mms.Icinga_Director Release Notes .. contents:: Topics +v1.22.0 +======= + +Minor Changes +------------- + +- Add support for retry_interval and max_check_attempts to host template (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/140) + v1.21.2 ======= diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index a09e6be4..dd245a19 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -197,4 +197,4 @@ plugins: shell: {} strategy: {} vars: {} -version: 1.21.2 +version: 1.22.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 09b790e0..634c7515 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -44,6 +44,14 @@ releases: 1.21.2: changes: trivial: - - added 3 retries for every playbook (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/138) - 'Draft: updated retry pull request (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/139)' + - added 3 retries for every playbook (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/138) release_date: '2021-09-13' + 1.22.0: + changes: + minor_changes: + - Add support for retry_interval and max_check_attempts to host template (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/140) + trivial: + - added 3 retries for every playbook (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/138) + - 'Draft: updated retry pull request (https://github.com/T-Systems-MMS/ansible-collection-icinga-director/pull/139)' + release_date: '2021-09-15'