Skip to content

Commit c94e69a

Browse files
hakbaileypatchback[bot]
authored andcommitted
Prep 8.2.2 release (#2452) (#2468)
SUMMARY Syncing release changes for version 8.2.2. Reviewed-by: GomathiselviS <[email protected]> Reviewed-by: Alina Buzachis Reviewed-by: Bikouo Aubin (cherry picked from commit 5c8e114)
1 parent 36258e0 commit c94e69a

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed

CHANGELOG.rst

+20
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,26 @@ New Modules
195195
- ec2_launch_template_info - Gather information about launch templates and versions
196196
- ec2_vpc_egress_igw_info - Gather information about AWS VPC Egress Only Internet gateway
197197

198+
v8.2.2
199+
======
200+
201+
Release Summary
202+
---------------
203+
204+
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.
205+
206+
Bugfixes
207+
--------
208+
209+
- aws_ec2 - fix SSM inventory collection for multiple (>40) hosts (https://github.com/ansible-collections/amazon.aws/pull/2227).
210+
- 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).
211+
- 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).
212+
- ec2_vol - output volume informations when volume exists in check mode (https://github.com/ansible-collections/amazon.aws/pull/2133).
213+
- ec2_vpc_net - handle ipv6_cidr ``false`` and no Ipv6CidrBlockAssociationSet in vpc (https://github.com/ansible-collections/amazon.aws/pull/2374).
214+
- 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).
215+
- rds_cluster - Fix issue occurring when updating RDS cluster domain (https://github.com/ansible-collections/amazon.aws/issues/2390).
216+
- s3_bucket - Fixes Python 3.7 compilation issue due to addition of typing information (https://github.com/ansible-collections/amazon.aws/issues/2287).
217+
198218
v8.2.1
199219
======
200220

changelogs/changelog.yaml

+34
Original file line numberDiff line numberDiff line change
@@ -3177,6 +3177,40 @@ releases:
31773177
- 2281-iam_role-support-not-creating.yml
31783178
- release_summary.yml
31793179
release_date: '2024-09-05'
3180+
8.2.2:
3181+
changes:
3182+
bugfixes:
3183+
- aws_ec2 - fix SSM inventory collection for multiple (>40) hosts (https://github.com/ansible-collections/amazon.aws/pull/2227).
3184+
- cloudformation - Fix bug where termination protection is not updated when
3185+
create_changeset=true is used for stack updates (https://github.com/ansible-collections/amazon.aws/pull/2391).
3186+
- ec2_security_group - Fix the diff mode issue when creating a security group
3187+
containing a rule with a managed prefix list (https://github.com/ansible-collections/amazon.aws/issues/2373).
3188+
- ec2_vol - output volume informations when volume exists in check mode (https://github.com/ansible-collections/amazon.aws/pull/2133).
3189+
- ec2_vpc_net - handle ipv6_cidr ``false`` and no Ipv6CidrBlockAssociationSet
3190+
in vpc (https://github.com/ansible-collections/amazon.aws/pull/2374).
3191+
- lambda - Remove non UTF-8 data (contents of Lambda ZIP file) from the module
3192+
output to avoid Ansible error (https://github.com/ansible-collections/amazon.aws/issues/2386).
3193+
- rds_cluster - Fix issue occurring when updating RDS cluster domain (https://github.com/ansible-collections/amazon.aws/issues/2390).
3194+
- s3_bucket - Fixes Python 3.7 compilation issue due to addition of typing information
3195+
(https://github.com/ansible-collections/amazon.aws/issues/2287).
3196+
release_summary: This release includes bugfixes for the aws_ec2 inventory plugin
3197+
and the cloudformation, ec2_security_group, ec2_vol, ec2_vpc_net, lambda,
3198+
rds_cluster, and s3_bucket modules.
3199+
fragments:
3200+
- 202401025-ec2_vol.yml
3201+
- 20240919-sanity_fixes_devel.yml
3202+
- 20240924-create-ignore-2.19.yml
3203+
- 20241106-fqcn-cloudwatch-metric-alarm.yml
3204+
- 20241127-rds_cluster-fix-issue-occurring-when-updating-domain.yml
3205+
- 20241129-ec2_security_group-fix-issue-with-with-mode.yaml
3206+
- 20250114-revert-backports.yml
3207+
- 2227-fix-ssm-inventory.yml
3208+
- 2287-3_7-compile.yml
3209+
- 2386-lambda-remove-non-utf-8-output.yml
3210+
- 2391-cloudformation-update-stack-termination_protection.yml
3211+
- 8.2.2.yml
3212+
- handle_vpc_ipv6_false.yml
3213+
release_date: '2025-01-14'
31803214
9.0.0:
31813215
changes:
31823216
breaking_changes:

0 commit comments

Comments
 (0)