Skip to content

Commit

Permalink
Prepare final 4.x release (#1805)
Browse files Browse the repository at this point in the history
Prepare final 4.x release

SUMMARY
We have a minor fix lurking in stable-4, release this as a final 4.5.1 release prior to 6.0.0
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
CHANGELOG.rst
galaxy.yml
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
  • Loading branch information
tremble committed May 5, 2023
1 parent deb8325 commit fdecbef
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/1576-defaults.yml

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/iam_access_key_docs_fix.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/sns_topic-cross-account.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit fdecbef

Please sign in to comment.