Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SUMMARY
Syncing release changes for version 8.2.2.

Reviewed-by: GomathiselviS <gomathiselvi@gmail.com>
Reviewed-by: Alina Buzachis
Reviewed-by: Bikouo Aubin
  • Loading branch information
hakbailey authored Jan 15, 2025
1 parent c52f281 commit 5c8e114
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,26 @@ New Modules
- ec2_launch_template_info - Gather information about launch templates and versions
- ec2_vpc_egress_igw_info - Gather information about AWS VPC Egress Only Internet gateway

v8.2.2
======

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

This release includes bugfixes for the ``aws_ec2`` inventory plugin and the ``cloudformation``, ``ec2_security_group``, ``ec2_vol``, ``ec2_vpc_net``, ``lambda``, ``rds_cluster``, and ``s3_bucket`` modules.

Bugfixes
--------

- aws_ec2 - fix SSM inventory collection for multiple (>40) hosts (https://github.com/ansible-collections/amazon.aws/pull/2227).
- 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_vol - output volume informations when volume exists in check mode (https://github.com/ansible-collections/amazon.aws/pull/2133).
- 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).
- rds_cluster - Fix issue occurring when updating RDS cluster domain (https://github.com/ansible-collections/amazon.aws/issues/2390).
- s3_bucket - Fixes Python 3.7 compilation issue due to addition of typing information (https://github.com/ansible-collections/amazon.aws/issues/2287).

v8.2.1
======

Expand Down
34 changes: 34 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3177,6 +3177,40 @@ releases:
- 2281-iam_role-support-not-creating.yml
- release_summary.yml
release_date: '2024-09-05'
8.2.2:
changes:
bugfixes:
- aws_ec2 - fix SSM inventory collection for multiple (>40) hosts (https://github.com/ansible-collections/amazon.aws/pull/2227).
- 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_vol - output volume informations when volume exists in check mode (https://github.com/ansible-collections/amazon.aws/pull/2133).
- 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).
- rds_cluster - Fix issue occurring when updating RDS cluster domain (https://github.com/ansible-collections/amazon.aws/issues/2390).
- s3_bucket - Fixes Python 3.7 compilation issue due to addition of typing information
(https://github.com/ansible-collections/amazon.aws/issues/2287).
release_summary: This release includes bugfixes for the aws_ec2 inventory plugin
and the cloudformation, ec2_security_group, ec2_vol, ec2_vpc_net, lambda,
rds_cluster, and s3_bucket modules.
fragments:
- 202401025-ec2_vol.yml
- 20240919-sanity_fixes_devel.yml
- 20240924-create-ignore-2.19.yml
- 20241106-fqcn-cloudwatch-metric-alarm.yml
- 20241127-rds_cluster-fix-issue-occurring-when-updating-domain.yml
- 20241129-ec2_security_group-fix-issue-with-with-mode.yaml
- 20250114-revert-backports.yml
- 2227-fix-ssm-inventory.yml
- 2287-3_7-compile.yml
- 2386-lambda-remove-non-utf-8-output.yml
- 2391-cloudformation-update-stack-termination_protection.yml
- 8.2.2.yml
- handle_vpc_ipv6_false.yml
release_date: '2025-01-14'
9.0.0:
changes:
breaking_changes:
Expand Down

0 comments on commit 5c8e114

Please sign in to comment.