Skip to content

Commit

Permalink
Prepare 6.3.0 release (#1926)
Browse files Browse the repository at this point in the history
Prepare 6.3.0 release

SUMMARY
Prepare 6.3.0
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
changelogs/
galaxy.yml
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis
Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
tremble authored Sep 6, 2023
1 parent bfaa87c commit 8cb28b5
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ community.aws Release Notes
.. contents:: Topics


v6.3.0
======

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

This release brings a minor bug fix for the ``opensearch`` module and a new ``route53_wait`` module.

Bugfixes
--------

- opensearch - Don't try to read a non existing key from the domain config (https://github.com/ansible-collections/community.aws/pull/1910).

New Modules
-----------

- route53_wait - wait for changes in Amazons Route 53 DNS service to propagate

v6.2.0
======

Expand Down
23 changes: 19 additions & 4 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1643,9 +1643,8 @@ releases:
release_date: '2022-06-22'
2.6.1:
changes:
release_summary:
Bump collection from 2.6.0 to 2.6.1 due to a publishing error with 2.6.0. This
release supersedes 2.6.0 entirely, users should skip 2.6.0.
release_summary: Bump collection from 2.6.0 to 2.6.1 due to a publishing error
with 2.6.0. This release supersedes 2.6.0 entirely, users should skip 2.6.0.
fragments:
- 261_increase.yml
release_date: '2022-06-22'
Expand Down Expand Up @@ -3453,7 +3452,8 @@ releases:
- cloudfront_distribution - add ``http3`` support via parameter value ``http2and3``
for parameter ``http_version`` (https://github.com/ansible-collections/community.aws/pull/1753).
- cloudfront_distribution - add ``origin_shield`` options (https://github.com/ansible-collections/community.aws/pull/1557).
- cloudfront_distribution - documented ``connection_attempts`` and ``connection_timeout`` the module was already capable of using them
- cloudfront_distribution - documented ``connection_attempts`` and ``connection_timeout``
the module was already capable of using them
- community.aws - updated document fragments based on changes in amazon.aws
(https://github.com/ansible-collections/community.aws/pull/1738).
- community.aws - updated imports based on changes in amazon.aws (https://github.com/ansible-collections/community.aws/pull/1738).
Expand Down Expand Up @@ -3597,3 +3597,18 @@ releases:
- release_summary.yml
- transit_gateway_to_vpn.yaml
release_date: '2023-08-04'
6.3.0:
changes:
bugfixes:
- opensearch - Don't try to read a non existing key from the domain config (https://github.com/ansible-collections/community.aws/pull/1910).
release_summary: This release brings a minor bug fix for the ``opensearch``
module and a new ``route53_wait`` module.
fragments:
- 1904-route53_wait.yml
- opensearch_domainconfig_no_options.yaml
- release.yml
modules:
- description: wait for changes in Amazons Route 53 DNS service to propagate
name: route53_wait
namespace: ''
release_date: '2023-09-06'
2 changes: 0 additions & 2 deletions changelogs/fragments/1904-route53_wait.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/opensearch_domainconfig_no_options.yaml

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: 6.2.0
version: 6.3.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@


COMMUNITY_AWS_COLLECTION_NAME = "community.aws"
COMMUNITY_AWS_COLLECTION_VERSION = "6.2.0"
COMMUNITY_AWS_COLLECTION_VERSION = "6.3.0"
2 changes: 1 addition & 1 deletion plugins/modules/route53_wait.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DOCUMENTATION = r"""
---
module: route53_wait
version_added: 6.2.0
version_added: 6.3.0
short_description: wait for changes in Amazons Route 53 DNS service to propagate
description:
- When using M(amazon.aws.route53) with I(wait=false), this module allows to wait for the
Expand Down

0 comments on commit 8cb28b5

Please sign in to comment.