diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d40278be8a9..d05afc43de2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ community.aws Release Notes .. contents:: Topics +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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cfe21f719ce..3e4585ab4a5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -2633,3 +2633,20 @@ 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' diff --git a/changelogs/fragments/1576-defaults.yml b/changelogs/fragments/1576-defaults.yml deleted file mode 100644 index 7ada3aa04dd..00000000000 --- a/changelogs/fragments/1576-defaults.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - "Fixed ``default`` values in various modules so that documentation and argument spec coincide (https://github.com/ansible-collections/community.aws/pull/1576)." diff --git a/changelogs/fragments/1757-config_rule-evaluation-mode.yml b/changelogs/fragments/1757-config_rule-evaluation-mode.yml deleted file mode 100644 index fc51efa0adb..00000000000 --- a/changelogs/fragments/1757-config_rule-evaluation-mode.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: -- config_rule - Fix idempotency issues by ignoring `EvaluationModes` attribute diff --git a/changelogs/fragments/iam_access_key_docs_fix.yml b/changelogs/fragments/iam_access_key_docs_fix.yml deleted file mode 100644 index f47a15eb91f..00000000000 --- a/changelogs/fragments/iam_access_key_docs_fix.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - iam_access_key - Use correct parameter names in the docs example section (https://github.com/ansible-collections/community.aws/pull/1711). \ No newline at end of file diff --git a/changelogs/fragments/sns_topic-cross-account.yml b/changelogs/fragments/sns_topic-cross-account.yml deleted file mode 100644 index 968811b7693..00000000000 --- a/changelogs/fragments/sns_topic-cross-account.yml +++ /dev/null @@ -1,2 +0,0 @@ -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). diff --git a/galaxy.yml b/galaxy.yml index a7a6d3c56c7..55983933697 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: aws -version: 4.5.0 +version: 4.5.1 readme: README.md authors: - Ansible (https://github.com/ansible)