未验证 提交 7cd9c582 编写于 作者: M Mark Chappell 提交者: GitHub

Prepare release 5.4.0 (#1758)

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: NMarkus Bergholz <git@osuv.de>
上级 7cc54f33
......@@ -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
======
......
......@@ -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'
minor_changes:
- sns - Add support for ``message_group_id`` and ``message_deduplication_id`` (https://github.com/ansible-collections/community.aws/pull/1733).
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).
namespace: community
name: aws
version: 5.3.0
version: 5.4.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册