Skip to content

Commit

Permalink
Release 3.0.1 commit (ansible-collections#874)
Browse files Browse the repository at this point in the history
Release 3.0.1 commit

SUMMARY
First patch Release
ISSUE TYPE

Docs Pull Request
Feature Pull Request

COMPONENT NAME
entire collection
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Mark Woolley <[email protected]>
  • Loading branch information
markuman authored Jan 20, 2022
1 parent 116f1e5 commit d295d71
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 17 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ community.aws Release Notes
.. contents:: Topics


v3.0.1
======

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

This is a path release of the ``community.aws`` collection.

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

- aws_msk_config - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863).
- ecs_taskdefinition - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863).
- s3_lifecycle - Add ``abort_incomplete_multipart_upload_days`` and ``expire_object_delete_marker`` parameters (https://github.com/ansible-collections/community.aws/pull/794).

v3.0.0
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1619,3 +1619,16 @@ releases:
- 838-ignore-deprecated-param-aws_kms_info.yml
- remove_deprecated_facts.yml
release_date: '2022-01-06'
3.0.1:
changes:
minor_changes:
- aws_msk_config - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863).
- ecs_taskdefinition - remove duplicated and unspecific requirements (https://github.com/ansible-collections/community.aws/pull/863).
- s3_lifecycle - Add ``abort_incomplete_multipart_upload_days`` and ``expire_object_delete_marker``
parameters (https://github.com/ansible-collections/community.aws/pull/794).
release_summary: This is a path release of the ``community.aws`` collection.
fragments:
- 3.0.1.yml
- 794-s3_lifecycle_abort_expire.yml
- 863-requirements-doc-fix.yml
release_date: '2022-01-18'
2 changes: 0 additions & 2 deletions changelogs/fragments/794-s3_lifecycle_abort_expire.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/863-requirements-doc-fix.yml

This file was deleted.

7 changes: 3 additions & 4 deletions docs/community.aws.aws_kms_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,12 @@ Parameters
<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>
<li>yes</li>
</ul>
</td>
<td>
<div>Whether to return the results in the <code>keys</code> attribute as well as the <code>kms_keys</code> attribute.</div>
<div>Returning the <code>keys</code> attribute conflicts with the builtin keys() method on dictionaries and as such has been deprecated.</div>
<div>After version <code>3.0.0</code> this parameter will do nothing, and after version <code>4.0.0</code> this parameter will be removed.</div>
<div>Returning the <code>keys</code> attribute conflicted with the builtin keys() method on dictionaries and as such was deprecated.</div>
<div>This parameter now does nothing, and after version <code>4.0.0</code> this parameter will be removed.</div>
</td>
</tr>
<tr>
Expand Down
4 changes: 1 addition & 3 deletions docs/community.aws.aws_msk_config_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- boto3
- python >= 3.6
- boto3 >= 1.16.0
- botocore >= 1.17.48
- botocore >= 1.19.0
- python >= 3.6


Parameters
Expand Down
5 changes: 1 addition & 4 deletions docs/community.aws.ecs_taskdefinition_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ Requirements
------------
The below requirements are needed on the host that executes this module.

- boto3
- python >= 3.6
- boto3 >= 1.16.0
- botocore
- botocore >= 1.19.0
- json
- python >= 3.6


Parameters
Expand Down
40 changes: 40 additions & 0 deletions docs/community.aws.s3_lifecycle_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,22 @@ Parameters
<th>Choices/<font color="blue">Defaults</font></th>
<th width="100%">Comments</th>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>abort_incomplete_multipart_upload_days</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">integer</span>
</div>
<div style="font-style: italic; font-size: small; color: darkgreen">added in 2.2.0</div>
</td>
<td>
</td>
<td>
<div>Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.</div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
Expand Down Expand Up @@ -160,6 +176,7 @@ Parameters
<td>
<div>Indicates the lifetime of the objects that are subject to the rule by the date they will expire.</div>
<div>The value must be ISO-8601 format, the time must be midnight and a GMT timezone must be specified.</div>
<div>This cannot be specified with <em>expire_object_delete_marker</em></div>
</td>
</tr>
<tr>
Expand All @@ -176,6 +193,29 @@ Parameters
<td>
<div>Indicates the lifetime, in days, of the objects that are subject to the rule.</div>
<div>The value must be a non-zero positive integer.</div>
<div>This cannot be specified with <em>expire_object_delete_marker</em></div>
</td>
</tr>
<tr>
<td colspan="1">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>expire_object_delete_marker</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 2.2.0</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li>no</li>
<li>yes</li>
</ul>
</td>
<td>
<div>Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions.</div>
<div>If set to <code>true</code>, the delete marker will be expired; if set to <code>false</code> the policy takes no action.</div>
<div>This cannot be specified with <em>expiration_days</em> or <em>expiration_date</em>.</div>
</td>
</tr>
<tr>
Expand Down
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: 3.0.0
version: 3.0.1
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit d295d71

Please sign in to comment.