Skip to content

Commit

Permalink
Prep community.aws 5.5.1 (#1872)
Browse files Browse the repository at this point in the history
Prep community.aws 5.5.1 release

SUMMARY

Prep community.aws 5.5.1 release

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
Reviewed-by: Bikouo Aubin
  • Loading branch information
alinabuzachis committed Jul 5, 2023
1 parent ab1d900 commit dba9dfc
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 16 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


v5.5.1
======

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

This release brings several bugfixes.

Bugfixes
--------

- cloudfront_distribution - no longer crashes when waiting for completion of creation (https://github.com/ansible-collections/community.aws/issues/255).
- cloudfront_distribution - now honours the ``enabled`` setting (https://github.com/ansible-collections/community.aws/issues/1823).

v5.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 @@ -3227,3 +3227,20 @@ releases:
- elasticache_info-ignore-CacheClusterNotFound-when-reading-tags.yaml
- release-notes.yml
release_date: '2023-05-05'
5.5.1:
changes:
bugfixes:
- cloudfront_distribution - no longer crashes when waiting for completion of
creation (https://github.com/ansible-collections/community.aws/issues/255).
- cloudfront_distribution - now honours the ``enabled`` setting (https://github.com/ansible-collections/community.aws/issues/1823).
release_summary: This release brings several bugfixes.
fragments:
- 1823-cloudfront_distribution_always_created_enabled.yml
- 20230627-ci-fixup.yml
- 20230701-ci-fixup.yml
- 20230704-github_workflows.yml
- 255-cloudfront_distribution_create_wait_crash.yml
- release_summary.yml
- test-reqs.yml
- tests-requirements.yml
release_date: '2023-07-05'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20230627-ci-fixup.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20230701-ci-fixup.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20230704-github_workflows.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/test-reqs.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/tests-requirements.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: 5.5.0
version: 5.5.1
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit dba9dfc

Please sign in to comment.