From 7a63fea6fbc4f6d0fe2ad8a10f069879f2057385 Mon Sep 17 00:00:00 2001 From: Martin Pietsch <martin.pietsch@tu-dresden.de> Date: Tue, 22 Feb 2022 16:05:07 +0100 Subject: [PATCH] complete changelogs --- CHANGELOG.rst | 15 +++------------ changelogs/changelog.yaml | 14 ++------------ 2 files changed, 5 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c83517..53d1fae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -91,12 +91,10 @@ v2.0.0 Major Changes ------------- -- added the object-oriented support for collection roles -- replaced the former inheritance model +- add the object-oriented support for collection roles +- replace the former inheritance model - cleanup the source code - -v2.0.1 -====== +- add plugin to return a value to level of the calling task Bugfixes -------- @@ -104,13 +102,6 @@ Bugfixes - loading process creates multiple independent instances - loading tasks for exection on each state (loaded or creation) - convert role params hash to string in role constructor - -v2.0.2 -====== - -Bugfixes --------- - - executing meta 'flush_handlers' fails - role variables from role variable cache of host are not avialable - added args validation to sdm role diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index c278f1c..f3066b3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -59,22 +59,12 @@ releases: - added the object-oriented support for collection roles - replaced the former inheritance model - cleanup the source code - release_date: '2022-01-11' - - 2.0.1: - changes: + - add plugin to return a value to level of the calling task bugfixes: - loading process creates multiple independent instances - loading tasks for exection on each state (loaded or creation) - convert role params hash to string in role constructor - release_date: '2022-01-24' - - 2.0.2: - changes: - bugfixes: - executing meta 'flush_handlers' fails - role variables from role variable cache of host are not avialable - added args validation to sdm role - release_date: '2022-01-26' - - + release_date: '2022-02-22' -- GitLab