From e1699e59813662929a1684b51851eff444b79364 Mon Sep 17 00:00:00 2001 From: Martin Pietsch <martin.pietsch@tu-dresden.de> Date: Wed, 2 Mar 2022 08:50:06 +0100 Subject: [PATCH] completed changelog files --- CHANGELOG.rst | 9 +++++++++ changelogs/changelog.yaml | 7 +++++++ 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 53d1fae..1360435 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -105,3 +105,12 @@ Bugfixes - executing meta 'flush_handlers' fails - role variables from role variable cache of host are not avialable - added args validation to sdm role + +v2.0.1 +====== + +Bugfixes +-------- + +- Ansible crashes when loading non-existent task files +- return does not skip following tasks if return option of calling task is missing diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index f3066b3..4ca050a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -68,3 +68,10 @@ releases: - role variables from role variable cache of host are not avialable - added args validation to sdm role release_date: '2022-02-22' + + 2.0.1: + changes: + bugfixes: + - Ansible crashes when loading non-existent task files + - return does not skip following tasks if return option of calling task is missing + release_date: '2022-03-02 -- GitLab