diff --git a/changelogs/fragments/1761-msk_cluster-fix-authentication.yml b/changelogs/fragments/1761-msk_cluster-fix-authentication.yml index ebf5f1595a8..8df3ccfe814 100644 --- a/changelogs/fragments/1761-msk_cluster-fix-authentication.yml +++ b/changelogs/fragments/1761-msk_cluster-fix-authentication.yml @@ -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 diff --git a/changelogs/fragments/1771-remote-access.yml b/changelogs/fragments/1771-remote-access.yml index 6375fc12c6f..b55e4970600 100644 --- a/changelogs/fragments/1771-remote-access.yml +++ b/changelogs/fragments/1771-remote-access.yml @@ -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). diff --git a/changelogs/fragments/elasticache_info-ignore-CacheClusterNotFound-when-reading-tags.yaml b/changelogs/fragments/elasticache_info-ignore-CacheClusterNotFound-when-reading-tags.yaml index d8ef3c31c69..a30b4812dfd 100644 --- a/changelogs/fragments/elasticache_info-ignore-CacheClusterNotFound-when-reading-tags.yaml +++ b/changelogs/fragments/elasticache_info-ignore-CacheClusterNotFound-when-reading-tags.yaml @@ -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). diff --git a/changelogs/fragments/release-notes.yml b/changelogs/fragments/release-notes.yml new file mode 100644 index 00000000000..3623a4c952c --- /dev/null +++ b/changelogs/fragments/release-notes.yml @@ -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.