Skip to content

Commit

Permalink
Prepare release 3.5.0 (#1390)
Browse files Browse the repository at this point in the history
Prepare release 3.5.0

SUMMARY
Latest minor release
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
CHANGELOG.rst
README.md
changelogs/changelog.yaml
docs/
galaxy.yml
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Aug 3, 2022
1 parent 68d9a4d commit 854daf2
Show file tree
Hide file tree
Showing 17 changed files with 107 additions and 31 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ community.aws Release Notes
.. contents:: Topics


v3.5.0
======

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

- iam_server_certificate - the deprecation for the ``iam_cert`` alias has been extended from release 4.0.0 to release 5.0.0 (https://github.com/ansible-collections/community.aws/pull/1257).
- iam_server_certificate - the deprecations for ``cert_chain``, ``cert``, ``key`` and ``dup_ok`` have been extended from release 4.0.0 to release 5.0.0 (https://github.com/ansible-collections/community.aws/pull/1256).
- rds_instance_snapshot - the deprecation for the ``rds_snapshot`` alias has been extended from release 4.0.0 to release 5.0.0 (https://github.com/ansible-collections/community.aws/pull/1257).
- s3_sync - improves error handling during ``HEAD`` operation to compare existing files (https://github.com/ansible-collections/community.aws/issues/58).

Bugfixes
--------

- aws_api_gateway_domain - added the ``aws_api_gateway_domain`` module to the aws module_defaults group (https://github.com/ansible-collections/community.aws/pull/1283).
- aws_config_aggregator - Fix `KeyError` when updating existing aggregator (https://github.com/ansible-collections/community.aws/pull/645).
- aws_config_aggregator - Fix idempotency when ``account_sources`` parameter is not specified (https://github.com/ansible-collections/community.aws/pull/645).
- aws_ssm - pull S3 bucket region for session generated for file transfer during playbooks (https://github.com/ansible-collections/community.aws/issues/1190).
- cloudfront_response_headers_policy - added the ``cloudfront_response_headers_policy`` module to the aws module_defaults group (https://github.com/ansible-collections/community.aws/pull/1283).
- ec2_vpc_peer - fix idempotency when requester/accepter is reversed (https://github.com/ansible-collections/community.aws/issues/580).
- kms_key_info - handle access denied errors more liberally (https://github.com/ansible-collections/community.aws/issues/206).
- route53 - fixes bug preventing creating a DNS record with a weight of zero (https://github.com/ansible-collections/community.aws/issues/1378)
- route53_info - fix ``max_items`` parameter when used with non-paginated commands (https://github.com/ansible-collections/community.aws/issues/1383).

v3.4.0
======

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ AWS related modules and plugins supported by the Ansible Cloud team are in the [

This collection has been tested against following Ansible versions: **>=2.9.10**.

For collections that support Ansible 2.9, please ensure you update your `network_os` to use the
fully qualified collection name (for example, `cisco.ios.ios`).
Plugins and modules within a collection may be tested with only specific Ansible versions.
A collection may contain metadata that identifies these versions.
PEP440 is the schema used to describe the versions of Ansible.
Expand Down
38 changes: 38 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2024,3 +2024,41 @@ releases:
- 1221-aws_codebuild-tagging.yml
- 1236-route53_info-add-snake_case-return-values.yml
release_date: '2022-06-23'
3.5.0:
changes:
bugfixes:
- aws_api_gateway_domain - added the ``aws_api_gateway_domain`` module to the
aws module_defaults group (https://github.com/ansible-collections/community.aws/pull/1283).
- aws_config_aggregator - Fix `KeyError` when updating existing aggregator (https://github.com/ansible-collections/community.aws/pull/645).
- aws_config_aggregator - Fix idempotency when ``account_sources`` parameter
is not specified (https://github.com/ansible-collections/community.aws/pull/645).
- aws_ssm - pull S3 bucket region for session generated for file transfer during
playbooks (https://github.com/ansible-collections/community.aws/issues/1190).
- cloudfront_response_headers_policy - added the ``cloudfront_response_headers_policy``
module to the aws module_defaults group (https://github.com/ansible-collections/community.aws/pull/1283).
- ec2_vpc_peer - fix idempotency when requester/accepter is reversed (https://github.com/ansible-collections/community.aws/issues/580).
- kms_key_info - handle access denied errors more liberally (https://github.com/ansible-collections/community.aws/issues/206).
- route53 - fixes bug preventing creating a DNS record with a weight of zero
(https://github.com/ansible-collections/community.aws/issues/1378)
- route53_info - fix ``max_items`` parameter when used with non-paginated commands
(https://github.com/ansible-collections/community.aws/issues/1383).
minor_changes:
- iam_server_certificate - the deprecation for the ``iam_cert`` alias has been
extended from release 4.0.0 to release 5.0.0 (https://github.com/ansible-collections/community.aws/pull/1257).
- iam_server_certificate - the deprecations for ``cert_chain``, ``cert``, ``key``
and ``dup_ok`` have been extended from release 4.0.0 to release 5.0.0 (https://github.com/ansible-collections/community.aws/pull/1256).
- rds_instance_snapshot - the deprecation for the ``rds_snapshot`` alias has
been extended from release 4.0.0 to release 5.0.0 (https://github.com/ansible-collections/community.aws/pull/1257).
- s3_sync - improves error handling during ``HEAD`` operation to compare existing
files (https://github.com/ansible-collections/community.aws/issues/58).
fragments:
- 1176-ssm-connection-plugin-region-fix.yml
- 1257-deprecations.yml
- 1282-meta.yml
- 1379-zero_weight_dns_fix.yml
- 1384-route53_info-fix-max-items.yml
- 206-kms_key_info.yml
- 58-s3_sync.yml
- 580-vpc_peer-idempotency.yml
- 645-aws_config_aggregator-fix-update-and-idempotency.yml
release_date: '2022-08-03'

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/1257-deprecations.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1282-meta.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1379-zero_weight_dns_fix.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1384-route53_info-fix-max-items.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/206-kms_key_info.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/58-s3_sync.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/580-vpc_peer-idempotency.yml

This file was deleted.

This file was deleted.

19 changes: 19 additions & 0 deletions docs/community.aws.elb_application_lb_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,25 @@ Parameters
</td>
<td>
<div>The Amazon Resource Name (ARN) of the target group.</div>
<div>Mutually exclusive with <em>TargetGroupName</em>.</div>
</td>
</tr>
<tr>
<td class="elbow-placeholder"></td>
<td class="elbow-placeholder"></td>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>TargetGroupName</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
</div>
</td>
<td>
</td>
<td>
<div>The name of the target group.</div>
<div>Mutually exclusive with <em>TargetGroupArn</em>.</div>
</td>
</tr>
<tr>
Expand Down
19 changes: 19 additions & 0 deletions docs/community.aws.elb_network_lb_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,25 @@ Parameters
</td>
<td>
<div>The Amazon Resource Name (ARN) of the target group.</div>
<div>Mutually exclusive with <em>TargetGroupName</em>.</div>
</td>
</tr>
<tr>
<td class="elbow-placeholder"></td>
<td class="elbow-placeholder"></td>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>TargetGroupName</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">-</span>
</div>
</td>
<td>
</td>
<td>
<div>The name of the target group.</div>
<div>Mutually exclusive with <em>TargetGroupArn</em>.</div>
</td>
</tr>
<tr>
Expand Down
8 changes: 4 additions & 4 deletions docs/community.aws.iam_server_certificate_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Parameters
<td>
<div>The path to, or content of the certificate body in PEM encoded format.</div>
<div>If the parameter is not a file, it is assumed to be content.</div>
<div>Passing a file name is deprecated, and support will be dropped in version 4.0.0 of this collection.</div>
<div>Passing a file name is deprecated, and support will be dropped in version 5.0.0 of this collection.</div>
</td>
</tr>
<tr>
Expand All @@ -143,7 +143,7 @@ Parameters
<td>
<div>The path to, or content of, the CA certificate chain in PEM encoded format.</div>
<div>If the parameter is not a file, it is assumed to be content.</div>
<div>Passing a file name is deprecated, and support will be dropped in version 4.0.0 of this collection.</div>
<div>Passing a file name is deprecated, and support will be dropped in version 5.0.0 of this collection.</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -183,7 +183,7 @@ Parameters
<td>
<div>By default the module will not upload a certificate that is already uploaded into AWS.</div>
<div>If <em>dup_ok=True</em>, it will upload the certificate as long as the name is unique.</div>
<div>Currently defaults to <code>false</code>, this will default to <code>true</code> in release 4.0.0.</div>
<div>Currently defaults to <code>false</code>, this will default to <code>true</code> in release 5.0.0.</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -215,7 +215,7 @@ Parameters
</td>
<td>
<div>The path to, or content of the private key in PEM encoded format. If the parameter is not a file, it is assumed to be content.</div>
<div>Passing a file name is deprecated, and support will be dropped in version 4.0.0 of this collection.</div>
<div>Passing a file name is deprecated, and support will be dropped in version 5.0.0 of this collection.</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/community.aws.s3_sync_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="return-"></div>
<b>uploaded</b>
<b>uploads</b>
<a class="ansibleOptionLink" href="#return-" title="Permalink to this return value"></a>
<div style="font-size: small">
<span style="color: purple">list</span>
Expand Down
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
namespace: community
name: aws
version: 3.4.0
version: 3.5.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
description: null
license_file: COPYING
tags: [community, aws, cloud, amazon]
dependencies:
amazon.aws: '>=3.3.0'
amazon.aws: '>=3.4.0'
repository: https://github.com/ansible-collections/community.aws
documentation: https://github.com/ansible-collections/community.aws/tree/main/docs
homepage: https://github.com/ansible-collections/community.aws
Expand Down

0 comments on commit 854daf2

Please sign in to comment.