Skip to content

Commit

Permalink
Merge pull request #1646 from hakbailey/5.5.2_prep
Browse files Browse the repository at this point in the history
Prep amazon.aws 5.5.2
  • Loading branch information
hakbailey authored Jul 5, 2023
2 parents 4df5c44 + 223cd84 commit 265dcae
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 16 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ amazon.aws Release Notes
.. contents:: Topics


v5.5.2
======

Release Summary
---------------

This release brings few bugfixes.

Bugfixes
--------

- cloudwatchevent_rule - Fixes changed status to report False when no change has been made. The module had incorrectly always reported a change. (https://github.com/ansible-collections/amazon.aws/pull/1589)
- lambda_execute - Fixes to the stack trace output, where it does not contain spaces between each character. The module had incorrectly always outputted extra spaces between each character. (https://github.com/ansible-collections/amazon.aws/pull/1615)
- ec2_vpc_nat_gateway - fixes to nat gateway so that when the user creates a private NAT gateway, an Elastic IP address should not be allocated. The module had inncorrectly always allocate elastic IP address when creating private nat gateway (https://github.com/ansible-collections/amazon.aws/pull/1632).

v5.5.1
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1732,3 +1732,22 @@ releases:
- release-summary.yml
- test-reqs.yml
release_date: '2023-06-07'
5.5.2:
changes:
bugfixes:
- cloudwatchevent_rule - Fixes changed status to report False when no change has been made. The module
had incorrectly always reported a change. (https://github.com/ansible-collections/amazon.aws/pull/1589)
- lambda_execute - Fixes to the stack trace output, where it does not contain spaces between
each character. The module had incorrectly always outputted extra spaces between
each character. (https://github.com/ansible-collections/amazon.aws/pull/1615)
- ec2_vpc_nat_gateway - fixes to nat gateway so that when the user creates a
private NAT gateway, an Elastic IP address should not be allocated. The module
had inncorrectly always allocate elastic IP address when creating private
nat gateway (https://github.com/ansible-collections/amazon.aws/pull/1632).
fragments:
- 1589-return_false_when_no_change..yml
- 1615-no_formatted_with_extra_space.yml
- 1632-changes-to-no-allocate-eip-when-connectivity_type=private.yml
- 20230627-ci-fixup.yml
- 20230704-add_github_workflow.yml
release_date: '2023-07-05'
3 changes: 0 additions & 3 deletions changelogs/fragments/1589-return_false_when_no_change..yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1615-no_formatted_with_extra_space.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20230627-ci-fixup.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/20230704-add_github_workflow.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: amazon
name: aws
version: 5.5.1
version: 5.5.2
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 265dcae

Please sign in to comment.