Skip to content

Commit

Permalink
prepare release 4.4.0 (#1617)
Browse files Browse the repository at this point in the history
prepare 4.4.0

SUMMARY
community.aws 4.4.0 release

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Felix Fontein <[email protected]>
Reviewed-by: Jill R <None>
  • Loading branch information
markuman committed Dec 14, 2022
1 parent 1f42ae9 commit b245206
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 16 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ community.aws Release Notes
.. contents:: Topics


v4.4.0
======

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

This is the minor release of the ``community.aws`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.

Minor Changes
-------------

- elasticache_parameter_group - add ``redis6.x`` group family on the module input choices (https://github.com/ansible-collections/community.aws/pull/1476).

Bugfixes
--------

- aws_ssm - fixes S3 bucket region detection by ensuring boto client has correct credentials and exists in correct partition (https://github.com/ansible-collections/community.aws/pull/1428).
- ecs_ecr - fix a ``RepositoryNotFound`` exception when trying to create repositories in check mode (https://github.com/ansible-collections/community.aws/pull/1550).
- opensearch - Fix cluster creation when using advanced security options (https://github.com/ansible-collections/community.aws/pull/1613).

v4.3.0
======

Expand Down
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2581,3 +2581,29 @@ releases:
- RELEASE-4.3.0.yml
- ec2_placement_group_race_on_create.yaml
release_date: '2022-10-06'
4.4.0:
changes:
bugfixes:
- aws_ssm - fixes S3 bucket region detection by ensuring boto client has correct
credentials and exists in correct partition (https://github.com/ansible-collections/community.aws/pull/1428).
- ecs_ecr - fix a ``RepositoryNotFound`` exception when trying to create repositories
in check mode (https://github.com/ansible-collections/community.aws/pull/1550).
- opensearch - Fix cluster creation when using advanced security options (https://github.com/ansible-collections/community.aws/pull/1613).
minor_changes:
- elasticache_parameter_group - add ``redis6.x`` group family on the module
input choices (https://github.com/ansible-collections/community.aws/pull/1476).
release_summary: 'This is the minor release of the ``community.aws`` collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.'
fragments:
- 1428-aws-ssm-missing-credentials.yml
- 1476-add-redis6x-cache-parameter-group-family.yml
- 1550-ecs_ecr-RepositoryNotFound.yml
- 1565-healthCheck-docs.yml
- 1579-ec2_vpc_vgw-deleted.yml
- 1613-opensearch.yml
- 20221026-pytest-forked.yml
- 4.4.0.yml
release_date: '2022-12-08'
2 changes: 0 additions & 2 deletions changelogs/fragments/1428-aws-ssm-missing-credentials.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1550-ecs_ecr-RepositoryNotFound.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1565-healthCheck-docs.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1579-ec2_vpc_vgw-deleted.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1613-opensearch.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20221026-pytest-forked.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.3.0
version: 4.4.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit b245206

Please sign in to comment.