Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 6.4.0 #1964

Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ community.aws Release Notes
.. contents:: Topics


v6.4.0
======

Release Summary
---------------

This release is the last planned minor release of ``community.aws`` prior to the release of 7.0.0.
It includes documentation fixes and adds support for setting run time configurations to the ``ecs_taskdefinition`` module.


Minor Changes
-------------

- ecs_taskdefinition - Add parameter ``runtime_platform`` (https://github.com/ansible-collections/community.aws/issues/1891).

v6.3.0
======

Expand Down
19 changes: 19 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3612,3 +3612,22 @@ releases:
name: route53_wait
namespace: ''
release_date: '2023-09-06'
6.4.0:
changes:
minor_changes:
- ecs_taskdefinition - Add parameter ``runtime_platform`` (https://github.com/ansible-collections/community.aws/issues/1891).
release_summary: 'This release is the last planned minor release of ``community.aws``
prior to the release of 7.0.0.

It includes documentation fixes and adds support for setting run time configurations
to the ``ecs_taskdefinition`` module.

'
fragments:
- 1891_ecs-task-definition-add-runtime-platform.yml
- 20230906-galaxy.yml
- 20230906-route53_wait.yml
- 20230908-alias-cleanup.yml
- botocore_params-cleanup.yml
- release-summery.yml
release_date: '2023-10-03'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20230906-galaxy.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20230906-route53_wait.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20230908-alias-cleanup.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/botocore_params-cleanup.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: community
name: aws
version: 6.3.0
version: 6.4.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@


COMMUNITY_AWS_COLLECTION_NAME = "community.aws"
COMMUNITY_AWS_COLLECTION_VERSION = "6.3.0"
COMMUNITY_AWS_COLLECTION_VERSION = "6.4.0"