From fb624020253f1944065e16bb8e9345b4fac24166 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Thu, 6 Oct 2022 16:03:46 +0200 Subject: [PATCH 1/2] Prepare 3.6.0 --- changelogs/fragments/RELEASE-3.6.0.yml | 2 ++ galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 changelogs/fragments/RELEASE-3.6.0.yml diff --git a/changelogs/fragments/RELEASE-3.6.0.yml b/changelogs/fragments/RELEASE-3.6.0.yml new file mode 100644 index 00000000000..081c6cf585e --- /dev/null +++ b/changelogs/fragments/RELEASE-3.6.0.yml @@ -0,0 +1,2 @@ +release_summary: | + Following the release of community.aws 5.0.0, 3.6.0 is a bugfix release and the final planned release for the 3.x series. diff --git a/galaxy.yml b/galaxy.yml index 018607a0ef7..2e35811f79b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: aws -version: 3.5.0 +version: 3.6.0 readme: README.md authors: - Ansible (https://github.com/ansible) From 55b58241eab5206e39d37d76662c6f8aed0ab6d6 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Thu, 6 Oct 2022 16:04:28 +0200 Subject: [PATCH 2/2] Changelog --- CHANGELOG.rst | 27 +++++++++++++++++++ changelogs/changelog.yaml | 25 +++++++++++++++++ .../fragments/1398-s3_lifecycle-no-prefix.yml | 2 -- changelogs/fragments/1410-linting.yml | 9 ------- changelogs/fragments/RELEASE-3.6.0.yml | 2 -- .../ec2_placement_group_race_on_create.yaml | 3 --- 6 files changed, 52 insertions(+), 16 deletions(-) delete mode 100644 changelogs/fragments/1398-s3_lifecycle-no-prefix.yml delete mode 100644 changelogs/fragments/1410-linting.yml delete mode 100644 changelogs/fragments/RELEASE-3.6.0.yml delete mode 100644 changelogs/fragments/ec2_placement_group_race_on_create.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 221ad4af1eb..2ff829f9a79 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,33 @@ community.aws Release Notes .. contents:: Topics +v3.6.0 +====== + +Release Summary +--------------- + +Following the release of community.aws 5.0.0, 3.6.0 is a bugfix release and the final planned release for the 3.x series. + + +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_asg_lifecycle_hook - 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). +- 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). +- s3_lifecycle - fix bug when deleting rules with an empty prefix (https://github.com/ansible-collections/community.aws/pull/1398). + v3.5.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 496c150c72f..4166fa99e62 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2062,3 +2062,28 @@ releases: - 580-vpc_peer-idempotency.yml - 645-aws_config_aggregator-fix-update-and-idempotency.yml release_date: '2022-08-03' + 3.6.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). + - s3_lifecycle - fix bug when deleting rules with an empty prefix (https://github.com/ansible-collections/community.aws/pull/1398). + 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_asg_lifecycle_hook - 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). + - 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: 'Following the release of community.aws 5.0.0, 3.6.0 is a bugfix + release and the final planned release for the 3.x series. + + ' + fragments: + - 1398-s3_lifecycle-no-prefix.yml + - 1410-linting.yml + - RELEASE-3.6.0.yml + - ec2_placement_group_race_on_create.yaml + release_date: '2022-10-06' diff --git a/changelogs/fragments/1398-s3_lifecycle-no-prefix.yml b/changelogs/fragments/1398-s3_lifecycle-no-prefix.yml deleted file mode 100644 index 8377e204b86..00000000000 --- a/changelogs/fragments/1398-s3_lifecycle-no-prefix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- s3_lifecycle - fix bug when deleting rules with an empty prefix (https://github.com/ansible-collections/community.aws/pull/1398). diff --git a/changelogs/fragments/1410-linting.yml b/changelogs/fragments/1410-linting.yml deleted file mode 100644 index faa6e58daee..00000000000 --- a/changelogs/fragments/1410-linting.yml +++ /dev/null @@ -1,9 +0,0 @@ -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). -- ec2_asg_lifecycle_hook - 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). diff --git a/changelogs/fragments/RELEASE-3.6.0.yml b/changelogs/fragments/RELEASE-3.6.0.yml deleted file mode 100644 index 081c6cf585e..00000000000 --- a/changelogs/fragments/RELEASE-3.6.0.yml +++ /dev/null @@ -1,2 +0,0 @@ -release_summary: | - Following the release of community.aws 5.0.0, 3.6.0 is a bugfix release and the final planned release for the 3.x series. diff --git a/changelogs/fragments/ec2_placement_group_race_on_create.yaml b/changelogs/fragments/ec2_placement_group_race_on_create.yaml deleted file mode 100644 index d22966d13d2..00000000000 --- a/changelogs/fragments/ec2_placement_group_race_on_create.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -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)."