Skip to content

Commit

Permalink
Prep amazon.aws 9.1.1 release (ansible-collections#2449) (ansible-col…
Browse files Browse the repository at this point in the history
…lections#2458)

SUMMARY
Syncing release changes for version 9.1.1

Reviewed-by: GomathiselviS <[email protected]>
Reviewed-by: Bikouo Aubin
Reviewed-by: Alina Buzachis
  • Loading branch information
hakbailey authored and alinabuzachis committed Jan 15, 2025
1 parent ef4b652 commit 11c6b5b
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 21 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ amazon.aws Release Notes

.. contents:: Topics

v9.1.1
======

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

This release includes bug fixes for the cloudformation, ec2_security_group, lambda, rds_cluster, and ec2_vpc_net modules as well as one for the ec2 module_util.

Bugfixes
--------

- cloudformation - Fix bug where termination protection is not updated when create_changeset=true is used for stack updates (https://github.com/ansible-collections/amazon.aws/pull/2391).
- ec2_security_group - Fix the diff mode issue when creating a security group containing a rule with a managed prefix list (https://github.com/ansible-collections/amazon.aws/issues/2373).
- ec2_vpc_net - handle ipv6_cidr ``false`` and no Ipv6CidrBlockAssociationSet in vpc (https://github.com/ansible-collections/amazon.aws/pull/2374).
- lambda - Remove non UTF-8 data (contents of Lambda ZIP file) from the module output to avoid Ansible error (https://github.com/ansible-collections/amazon.aws/issues/2386).
- module_utils/ec2 - catch error code ``InvalidElasticIpID.NotFound`` on function ``create_nat_gateway()``, sometimes the ``allocate_address`` API calls will return the ID for a new elastic IP resource before it can be consistently referenced (https://github.com/ansible-collections/amazon.aws/issues/1872).
- rds_cluster - Fix issue occurring when updating RDS cluster domain (https://github.com/ansible-collections/amazon.aws/issues/2390).

v9.1.0
======

Expand Down
28 changes: 28 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3536,3 +3536,31 @@ releases:
name: rds_instance_param_group_info
namespace: ''
release_date: '2024-12-05'
9.1.1:
changes:
bugfixes:
- cloudformation - Fix bug where termination protection is not updated when
create_changeset=true is used for stack updates (https://github.com/ansible-collections/amazon.aws/pull/2391).
- ec2_security_group - Fix the diff mode issue when creating a security group
containing a rule with a managed prefix list (https://github.com/ansible-collections/amazon.aws/issues/2373).
- ec2_vpc_net - handle ipv6_cidr ``false`` and no Ipv6CidrBlockAssociationSet
in vpc (https://github.com/ansible-collections/amazon.aws/pull/2374).
- lambda - Remove non UTF-8 data (contents of Lambda ZIP file) from the module
output to avoid Ansible error (https://github.com/ansible-collections/amazon.aws/issues/2386).
- module_utils/ec2 - catch error code ``InvalidElasticIpID.NotFound`` on function
``create_nat_gateway()``, sometimes the ``allocate_address`` API calls will
return the ID for a new elastic IP resource before it can be consistently
referenced (https://github.com/ansible-collections/amazon.aws/issues/1872).
- rds_cluster - Fix issue occurring when updating RDS cluster domain (https://github.com/ansible-collections/amazon.aws/issues/2390).
release_summary: This release includes bug fixes for the cloudformation, ec2_security_group,
lambda, rds_cluster, and ec2_vpc_net modules as well as one for the ec2 module_util.
fragments:
- 20241127-rds_cluster-fix-issue-occurring-when-updating-domain.yml
- 20241129-ec2_security_group-fix-issue-with-with-mode.yaml
- 20241206-ec2_nat_gateway-retry-on-invalid-elastic-ip-id.yaml
- 2386-lambda-remove-non-utf-8-output.yml
- 2391-cloudformation-update-stack-termination_protection.yml
- 9.1.1.yml
- handle_vpc_ipv6_false.yml
- tests-fqcn.yml
release_date: '2025-01-13'

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/2386-lambda-remove-non-utf-8-output.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/handle_vpc_ipv6_false.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/tests-fqcn.yml

This file was deleted.

0 comments on commit 11c6b5b

Please sign in to comment.