Skip to content

Commit

Permalink
Bump release pulling in #1994
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Nov 6, 2023
1 parent bfa595c commit 9432a32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------------------
Expand Down
5 changes: 4 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -3706,4 +3709,4 @@ releases:
- python37.yml
- release_summary.yml
- workflow-requirements.yml
release_date: '2023-11-02'
release_date: '2023-11-06'

This file was deleted.

3 changes: 2 additions & 1 deletion tests/integration/targets/eks_nodegroup/aliases
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cloud/aws
cloud/aws
time=30m

0 comments on commit 9432a32

Please sign in to comment.