diff options
Diffstat (limited to 'ansible_collections/cloud/common/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/cloud/common/CHANGELOG.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible_collections/cloud/common/CHANGELOG.rst b/ansible_collections/cloud/common/CHANGELOG.rst index af0074c06..95285f7e2 100644 --- a/ansible_collections/cloud/common/CHANGELOG.rst +++ b/ansible_collections/cloud/common/CHANGELOG.rst @@ -5,6 +5,20 @@ cloud.common Release Notes .. contents:: Topics +v2.1.4 +====== + +Release Summary +--------------- + +This release includes several bugfixes for lookup plugins. + +Bugfixes +-------- + +- Ensure result is always defined in lookup plugins (https://github.com/ansible-collections/cloud.common/pull/116/files). +- Fix lookup modules failing on Ansible 2.15 (https://github.com/ansible-collections/cloud.common/pull/130). + v2.1.3 ====== |