Skip to content

Commit

Permalink
prepare 2.0.4 release (#74)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
goneri authored Jul 29, 2021
1 parent b8e6abe commit a9aeb94
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 15 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 0 additions & 3 deletions changelogs/fragments/67-add-exception-handler.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/69-pass-envvar.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/Respect_the_remote_tmp_setting.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/reading-common-variable.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/turbo-for-lookup-plugin.yaml

This file was deleted.

0 comments on commit a9aeb94

Please sign in to comment.