Skip to content

Commit

Permalink
Prepare release 6.4.0 (#1964)
Browse files Browse the repository at this point in the history
Prepare release 6.4.0

SUMMARY
Prepare 6.4.0 for release on the first Tuesday of the month.
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
galaxy.yml
CHANGELOG.rst
changelogs/changelog.yaml
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
tremble committed Oct 12, 2023
1 parent 68d106e commit 68d7bea
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 12 deletions.
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-12'

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"

0 comments on commit 68d7bea

Please sign in to comment.