diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 52037e4e0bf..a6547c0c1fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 67f1e1642b0..21a7f44ddcd 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' @@ -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). @@ -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' diff --git a/changelogs/fragments/1904-route53_wait.yml b/changelogs/fragments/1904-route53_wait.yml deleted file mode 100644 index f8f4568b43e..00000000000 --- a/changelogs/fragments/1904-route53_wait.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - "Add route53_wait module to community.aws.aws action group (https://github.com/ansible-collections/community.aws/pull/1904)." diff --git a/changelogs/fragments/opensearch_domainconfig_no_options.yaml b/changelogs/fragments/opensearch_domainconfig_no_options.yaml deleted file mode 100644 index d86d379f55d..00000000000 --- a/changelogs/fragments/opensearch_domainconfig_no_options.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: -- "opensearch - Don't try to read a non existing key from the domain config (https://github.com/ansible-collections/community.aws/pull/1910)." diff --git a/galaxy.yml b/galaxy.yml index d5c37598488..a8438ed1ee1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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) diff --git a/plugins/module_utils/common.py b/plugins/module_utils/common.py index 79e9604b2a1..62d85d085e9 100644 --- a/plugins/module_utils/common.py +++ b/plugins/module_utils/common.py @@ -5,4 +5,4 @@ COMMUNITY_AWS_COLLECTION_NAME = "community.aws" -COMMUNITY_AWS_COLLECTION_VERSION = "6.2.0" +COMMUNITY_AWS_COLLECTION_VERSION = "6.3.0" diff --git a/plugins/modules/route53_wait.py b/plugins/modules/route53_wait.py index 45b199887fd..6b72681d4c1 100644 --- a/plugins/modules/route53_wait.py +++ b/plugins/modules/route53_wait.py @@ -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