From 9432a3255f4ae2f4e51b216be93887c45f31f524 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Mon, 6 Nov 2023 12:38:32 +0100 Subject: [PATCH] Bump release pulling in #1994 --- CHANGELOG.rst | 1 + changelogs/changelog.yaml | 5 ++++- .../fragments/eks_nodegroup-integration-wait-delete.yml | 4 ---- tests/integration/targets/eks_nodegroup/aliases | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 changelogs/fragments/eks_nodegroup-integration-wait-delete.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f6751abb24..64a3243e9b1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,6 +20,7 @@ Minor Changes - api_gateway_info - use fstrings where appropriate (https://github.com/ansible-collections/amazon.aws/pull/1962). - community.aws collection - apply isort code formatting to ensure consistent formatting of code (https://github.com/ansible-collections/community.aws/pull/1962) - ecs_taskdefinition - Add parameter ``runtime_platform`` (https://github.com/ansible-collections/community.aws/issues/1891). +- eks_nodegroup - ensure wait also waits for deletion to complete when ``wait==True`` (https://github.com/ansible-collections/community.aws/pull/1994). Breaking Changes / Porting Guide -------------------------------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b0559c2e51a..7f587b0efe0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -3671,6 +3671,8 @@ releases: - community.aws collection - apply isort code formatting to ensure consistent formatting of code (https://github.com/ansible-collections/community.aws/pull/1962) - ecs_taskdefinition - Add parameter ``runtime_platform`` (https://github.com/ansible-collections/community.aws/issues/1891). + - eks_nodegroup - ensure wait also waits for deletion to complete when ``wait==True`` + (https://github.com/ansible-collections/community.aws/pull/1994). release_summary: This release includes some new features, bugfixes and breaking changes. Several modules have been migrated to amazon.aws and the Fully Qualified Collection Name for these modules needs to be updated. The community.aws collection @@ -3693,6 +3695,7 @@ releases: - 7.0.0-dev0.yml - botocore.yml - botocore_params-cleanup.yml + - eks_nodegroup-integration-wait-delete.yml - galaxy_importer.yml - migrate_aws_region_info.yml - migrate_iam_access_key.yml @@ -3706,4 +3709,4 @@ releases: - python37.yml - release_summary.yml - workflow-requirements.yml - release_date: '2023-11-02' + release_date: '2023-11-06' diff --git a/changelogs/fragments/eks_nodegroup-integration-wait-delete.yml b/changelogs/fragments/eks_nodegroup-integration-wait-delete.yml deleted file mode 100644 index a88c08d73ef..00000000000 --- a/changelogs/fragments/eks_nodegroup-integration-wait-delete.yml +++ /dev/null @@ -1,4 +0,0 @@ -trivial: -- eks_nodegroup - update integration test to wait for both nodegroups to be deleted. -minor_changes: -- eks_nodegroup - ensure wait also waits for deletion to complete when ``wait==True`` (https://github.com/ansible-collections/community.aws/pull/1994). diff --git a/tests/integration/targets/eks_nodegroup/aliases b/tests/integration/targets/eks_nodegroup/aliases index 0b84301d76c..1809e989b29 100644 --- a/tests/integration/targets/eks_nodegroup/aliases +++ b/tests/integration/targets/eks_nodegroup/aliases @@ -1 +1,2 @@ -cloud/aws \ No newline at end of file +cloud/aws +time=30m