diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e69e4df9c8f..2428b5aaa47 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,7 @@ Minor Changes - aws_secret - add ``bypath`` functionality (https://github.com/ansible-collections/amazon.aws/pull/192). - ec2_key - add AWSRetry decorator to automatically retry on common temporary failures (https://github.com/ansible-collections/amazon.aws/pull/213). - ec2_vol - Add support for gp3 volumes and support for modifying existing volumes (https://github.com/ansible-collections/amazon.aws/issues/55). +- module_utils - the ipaddress module utility has been vendored into this collection. This eliminates the collection dependency on ansible.netcommon (which had removed the library in its 2.0 release). The ipaddress library is provided for internal use in this collection only. (https://github.com/ansible-collections/amazon.aws/issues/273)- - module_utils/elbv2 - add logic to compare_rules to suit Values list nested within dicts unique to each field type. Fixes issue (https://github.com/ansible-collections/amazon.aws/issues/187) - various AWS plugins and module_utils - Cleanup unused imports (https://github.com/ansible-collections/amazon.aws/pull/217). diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5bb2eb13ea7..d339dc57e1b 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -214,6 +214,10 @@ releases: failures (https://github.com/ansible-collections/amazon.aws/pull/213). - ec2_vol - Add support for gp3 volumes and support for modifying existing volumes (https://github.com/ansible-collections/amazon.aws/issues/55). + - module_utils - the ipaddress module utility has been vendored into this collection. This + eliminates the collection dependency on ansible.netcommon (which had removed + the library in its 2.0 release). The ipaddress library is provided for internal + use in this collection only. (https://github.com/ansible-collections/amazon.aws/issues/273)- - module_utils/elbv2 - add logic to compare_rules to suit Values list nested within dicts unique to each field type. Fixes issue (https://github.com/ansible-collections/amazon.aws/issues/187) - various AWS plugins and module_utils - Cleanup unused imports (https://github.com/ansible-collections/amazon.aws/pull/217). @@ -227,4 +231,5 @@ releases: - 237_replace_inverse_ec2_aws_filter.yaml - 241_ec2_vol-returns-an-up-to-date-tag-dict-of-the-volume.yaml - 25-aws_ec2-hostname-options-concatenation.yaml - release_date: '2021-02-05' + - 273-vendor-ipaddress-utility.yml + release_date: '2021-03-05' diff --git a/changelogs/fragments/273-vendor-ipaddress-utility.yml b/changelogs/fragments/273-vendor-ipaddress-utility.yml deleted file mode 100644 index eabc40eba92..00000000000 --- a/changelogs/fragments/273-vendor-ipaddress-utility.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- module_utils - the ipaddress module utility has been vendored into this collection. This eliminates the collection dependency on ansible.netcommon (which had removed the library in its 2.0 release). The ipaddress library is provided for internal use in this collection only. (https://github.com/ansible-collections/amazon.aws/issues/273)- diff --git a/galaxy.yml b/galaxy.yml index c58776d937c..d4de21f141a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: amazon name: aws -version: 1.4.0 +version: 1.4.1 readme: README.md authors: - Ansible (https://github.com/ansible)