diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fb6d45636e9..50e59614d34 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 80fb7b53c0e..b2d734e39b0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2330,3 +2330,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. diff --git a/changelogs/fragments/release-summary.yml b/changelogs/fragments/release-summary.yml deleted file mode 100644 index f40a819fe1c..00000000000 --- a/changelogs/fragments/release-summary.yml +++ /dev/null @@ -1,3 +0,0 @@ -release_summary: | - This release is the last planned minor release of ``amazon.aws`` prior to the release of 7.0.0. - It includes minor changes and bug fixes for the ``ec2_ami`` and ``elb_application_lb_info`` modules.