From a9aeb94fbc926afb5f6c12779721a91d517fba54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Thu, 29 Jul 2021 17:01:28 +0200 Subject: [PATCH] prepare 2.0.4 release (#74) prepare 2.0.4 release Major Changes turbo - enable turbo mode for lookup plugins Bugfixes add exception handler to main async loop (#67). pass current task's environment through to execution (#69). turbo - AnsibleTurboModule was missing some _ansible_facts variable like _diff, _ansible_tmpdir. (#65) turbo - honor the remote_tmp configuration key. --- CHANGELOG.rst | 16 ++++++++++++++++ changelogs/changelog.yaml | 17 +++++++++++++++++ .../fragments/67-add-exception-handler.yaml | 3 --- changelogs/fragments/69-pass-envvar.yaml | 3 --- .../Respect_the_remote_tmp_setting.yaml | 3 --- .../fragments/reading-common-variable.yaml | 3 --- .../fragments/turbo-for-lookup-plugin.yaml | 3 --- 7 files changed, 33 insertions(+), 15 deletions(-) delete mode 100644 changelogs/fragments/67-add-exception-handler.yaml delete mode 100644 changelogs/fragments/69-pass-envvar.yaml delete mode 100644 changelogs/fragments/Respect_the_remote_tmp_setting.yaml delete mode 100644 changelogs/fragments/reading-common-variable.yaml delete mode 100644 changelogs/fragments/turbo-for-lookup-plugin.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c019a2..882fbc9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,22 @@ cloud.common Release Notes .. contents:: Topics +v2.0.4 +====== + +Major Changes +------------- + +- turbo - enable turbo mode for lookup plugins + +Bugfixes +-------- + +- add exception handler to main async loop (https://github.com/ansible-collections/cloud.common/pull/67). +- pass current task's environment through to execution (https://github.com/ansible-collections/cloud.common/pull/69). +- turbo - AnsibleTurboModule was missing some _ansible_facts variable like _diff, _ansible_tmpdir. (https://github.com/ansible-collections/cloud.common/issues/65) +- turbo - honor the ``remote_tmp`` configuration key. + v2.0.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1525cc8..6acd0e3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -77,3 +77,20 @@ releases: - py3.10-fix.yaml - socket-closure-fix.yaml release_date: '2021-06-22' + 2.0.4: + changes: + bugfixes: + - add exception handler to main async loop (https://github.com/ansible-collections/cloud.common/pull/67). + - pass current task's environment through to execution (https://github.com/ansible-collections/cloud.common/pull/69). + - turbo - AnsibleTurboModule was missing some _ansible_facts variable like _diff, + _ansible_tmpdir. (https://github.com/ansible-collections/cloud.common/issues/65) + - turbo - honor the ``remote_tmp`` configuration key. + major_changes: + - turbo - enable turbo mode for lookup plugins + fragments: + - 67-add-exception-handler.yaml + - 69-pass-envvar.yaml + - Respect_the_remote_tmp_setting.yaml + - reading-common-variable.yaml + - turbo-for-lookup-plugin.yaml + release_date: '2021-07-29' diff --git a/changelogs/fragments/67-add-exception-handler.yaml b/changelogs/fragments/67-add-exception-handler.yaml deleted file mode 100644 index 8955f2f..0000000 --- a/changelogs/fragments/67-add-exception-handler.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - add exception handler to main async loop (https://github.com/ansible-collections/cloud.common/pull/67). diff --git a/changelogs/fragments/69-pass-envvar.yaml b/changelogs/fragments/69-pass-envvar.yaml deleted file mode 100644 index 804edc0..0000000 --- a/changelogs/fragments/69-pass-envvar.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - pass current task's environment through to execution (https://github.com/ansible-collections/cloud.common/pull/69). diff --git a/changelogs/fragments/Respect_the_remote_tmp_setting.yaml b/changelogs/fragments/Respect_the_remote_tmp_setting.yaml deleted file mode 100644 index e7881dc..0000000 --- a/changelogs/fragments/Respect_the_remote_tmp_setting.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: -- turbo - honor the ``remote_tmp`` configuration key. diff --git a/changelogs/fragments/reading-common-variable.yaml b/changelogs/fragments/reading-common-variable.yaml deleted file mode 100644 index 4cb7b51..0000000 --- a/changelogs/fragments/reading-common-variable.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - turbo - AnsibleTurboModule was missing some _ansible_facts variable like _diff, _ansible_tmpdir. (https://github.com/ansible-collections/cloud.common/issues/65) \ No newline at end of file diff --git a/changelogs/fragments/turbo-for-lookup-plugin.yaml b/changelogs/fragments/turbo-for-lookup-plugin.yaml deleted file mode 100644 index b969501..0000000 --- a/changelogs/fragments/turbo-for-lookup-plugin.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -major_changes: - - turbo - enable turbo mode for lookup plugins \ No newline at end of file