Skip to content

Commit

Permalink
Prep 8.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hakbailey committed Jan 10, 2025
1 parent f468f20 commit 7686d6c
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 37 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ amazon.aws Release Notes

.. contents:: Topics

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 inventory plugin - 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 @@ -3164,3 +3164,37 @@ releases:
- 2281-iam_role-support-not-creating.yml
- release_summary.yml
release_date: '2024-09-05'
8.2.2:
changes:
bugfixes:
- aws_ec2 inventory plugin - 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
- 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-10'
2 changes: 0 additions & 2 deletions changelogs/fragments/202401025-ec2_vol.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20240919-sanity_fixes_devel.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20240924-create-ignore-2.19.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/2227-fix-ssm-inventory.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/2287-3_7-compile.yml

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/ec2_vpc_rote_table_transit_gateway.yml

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: amazon
name: aws
version: 8.2.1
version: 8.2.2
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down
3 changes: 1 addition & 2 deletions plugins/module_utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

AMAZON_AWS_COLLECTION_NAME = "amazon.aws"
AMAZON_AWS_COLLECTION_VERSION = "8.2.1"

AMAZON_AWS_COLLECTION_VERSION = "8.2.2"

_collection_info_context = {
"name": AMAZON_AWS_COLLECTION_NAME,
Expand Down

0 comments on commit 7686d6c

Please sign in to comment.