Skip to content

Commit f0da119

Browse files
authored
Prep 8.2.2 release (#2452)
SUMMARY Release prep for the 8.2.2 patch. ISSUE TYPE Docs Pull Request Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Alina Buzachis
1 parent 5fa6089 commit f0da119

16 files changed

+56
-34
lines changed

CHANGELOG.rst

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ amazon.aws Release Notes
44

55
.. contents:: Topics
66

7+
v8.2.2
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
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.
14+
15+
Bugfixes
16+
--------
17+
18+
- aws_ec2 - fix SSM inventory collection for multiple (>40) hosts (https://github.com/ansible-collections/amazon.aws/pull/2227).
19+
- 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).
20+
- 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).
21+
- ec2_vol - output volume informations when volume exists in check mode (https://github.com/ansible-collections/amazon.aws/pull/2133).
22+
- ec2_vpc_net - handle ipv6_cidr ``false`` and no Ipv6CidrBlockAssociationSet in vpc (https://github.com/ansible-collections/amazon.aws/pull/2374).
23+
- 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).
24+
- rds_cluster - Fix issue occurring when updating RDS cluster domain (https://github.com/ansible-collections/amazon.aws/issues/2390).
25+
- s3_bucket - Fixes Python 3.7 compilation issue due to addition of typing information (https://github.com/ansible-collections/amazon.aws/issues/2287).
26+
727
v8.2.1
828
======
929

changelogs/changelog.yaml

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

changelogs/fragments/202401025-ec2_vol.yml

-2
This file was deleted.

changelogs/fragments/20240919-sanity_fixes_devel.yml

-2
This file was deleted.

changelogs/fragments/20240924-create-ignore-2.19.yml

-2
This file was deleted.

changelogs/fragments/20241106-fqcn-cloudwatch-metric-alarm.yml

-2
This file was deleted.

changelogs/fragments/20241127-rds_cluster-fix-issue-occurring-when-updating-domain.yml

-3
This file was deleted.

changelogs/fragments/20241129-ec2_security_group-fix-issue-with-with-mode.yaml

-3
This file was deleted.

changelogs/fragments/20250114-revert-backports.yml

-3
This file was deleted.

changelogs/fragments/2227-fix-ssm-inventory.yml

-3
This file was deleted.

changelogs/fragments/2287-3_7-compile.yml

-3
This file was deleted.

changelogs/fragments/2386-lambda-remove-non-utf-8-output.yml

-2
This file was deleted.

changelogs/fragments/2391-cloudformation-update-stack-termination_protection.yml

-3
This file was deleted.

changelogs/fragments/handle_vpc_ipv6_false.yml

-3
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: amazon
33
name: aws
4-
version: 8.2.1
4+
version: 8.2.2
55
readme: README.md
66
authors:
77
- Ansible (https://github.com/ansible)

plugins/module_utils/common.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
55

66
AMAZON_AWS_COLLECTION_NAME = "amazon.aws"
7-
AMAZON_AWS_COLLECTION_VERSION = "8.2.1"
8-
7+
AMAZON_AWS_COLLECTION_VERSION = "8.2.2"
98

109
_collection_info_context = {
1110
"name": AMAZON_AWS_COLLECTION_NAME,

0 commit comments

Comments
 (0)