Skip to content

Commit

Permalink
Prepare release 5.4.0 (#1758)
Browse files Browse the repository at this point in the history
Prepare release 5.4.0

SUMMARY
5.4.0 minor release
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
galaxy.yml
CHANGELOG
ADDITIONAL INFORMATION

Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
tremble committed Mar 27, 2023
1 parent 7cc54f3 commit 7cd9c58
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 6 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


v5.4.0
======

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

This minor release brings minor new features to the ``sns`` and ``ecs_service`` modules.

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

- ecs_service - added new parameter ``enable_execute_command`` (https://github.com/ansible-collections/community.aws/pull/488).
- ecs_service - handle SDK errors more cleanly on update failures (https://github.com/ansible-collections/community.aws/pull/488).
- sns - Add support for ``message_group_id`` and ``message_deduplication_id`` (https://github.com/ansible-collections/community.aws/pull/1733).

v5.3.0
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3176,3 +3176,17 @@ releases:
name: eks_nodegroup
namespace: ''
release_date: '2023-03-07'
5.4.0:
changes:
minor_changes:
- ecs_service - added new parameter ``enable_execute_command`` (https://github.com/ansible-collections/community.aws/pull/488).
- ecs_service - handle SDK errors more cleanly on update failures (https://github.com/ansible-collections/community.aws/pull/488).
- sns - Add support for ``message_group_id`` and ``message_deduplication_id``
(https://github.com/ansible-collections/community.aws/pull/1733).
release_summary: This minor release brings minor new features to the ``sns``
and ``ecs_service`` modules.
fragments:
- 1733-sns-publish-to-fifo-topics.yml
- 488-ecs_service-support_exec.yml
- release-5.4.0.yml
release_date: '2023-03-27'
2 changes: 0 additions & 2 deletions changelogs/fragments/1733-sns-publish-to-fifo-topics.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/488-ecs_service-support_exec.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: aws
version: 5.3.0
version: 5.4.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 7cd9c58

Please sign in to comment.