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

Merge 5.5.0 and 4.5.1 release info into main #1809

Merged
Show file tree
Hide file tree
Changes from all 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
40 changes: 40 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down Expand Up @@ -303,6 +329,20 @@ New Modules

- accessanalyzer_validate_policy_info - Performs validation of IAM policies

v4.5.1
======

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

This release contains a minor bugfix for the ``sns_topic`` module as well as corrections to the documentation for various modules. This is the last planned release of the 4.x series.


Bugfixes
--------

- sns_topic - avoid fetching attributes from subscribers when not setting them, this can cause permissions issues (https://github.com/ansible-collections/community.aws/pull/1418).

v4.5.0
======

Expand Down
54 changes: 54 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2669,6 +2669,23 @@ releases:
- 558-ssm_connection-invalid-literal.yml
- iam_role_purge_policy.yml
release_date: '2023-01-25'
4.5.1:
changes:
bugfixes:
- sns_topic - avoid fetching attributes from subscribers when not setting them,
this can cause permissions issues (https://github.com/ansible-collections/community.aws/pull/1418).
release_summary: 'This release contains a minor bugfix for the ``sns_topic``
module as well as corrections to the documentation for various modules. This
is the last planned release of the 4.x series.

'
fragments:
- 1576-defaults.yml
- 1757-config_rule-evaluation-mode.yml
- iam_access_key_docs_fix.yml
- release-notes.yml
- sns_topic-cross-account.yml
release_date: '2023-05-05'
5.0.0:
changes:
breaking_changes:
Expand Down Expand Up @@ -3269,3 +3286,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'
2 changes: 0 additions & 2 deletions changelogs/fragments/1736-elb_target_group_property.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1757-config_rule-evaluation-mode.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/1761-msk_cluster-fix-authentication.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1771-remote-access.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1797-s3-acls.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1800-elb_target_group_property.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20230424-cloudformation_stack_set.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20230424-s3_lifecycle.yml

This file was deleted.

This file was deleted.