From e7d8a53936ab25b46c930cc04e183862cf797767 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Mon, 23 Oct 2023 17:26:59 +0200 Subject: [PATCH] Prepare release 6.5.0 (#1782) (#1826) Update main branch changelog after releasing 6.5.0 SUMMARY Update main branch changelog after releasing 6.5.0 ISSUE TYPE Docs Pull Request COMPONENT NAME Reviewed-by: Mark Chappell Reviewed-by: Bikouo Aubin --- CHANGELOG.rst | 21 +++++++++++++++ changelogs/changelog.yaml | 26 +++++++++++++++++++ ...0-ec2_ami-add-support-org_arn-orgu_arn.yml | 2 -- changelogs/fragments/1714-parameters.yml | 2 -- ...767-elb_application_lb_info-Throttling.yml | 4 --- changelogs/fragments/20230906-galaxy.yml | 2 -- .../fragments/20230908-alias-cleanup.yml | 2 -- .../fragments/20230911-ec2_ami-release.yml | 2 -- changelogs/fragments/ec2_region.yml | 2 -- 9 files changed, 47 insertions(+), 16 deletions(-) delete mode 100644 changelogs/fragments/1690-ec2_ami-add-support-org_arn-orgu_arn.yml delete mode 100644 changelogs/fragments/1714-parameters.yml delete mode 100644 changelogs/fragments/1767-elb_application_lb_info-Throttling.yml delete mode 100644 changelogs/fragments/20230906-galaxy.yml delete mode 100644 changelogs/fragments/20230908-alias-cleanup.yml delete mode 100644 changelogs/fragments/20230911-ec2_ami-release.yml delete mode 100644 changelogs/fragments/ec2_region.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aae2c12f0b1..30ca60118d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,27 @@ amazon.aws Release Notes .. contents:: Topics +v6.5.0 +====== + +Release Summary +--------------- + +This release is the last planned minor release of ``amazon.aws`` prior to the release of 7.0.0. +It includes documentation fixes as well as minor changes and bug fixes for the ``ec2_ami`` and ``elb_application_lb_info`` modules. + + +Minor Changes +------------- + +- ec2_ami - add support for ``org_arns`` and ``org_unit_arns`` in launch_permissions (https://github.com/ansible-collections/amazon.aws/pull/1690). +- elb_application_lb_info - drop redundant ``describe_load_balancers`` call fetching ``ip_address_type`` (https://github.com/ansible-collections/amazon.aws/pull/1768). + +Bugfixes +-------- + +- elb_application_lb_info - ensure all API queries use the retry decorator (https://github.com/ansible-collections/amazon.aws/issues/1767). + v6.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 24c215211eb..30679419b7f 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2396,3 +2396,29 @@ releases: name: ec2_key_info namespace: '' release_date: '2023-09-05' + 6.5.0: + changes: + bugfixes: + - elb_application_lb_info - ensure all API queries use the retry decorator (https://github.com/ansible-collections/amazon.aws/issues/1767). + minor_changes: + - ec2_ami - add support for ``org_arns`` and ``org_unit_arns`` in launch_permissions + (https://github.com/ansible-collections/amazon.aws/pull/1690). + - elb_application_lb_info - drop redundant ``describe_load_balancers`` call + fetching ``ip_address_type`` (https://github.com/ansible-collections/amazon.aws/pull/1768). + release_summary: 'This release is the last planned minor release of ``amazon.aws`` + prior to the release of 7.0.0. + + It includes documentation fixes as well as minor changes and bug fixes for the ``ec2_ami`` and ``elb_application_lb_info`` + modules. + + ' + fragments: + - 1690-ec2_ami-add-support-org_arn-orgu_arn.yml + - 1714-parameters.yml + - 1767-elb_application_lb_info-Throttling.yml + - 20230906-galaxy.yml + - 20230908-alias-cleanup.yml + - 20230911-ec2_ami-release.yml + - ec2_region.yml + - release-summary.yml + release_date: '2023-10-03' diff --git a/changelogs/fragments/1690-ec2_ami-add-support-org_arn-orgu_arn.yml b/changelogs/fragments/1690-ec2_ami-add-support-org_arn-orgu_arn.yml deleted file mode 100644 index 4a96ec8e199..00000000000 --- a/changelogs/fragments/1690-ec2_ami-add-support-org_arn-orgu_arn.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "ec2_ami - add support for ``org_arns`` and ``org_unit_arns`` in launch_permissions (https://github.com/ansible-collections/amazon.aws/pull/1690)." diff --git a/changelogs/fragments/1714-parameters.yml b/changelogs/fragments/1714-parameters.yml deleted file mode 100644 index f2d41058466..00000000000 --- a/changelogs/fragments/1714-parameters.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: -- update docs and integration tests to use the canonical parameter names for the credentials parameters. diff --git a/changelogs/fragments/1767-elb_application_lb_info-Throttling.yml b/changelogs/fragments/1767-elb_application_lb_info-Throttling.yml deleted file mode 100644 index 9e09c58053f..00000000000 --- a/changelogs/fragments/1767-elb_application_lb_info-Throttling.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: -- elb_application_lb_info - ensure all API queries use the retry decorator (https://github.com/ansible-collections/amazon.aws/issues/1767). -minor_changes: -- elb_application_lb_info - drop redundant ``describe_load_balancers`` call fetching ``ip_address_type`` (https://github.com/ansible-collections/amazon.aws/pull/1768). diff --git a/changelogs/fragments/20230906-galaxy.yml b/changelogs/fragments/20230906-galaxy.yml deleted file mode 100644 index 06bd79c2052..00000000000 --- a/changelogs/fragments/20230906-galaxy.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: -- galaxy.yml - add description to collection. diff --git a/changelogs/fragments/20230908-alias-cleanup.yml b/changelogs/fragments/20230908-alias-cleanup.yml deleted file mode 100644 index b54cc42242e..00000000000 --- a/changelogs/fragments/20230908-alias-cleanup.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: -- Update integration tests to reflect renamed plugins diff --git a/changelogs/fragments/20230911-ec2_ami-release.yml b/changelogs/fragments/20230911-ec2_ami-release.yml deleted file mode 100644 index 4b2461310f4..00000000000 --- a/changelogs/fragments/20230911-ec2_ami-release.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: -- ec2_ami - fix version_added for org owners. diff --git a/changelogs/fragments/ec2_region.yml b/changelogs/fragments/ec2_region.yml deleted file mode 100644 index 2b105de1fd2..00000000000 --- a/changelogs/fragments/ec2_region.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: -- tweak integration tests to use aws_region rather than ec2_region.