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

Prepare release 5.5.0 (#1804)

Prepare release 5.5.0

SUMMARY
Last release before 6.0.0...
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
CHANGELOG.rst
galaxy.yml
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: NMarkus Bergholz <git@osuv.de>
上级 c975a805
......@@ -5,6 +5,32 @@ community.aws Release Notes
.. contents:: Topics
v5.5.0
======
Release Summary
---------------
This release contains a number of bugfixes for various modules, as well as new features for the ``ec2_launch_template`` and ``msk_cluster`` modules. This is the last planned minor release prior to the release of version 6.0.0.
Minor Changes
-------------
- ec2_launch_template - Add parameter ``version_description`` (https://github.com/ansible-collections/community.aws/pull/1763).
- msk_cluster - add option for SASL/IAM authentication and add support to disable unauthenticated clients (https://github.com/ansible-collections/community.aws/issues/1761).
Bugfixes
--------
- cloudformation_stack_set - add a waiter to ensure that update operation complete before adding stack instances (https://github.com/ansible-collections/community.aws/issues/1608).
- eks_nodegroup - fix handling of ``remote_access`` option (https://github.com/ansible-collections/community.aws/issues/1771).
- elasticache_info - ignore the ``CacheClusterNotFound`` exception when collecting tags (https://github.com/ansible-collections/community.aws/pull/1777).
- elb_target_group - ensure ``AvailabilityZone`` is kept in target definitions when ``Id`` and ``Port`` are passed (https://github.com/ansible-collections/community.aws/issues/1736).
- elb_target_group - get ``ProtocolVersion`` key from ``target_group`` attributes only when exists (https://github.com/ansible-collections/community.aws/pull/1800).
- msk_cluster - fix creating a cluster with SASL/SCRAM authentication (https://github.com/ansible-collections/community.aws/issues/1761).
- s3_lifecycle - fix invalid value type for transitions list (https://github.com/ansible-collections/community.aws/issues/1774)
v5.4.0
======
......
......@@ -3190,3 +3190,40 @@ releases:
- 488-ecs_service-support_exec.yml
- release-5.4.0.yml
release_date: '2023-03-27'
5.5.0:
changes:
bugfixes:
- cloudformation_stack_set - add a waiter to ensure that update operation complete
before adding stack instances (https://github.com/ansible-collections/community.aws/issues/1608).
- eks_nodegroup - fix handling of ``remote_access`` option (https://github.com/ansible-collections/community.aws/issues/1771).
- elasticache_info - ignore the ``CacheClusterNotFound`` exception when collecting
tags (https://github.com/ansible-collections/community.aws/pull/1777).
- elb_target_group - ensure ``AvailabilityZone`` is kept in target definitions
when ``Id`` and ``Port`` are passed (https://github.com/ansible-collections/community.aws/issues/1736).
- elb_target_group - get ``ProtocolVersion`` key from ``target_group`` attributes
only when exists (https://github.com/ansible-collections/community.aws/pull/1800).
- msk_cluster - fix creating a cluster with SASL/SCRAM authentication (https://github.com/ansible-collections/community.aws/issues/1761).
- s3_lifecycle - fix invalid value type for transitions list (https://github.com/ansible-collections/community.aws/issues/1774)
minor_changes:
- ec2_launch_template - Add parameter ``version_description`` (https://github.com/ansible-collections/community.aws/pull/1763).
- msk_cluster - add option for SASL/IAM authentication and add support to disable
unauthenticated clients (https://github.com/ansible-collections/community.aws/issues/1761).
release_summary: 'This release contains a number of bugfixes for various modules,
as well as new features for the ``ec2_launch_template`` and ``msk_cluster``
modules. This is the last planned minor release prior to the release of version
6.0.0.
'
fragments:
- 1736-elb_target_group_property.yml
- 1757-config_rule-evaluation-mode.yml
- 1761-msk_cluster-fix-authentication.yml
- 1763-ec2-launch-template-add-version-description.yml
- 1771-remote-access.yml
- 1797-s3-acls.yml
- 1800-elb_target_group_property.yml
- 20230424-cloudformation_stack_set.yml
- 20230424-s3_lifecycle.yml
- elasticache_info-ignore-CacheClusterNotFound-when-reading-tags.yaml
- release-notes.yml
release_date: '2023-05-05'
bugfixes:
- elb_target_group - ensure ``AvailabilityZone`` is kept in target definitions when ``Id`` and ``Port`` are passed (https://github.com/ansible-collections/community.aws/issues/1736).
trivial:
- config_rule - Fix idempotency issues by ignoring `EvaluationModes` attribute
bugfixes:
- msk_cluster - fix creating a cluster with sasl_scram authentication (https://github.com/ansible-collections/community.aws/issues/1761).
minor_changes:
- msk_cluster - add option for sasl_iam authentication and add support to disable "unauthenticated" clients (https://github.com/ansible-collections/community.aws/issues/1761)
trivial:
- msk_cluster - changed test to 2.8.1 the recommended default version from MSK
minor_changes:
- ec2_launch_template - Add parameter ``version_description`` (https://github.com/ansible-collections/community.aws/pull/1763).
bugfixes:
- eks_nodegroup - fix parameter options of ``remote_access`` (https://github.com/ansible-collections/community.aws/issues/1771).
trivial:
- s3_sync - fix tests broken by AWS changing default permissions
- s3_logging - fix tests broken by AWS changing default permissions
bugfixes:
- elb_target_group - get ``ProtocolVersion`` key from ``target_group`` attributes only when exists (https://github.com/ansible-collections/community.aws/pull/1800).
---
bugfixes:
- cloudformation_stack_set - add a waiter to ensure that update operation complete before adding stack instances (https://github.com/ansible-collections/community.aws/issues/1608).
---
bugfixes:
- s3_lifecycle - fix invalid value type for transitions list (https://github.com/ansible-collections/community.aws/issues/1774)
---
bugfixes:
- "elasticache_info - Ignore the CacheClusterNotFound exception when collecting tags (https://github.com/ansible-collections/community.aws/pull/1777)."
namespace: community
name: aws
version: 5.4.0
version: 5.5.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.
先完成此消息的编辑!
想要评论请 注册