Skip to content

Commit

Permalink
Correct changelog data from 1.4.1 (#352)
Browse files Browse the repository at this point in the history
Correct changelog data from 1.4.1

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
jillr authored May 4, 2021
1 parent 3a855d3 commit c9d7890
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ Bugfixes
- ec2_vol - create or update now preserves the existing tags, including Name (https://github.com/ansible-collections/amazon.aws/issues/229)
- ec2_vol - fix exception when platform information isn't available (https://github.com/ansible-collections/amazon.aws/issues/305).

v1.4.1
======

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)-

v1.4.0
======

Expand All @@ -52,7 +60,6 @@ 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).

Expand Down
13 changes: 9 additions & 4 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,6 @@ 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).
Expand All @@ -231,6 +227,15 @@ 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'
1.4.1:
changes:
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)-
fragments:
- 273-vendor-ipaddress-utility.yml
release_date: '2021-03-05'
1.5.0:
Expand Down

0 comments on commit c9d7890

Please sign in to comment.