From 7c49406344e44bb26ef1573234f43a350bda2d07 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Wed, 5 Jun 2024 20:00:07 +0200 Subject: [PATCH] Prep amazon.aws 7.6.1 (#2125) * Prep amazon.aws 7.6.1 Signed-off-by: Alina Buzachis * update aws user-agent variable with version from galaxy.yml --------- Signed-off-by: Alina Buzachis Co-authored-by: alinabuzachis --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 13 +++++++++++++ .../1979-do-not-ignore-ipv6-addresses.yaml | 3 --- ...kup_plan_info-bugfix-get-info-for-all-plans.yml | 3 --- 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 changelogs/fragments/1979-do-not-ignore-ipv6-addresses.yaml delete mode 100644 changelogs/fragments/2083-backup_plan_info-bugfix-get-info-for-all-plans.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f867fc9e4e5..8028b9d3289 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -66,6 +66,20 @@ Bugfixes - lambda_event - Fix when ``batch_size`` is greater than 10, by enabling support for setting ``maximum_batching_window_in_seconds`` (https://github.com/ansible-collections/amazon.aws/pull/2025). - lambda_event - Retrieve function ARN using AWS API (get_function) instead of building it with AWS account information (https://github.com/ansible-collections/amazon.aws/issues/1859). +v7.6.1 +====== + +Release Summary +--------------- + +This release includes some bug fixes for the ``ec2_instance`` and ``backup_plan_info`` modules. + +Bugfixes +-------- + +- backup_plan_info - Bugfix to enable getting info of all backup plans (https://github.com/ansible-collections/amazon.aws/pull/2083). +- ec2_instance - do not ignore IPv6 addresses when a single network interface is specified (https://github.com/ansible-collections/amazon.aws/pull/1979). + v7.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 546b1fe229f..8257734d736 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2922,6 +2922,19 @@ releases: name: rds_engine_versions_info namespace: '' release_date: '2024-05-07' + 7.6.1: + changes: + bugfixes: + - backup_plan_info - Bugfix to enable getting info of all backup plans (https://github.com/ansible-collections/amazon.aws/pull/2083). + - ec2_instance - do not ignore IPv6 addresses when a single network interface + is specified (https://github.com/ansible-collections/amazon.aws/pull/1979). + release_summary: This release includes some bug fixes for the ``ec2_instance`` + and ``backup_plan_info`` modules. + fragments: + - 1979-do-not-ignore-ipv6-addresses.yaml + - 2083-backup_plan_info-bugfix-get-info-for-all-plans.yml + - release_summary.yml + release_date: '2024-06-05' 8.0.0: changes: breaking_changes: diff --git a/changelogs/fragments/1979-do-not-ignore-ipv6-addresses.yaml b/changelogs/fragments/1979-do-not-ignore-ipv6-addresses.yaml deleted file mode 100644 index 95ada6d654d..00000000000 --- a/changelogs/fragments/1979-do-not-ignore-ipv6-addresses.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ec2_instance - do not ignore IPv6 addresses when a single network interface is specified (https://github.com/ansible-collections/amazon.aws/pull/1979). diff --git a/changelogs/fragments/2083-backup_plan_info-bugfix-get-info-for-all-plans.yml b/changelogs/fragments/2083-backup_plan_info-bugfix-get-info-for-all-plans.yml deleted file mode 100644 index 96bedc378bc..00000000000 --- a/changelogs/fragments/2083-backup_plan_info-bugfix-get-info-for-all-plans.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - backup_plan_info - Bugfix to enable getting info of all backup plans (https://github.com/ansible-collections/amazon.aws/pull/2083).