Skip to content

Commit

Permalink
Update changelog with the amazon.aws 3.2.0 changes (ansible-collectio…
Browse files Browse the repository at this point in the history
…ns#769)

Update changelog (main branch) with the amazon.aws 3.2.0 changes

SUMMARY

Update changelog (main branch) with the amazon.aws 3.2.0 changes

ISSUE TYPE


Docs Pull Request

Reviewed-by: Mark Chappell <None>
Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
alinabuzachis authored Apr 7, 2022
1 parent 4483fde commit 5e622eb
Show file tree
Hide file tree
Showing 16 changed files with 252 additions and 79 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ community.aws Release Notes
.. contents:: Topics


v3.2.0
======

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

- aws_secret - add pagination for ``bypath`` functionality (https://github.com/ansible-collections/amazon.aws/pull/591).
- ec2_instance - Fix scope of deprecation warning to not show warning when ``state`` in ``absent`` (https://github.com/ansible-collections/amazon.aws/pull/719).
- ec2_vpc_route_table - support associating internet gateways (https://github.com/ansible-collections/amazon.aws/pull/690).
- module_utils.elbv2 - Add support for alb specific attributes and compare_elb_attributes method to support check_mode in module_utils.elbv2 (https://github.com/ansible-collections/amazon.aws/pull/696).
- s3_bucket - Add support for enforced bucket owner object ownership (https://github.com/ansible-collections/amazon.aws/pull/694).

Bugfixes
--------

- aws_ec2 inventory - use the iam_role_arn configuration parameter to assume the role before trying to call DescribeRegions if the regions configuration is not set and AWS credentials provided without enough privilege to perform the DescribeRegions action. (https://github.com/ansible-collections/amazon.aws/issues/566).
- ec2_vol - changing a volume from a type that does not support IOPS (like ``standard``) to a type that does (like ``gp3``) fails (https://github.com/ansible-collections/amazon.aws/issues/626).
- ec2_vpc_igw - fix 'NoneType' object is not subscriptable error (https://github.com/ansible-collections/amazon.aws/pull/691).
- ec2_vpc_igw - use paginator for describe internet gateways and add retry to fix NoneType object is not subscriptable error (https://github.com/ansible-collections/amazon.aws/pull/695).
- ec2_vpc_net - In check mode, ensure the module does not change the configuration. Handle case when Amazon-provided ipv6 block is enabled, then disabled, then enabled again. Do not disable IPv6 CIDR association (using Amazon pool) if ipv6_cidr property is not present in the task. If the VPC already exists and ipv6_cidr property, retain the current config (https://github.com/ansible-collections/amazon.aws/pull/631).

v3.1.1
======

Expand Down
37 changes: 37 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -734,3 +734,40 @@ releases:
fragments:
- bump_release_version.yml
release_date: '2022-02-15'
3.2.0:
changes:
bugfixes:
- aws_ec2 inventory - use the iam_role_arn configuration parameter to assume
the role before trying to call DescribeRegions if the regions configuration
is not set and AWS credentials provided without enough privilege to perform
the DescribeRegions action. (https://github.com/ansible-collections/amazon.aws/issues/566).
- ec2_vol - changing a volume from a type that does not support IOPS (like ``standard``)
to a type that does (like ``gp3``) fails (https://github.com/ansible-collections/amazon.aws/issues/626).
- ec2_vpc_igw - fix 'NoneType' object is not subscriptable error (https://github.com/ansible-collections/amazon.aws/pull/691).
- ec2_vpc_igw - use paginator for describe internet gateways and add retry to
fix NoneType object is not subscriptable error (https://github.com/ansible-collections/amazon.aws/pull/695).
- ec2_vpc_net - In check mode, ensure the module does not change the configuration.
Handle case when Amazon-provided ipv6 block is enabled, then disabled, then
enabled again. Do not disable IPv6 CIDR association (using Amazon pool) if
ipv6_cidr property is not present in the task. If the VPC already exists and
ipv6_cidr property, retain the current config (https://github.com/ansible-collections/amazon.aws/pull/631).
minor_changes:
- aws_secret - add pagination for ``bypath`` functionality (https://github.com/ansible-collections/amazon.aws/pull/591).
- ec2_instance - Fix scope of deprecation warning to not show warning when ``state``
in ``absent`` (https://github.com/ansible-collections/amazon.aws/pull/719).
- ec2_vpc_route_table - support associating internet gateways (https://github.com/ansible-collections/amazon.aws/pull/690).
- module_utils.elbv2 - Add support for alb specific attributes and compare_elb_attributes
method to support check_mode in module_utils.elbv2 (https://github.com/ansible-collections/amazon.aws/pull/696).
- s3_bucket - Add support for enforced bucket owner object ownership (https://github.com/ansible-collections/amazon.aws/pull/694).
fragments:
- 591-aws_secrets-handle-pagination.yml
- 619-inventory-aws_ec2-assume-arn-role-when-listing-regions.yml
- 626-ec2_vol-iops-when-source-does-not-have-iops.yml
- 631-ec2_vpc_net-check_mode.yml
- 690-ec2_vpc_route_table-associate-igw.yml
- 691-ec2_vpc_igw-fix-null-igw-error.yml
- 694-s3_bucket-owner_enforcement.yml
- 695-ec2_vpc_igw-fix-nonetype-with-paginator.yml
- 696-elbv2-support-alb-attributes.yml
- 719-ec2_instance-fix-deprecation-warning-scope.yml
release_date: '2022-04-05'
2 changes: 0 additions & 2 deletions changelogs/fragments/591-aws_secrets-handle-pagination.yml

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/631-ec2_vpc_net-check_mode.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/691-ec2_vpc_igw-fix-null-igw-error.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/694-s3_bucket-owner_enforcement.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/696-elbv2-support-alb-attributes.yml

This file was deleted.

This file was deleted.

5 changes: 3 additions & 2 deletions docs/amazon.aws.ec2_vpc_net_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,13 @@ Parameters
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li><div style="color: blue"><b>no</b>&nbsp;&larr;</div></li>
<li>no</li>
<li>yes</li>
</ul>
</td>
<td>
<div>Request an Amazon-provided IPv6 CIDR block with /56 prefix length. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.</div>
<div>Request an Amazon-provided IPv6 CIDR block with /56 prefix length. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.</div>
<div>Default value is <code>false</code> when creating a new VPC.</div>
</td>
</tr>
<tr>
Expand Down
12 changes: 6 additions & 6 deletions docs/amazon.aws.ec2_vpc_route_table_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
</td>
<td>always</td>
<td>
<div>List of subnets associated with the route table</div>
<div>List of associations between the route table and one or more subnets or a gateway</div>
<br/>
</td>
</tr>
Expand Down Expand Up @@ -380,18 +380,18 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
<td class="elbow-placeholder">&nbsp;</td>
<td colspan="2">
<div class="ansibleOptionAnchor" id="return-"></div>
<b>id</b>
<b>gateway_id</b>
<a class="ansibleOptionLink" href="#return-" title="Permalink to this return value"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
</div>
</td>
<td>always</td>
<td>when route table is a gateway route table</td>
<td>
<div>ID of association between route table and subnet</div>
<div>ID of the internet gateway or virtual private gateway</div>
<br/>
<div style="font-size: smaller"><b>Sample:</b></div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">rtbassoc-ab47cfc3</div>
<div style="font-size: smaller; color: blue; word-wrap: break-word; word-break: break-all;">igw-03312309</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -460,7 +460,7 @@ Common return values are documented `here <https://docs.ansible.com/ansible/late
<span style="color: purple">string</span>
</div>
</td>
<td>always</td>
<td>when route table is a subnet route table</td>
<td>
<div>ID of the subnet</div>
<br/>
Expand Down
Loading

0 comments on commit 5e622eb

Please sign in to comment.