Skip to content

Commit

Permalink
Release notes and minor changelog fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed May 5, 2023
1 parent 0e0dc00 commit d49c565
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelogs/fragments/1761-msk_cluster-fix-authentication.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bugfixes:
- msk_cluster - fix creating a cluster with sasl_scram authentication (https://github.com/ansible-collections/community.aws/issues/1761).
- 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)
- 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
2 changes: 1 addition & 1 deletion changelogs/fragments/1771-remote-access.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bugfixes:
- eks_nodegroup - fix parameter options of ``remote_access`` (https://github.com/ansible-collections/community.aws/issues/1771).
- eks_nodegroup - fix handling of ``remote_access`` option (https://github.com/ansible-collections/community.aws/issues/1771).
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
bugfixes:
- "elasticache_info - Ignore the CacheClusterNotFound exception when collecting tags (https://github.com/ansible-collections/community.aws/pull/1777)."
- elasticache_info - ignore the ``CacheClusterNotFound`` exception when collecting tags (https://github.com/ansible-collections/community.aws/pull/1777).
2 changes: 2 additions & 0 deletions changelogs/fragments/release-notes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
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.

0 comments on commit d49c565

Please sign in to comment.