Skip to content

Commit

Permalink
Prepare 4.3.0 release (#1548)
Browse files Browse the repository at this point in the history
Prepare 4.3.0 release

SUMMARY
Prepare 4.3.0 release
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
changelogs
galaxy.yml
ADDITIONAL INFORMATION

Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
tremble committed Oct 7, 2022
1 parent 7dc9873 commit a0ce161
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 15 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ community.aws Release Notes
.. contents:: Topics


v4.3.0
======

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

The community.aws 4.3.0 release includes a number of minor bug fixes and improvements.
Following the release of amazon.aws 5.0.0, backports to the 4.x series will be limited to
security issues and bugfixes.


Minor Changes
-------------

- autoscaling_group_info - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- cloudfront_distribution - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- cloudfront_origin_access_identity - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- cloudtrail - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- ec2_vpc_nacl - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- eks_fargate_profile - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- redshift - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- s3_bucket_info - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).

Bugfixes
--------

- ec2_placement_group - Handle a potential race creation during the creation of a new Placement Group (https://github.com/ansible-collections/community.aws/pull/1477).
- rds_cluster - fixes bug where specifiying an rds cluster parameter group raises a `KeyError` (https://github.com/ansible-collections/community.aws/pull/1417).

v4.2.0
======

Expand Down
31 changes: 31 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2550,3 +2550,34 @@ releases:
fragments:
- 1398-s3_lifecycle-no-prefix.yml
release_date: '2022-09-14'
4.3.0:
changes:
bugfixes:
- ec2_placement_group - Handle a potential race creation during the creation
of a new Placement Group (https://github.com/ansible-collections/community.aws/pull/1477).
- rds_cluster - fixes bug where specifiying an rds cluster parameter group raises
a `KeyError` (https://github.com/ansible-collections/community.aws/pull/1417).
minor_changes:
- autoscaling_group_info - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- cloudfront_distribution - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- cloudfront_origin_access_identity - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- cloudtrail - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- ec2_vpc_nacl - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- eks_fargate_profile - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- redshift - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
- s3_bucket_info - minor sanity test fixes (https://github.com/ansible-collections/community.aws/pull/1410).
release_summary: 'The community.aws 4.3.0 release includes a number of minor
bug fixes and improvements.
Following the release of amazon.aws 5.0.0, backports to the 4.x series will
be limited to
security issues and bugfixes.
'
fragments:
- 1410-linting.yml
- 1417-cluster-param-group-keyerror.yml
- RELEASE-4.3.0.yml
- ec2_placement_group_race_on_create.yaml
release_date: '2022-10-06'
9 changes: 0 additions & 9 deletions changelogs/fragments/1410-linting.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1417-cluster-param-group-keyerror.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/ec2_placement_group_race_on_create.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: aws
version: 4.2.0
version: 4.3.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit a0ce161

Please sign in to comment.