未验证 提交 b2452067 编写于 作者: M Markus Bergholz 提交者: GitHub

prepare release 4.4.0 (#1617)

prepare 4.4.0

SUMMARY
community.aws 4.4.0 release

Reviewed-by: Alina Buzachis <None>
Reviewed-by: NFelix Fontein <felix@fontein.de>
Reviewed-by: Jill R <None>
上级 1f42ae9e
......@@ -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
======
......
......@@ -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'
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).
minor_changes:
- elasticache_parameter_group - add ``redis6.x`` group family on the module input choices (https://github.com/ansible-collections/community.aws/pull/1476).
\ No newline at end of file
bugfixes:
- ecs_ecr - fix a ``RepositoryNotFound`` exception when trying to create repositories in check mode (https://github.com/ansible-collections/community.aws/pull/1550).
---
trivial:
- "ecs_taskdefinition - Add input documentation for the ``healthCheck`` parameter (https://github.com/ansible-collections/community.aws/pull/1610)"
trivial:
- ec2_vpc_vgw - update integration tests to allow for attachments being removed from the list once deleted (https://github.com/ansible-collections/community.aws/pull/1579).
bugfixes:
- opensearch - Fix cluster creation when using advanced security options (https://github.com/ansible-collections/community.aws/pull/1613).
trivial:
- test-requirements - add pytest-forked to requirements for unit tests
namespace: community
name: aws
version: 4.3.0
version: 4.4.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册