Skip to content

Commit

Permalink
Prep 3.1.0 release
Browse files Browse the repository at this point in the history
Run add_docs, generate changelog
  • Loading branch information
alinabuzachis committed Feb 10, 2022
1 parent 8ca24ae commit 3847ea4
Show file tree
Hide file tree
Showing 60 changed files with 374 additions and 169 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ community.aws Release Notes
.. contents:: Topics


v3.1.0
======

v3.0.0
======

Expand Down
94 changes: 47 additions & 47 deletions README.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,3 +649,5 @@ releases:
- 575-deprecate-boto.yml
- remove_deprecated_facts.yml
release_date: '2021-12-06'
3.1.0:
release_date: '2022-02-10'

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/593-aws_s3-fix-copy-when-missing-key.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/597-ec2_vol-add-outpostarn-support.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/601-ec2_vpc_route_table-ipv6-support.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/603-ec2_vol-add-tags-on-creation.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/611-s3_bucket-add-support-for-acl.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/615-s3-validate_bucket_name.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/646-acm-resource-not-found.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/disutils.version.yml

This file was deleted.

4 changes: 2 additions & 2 deletions docs/amazon.aws.aws_az_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
4 changes: 2 additions & 2 deletions docs/amazon.aws.aws_caller_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
44 changes: 43 additions & 1 deletion docs/amazon.aws.aws_ec2_inventory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ amazon.aws.aws_ec2
Synopsis
--------
- Get inventory hosts from Amazon Web Services EC2.
- Uses a YAML configuration file that ends with ``aws_ec2.(yml|yaml``).
- Uses a YAML configuration file that ends with ``aws_ec2.{yml|yaml}``.



Expand Down Expand Up @@ -339,6 +339,42 @@ Parameters
<div>To use tags as hostnames use the syntax tag:Name=Value to use the hostname Name_Value, or tag:Name to use the value of the Name tag.</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>hostvars_prefix</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
</div>
<div style="font-style: italic; font-size: small; color: darkgreen">added in 3.1.0</div>
</td>
<td>
</td>
<td>
</td>
<td>
<div>The prefix for host variables names coming from AWS.</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>hostvars_suffix</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
</div>
<div style="font-style: italic; font-size: small; color: darkgreen">added in 3.1.0</div>
</td>
<td>
</td>
<td>
</td>
<td>
<div>The suffix for host variables names coming from AWS.</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
Expand Down Expand Up @@ -716,6 +752,12 @@ Examples
ansible_host: public_dns_name
groups:
libvpc: vpc_id == 'vpc-####'
# Define prefix and suffix for host variables coming from AWS.
plugin: aws_ec2
regions:
- us-east-1
hostvars_prefix: 'aws_'
hostvars_suffix: '_ec2'
Expand Down
38 changes: 38 additions & 0 deletions docs/amazon.aws.aws_rds_inventory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,42 @@ Parameters
<div>Add hosts to group based on Jinja2 conditionals.</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>hostvars_prefix</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
</div>
<div style="font-style: italic; font-size: small; color: darkgreen">added in 3.1.0</div>
</td>
<td>
</td>
<td>
</td>
<td>
<div>The prefix for host variables names coming from AWS.</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>hostvars_suffix</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
</div>
<div style="font-style: italic; font-size: small; color: darkgreen">added in 3.1.0</div>
</td>
<td>
</td>
<td>
</td>
<td>
<div>The suffix for host variables names coming from AWS.</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
Expand Down Expand Up @@ -504,6 +540,8 @@ Examples
prefix: rds
- key: tags
- key: region
hostvars_prefix: aws_
hostvars_suffix: _rds
Expand Down
29 changes: 26 additions & 3 deletions docs/amazon.aws.aws_s3_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down Expand Up @@ -515,10 +515,11 @@ Parameters
</td>
<td>
<div>Force overwrite either locally on the filesystem or remotely with the object/key. Used with <code>PUT</code> and <code>GET</code> operations.</div>
<div>Must be a Boolean, <code>always</code>, <code>never</code> or <code>different</code>.</div>
<div>Must be a Boolean, <code>always</code>, <code>never</code>, <code>different</code> or <code>latest</code>.</div>
<div><code>true</code> is the same as <code>always</code>.</div>
<div><code>false</code> is equal to <code>never</code>.</div>
<div>When this is set to <code>different</code> the MD5 sum of the local file is compared with the &#x27;ETag&#x27; of the object/key in S3. The ETag may or may not be an MD5 digest of the object data. See the ETag response header here <a href='https://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonResponseHeaders.html'>https://docs.aws.amazon.com/AmazonS3/latest/API/RESTCommonResponseHeaders.html</a>.</div>
<div>(<code>GET</code> mode only) When this is set to <code>latest</code> the last modified timestamp of local file is compared with the &#x27;LastModified&#x27; of the object/key in S3.</div>
<div style="font-size: small; color: darkgreen"><br/>aliases: force</div>
</td>
</tr>
Expand Down Expand Up @@ -711,6 +712,28 @@ Parameters
<div>Tags dict to apply to the S3 object.</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>validate_bucket_name</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">boolean</span>
</div>
<div style="font-style: italic; font-size: small; color: darkgreen">added in 3.1.0</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li><div style="color: blue"><b>yes</b>&nbsp;&larr;</div></li>
</ul>
</td>
<td>
<div>Whether the bucket name should be validated to conform to AWS S3 naming rules.</div>
<div>On by default, this may be disabled for S3 backends that do not enforce these rules.</div>
<div>See https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/amazon.aws.cloudformation_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
4 changes: 2 additions & 2 deletions docs/amazon.aws.cloudformation_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
4 changes: 2 additions & 2 deletions docs/amazon.aws.ec2_ami_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
4 changes: 2 additions & 2 deletions docs/amazon.aws.ec2_ami_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
4 changes: 2 additions & 2 deletions docs/amazon.aws.ec2_eni_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
4 changes: 2 additions & 2 deletions docs/amazon.aws.ec2_eni_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
4 changes: 2 additions & 2 deletions docs/amazon.aws.ec2_group_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
4 changes: 2 additions & 2 deletions docs/amazon.aws.ec2_group_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
4 changes: 2 additions & 2 deletions docs/amazon.aws.ec2_instance_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down
8 changes: 4 additions & 4 deletions docs/amazon.aws.ec2_instance_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Requirements
The below requirements are needed on the host that executes this module.

- python >= 3.6
- boto3 >= 1.15.0
- botocore >= 1.18.0
- boto3 >= 1.16.0
- botocore >= 1.19.0


Parameters
Expand Down Expand Up @@ -472,10 +472,10 @@ Parameters
</div>
</td>
<td>
<b>Default:</b><br/><div style="color: blue">"t2.micro"</div>
</td>
<td>
<div>Instance type to use for the instance, see <a href='https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html'>https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html</a> Only required when instance is not already present.</div>
<div>If not specified, t2.micro will be used.</div>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1353,10 +1353,10 @@ Examples
image_id: ami-123456
exact_count: 5
region: us-east-2
vpc_subnet_id: subnet-0123456
network:
assign_public_ip: yes
security_group: default
vpc_subnet_id: subnet-0123456
tags:
foo: bar
Expand Down
Loading

0 comments on commit 3847ea4

Please sign in to comment.