Skip to content

Commit

Permalink
community.aws 2.5.0 (#1179)
Browse files Browse the repository at this point in the history
community.aws 2.5.0

SUMMARY
community.aws 2.5.0 release
ISSUE TYPE


Bugfix Pull Request
Docs Pull Request

COMPONENT NAME
entire collection

Reviewed-by: Mark Chappell <None>
Reviewed-by: Alina Buzachis <None>
  • Loading branch information
markuman authored May 30, 2022
1 parent 4636ec8 commit 1bd4d7e
Show file tree
Hide file tree
Showing 29 changed files with 688 additions and 54 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ community.aws Release Notes
.. contents:: Topics


v2.5.0
======

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

This is the minor release of the ``community.aws`` collection.

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

- iam_policy - update broken examples and add RETURN section to documentation; add extra integration tests for idempotency check mode runs (https://github.com/ansible-collections/community.aws/pull/1093).
- iam_role - delete inline policies prior to deleting role (https://github.com/ansible-collections/community.aws/pull/1054).
- iam_role - remove global vars and refactor accordingly (https://github.com/ansible-collections/community.aws/pull/1054).

Bugfixes
--------

- ecs_service - add missing change detect of ``health_check_grace_period_seconds`` parameter (https://github.com/ansible-collections/community.aws/pull/1145).
- ecs_service - fix broken compare of ``task_definition`` that results always in a changed task (https://github.com/ansible-collections/community.aws/pull/1145).
- ecs_service - fix validation for ``placement_constraints``. It's possible to use ``distinctInstance`` placement constraint now (https://github.com/ansible-collections/community.aws/issues/1058)
- ecs_taskdefinition - fix broken change detect of ``launch_type`` parameter (https://github.com/ansible-collections/community.aws/pull/1145).
- execute_lambda - fix check mode and update RETURN documentation (https://github.com/ansible-collections/community.aws/pull/1115).
- iam_policy - require one of `policy_document` and `policy_json` when state is present to prevent MalformedPolicyDocumentException from being thrown (https://github.com/ansible-collections/community.aws/pull/1093).
- s3_lifecycle - add support of value *0* for ``transition_days`` (https://github.com/ansible-collections/community.aws/pull/1077).
- s3_lifecycle - check that configuration is complete before returning (https://github.com/ansible-collections/community.aws/pull/1085).

v2.4.0
======

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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`).
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
32 changes: 32 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1581,3 +1581,35 @@ releases:
- 970-redshift_info-boto-import.yml
- 977-add-backoff-logic-elb-info.yml
release_date: '2022-03-30'
2.5.0:
changes:
bugfixes:
- ecs_service - add missing change detect of ``health_check_grace_period_seconds``
parameter (https://github.com/ansible-collections/community.aws/pull/1145).
- ecs_service - fix broken compare of ``task_definition`` that results always
in a changed task (https://github.com/ansible-collections/community.aws/pull/1145).
- ecs_service - fix validation for ``placement_constraints``. It's possible
to use ``distinctInstance`` placement constraint now (https://github.com/ansible-collections/community.aws/issues/1058)
- ecs_taskdefinition - fix broken change detect of ``launch_type`` parameter
(https://github.com/ansible-collections/community.aws/pull/1145).
- execute_lambda - fix check mode and update RETURN documentation (https://github.com/ansible-collections/community.aws/pull/1115).
- iam_policy - require one of `policy_document` and `policy_json` when state
is present to prevent MalformedPolicyDocumentException from being thrown (https://github.com/ansible-collections/community.aws/pull/1093).
- s3_lifecycle - add support of value *0* for ``transition_days`` (https://github.com/ansible-collections/community.aws/pull/1077).
- s3_lifecycle - check that configuration is complete before returning (https://github.com/ansible-collections/community.aws/pull/1085).
minor_changes:
- iam_policy - update broken examples and add RETURN section to documentation;
add extra integration tests for idempotency check mode runs (https://github.com/ansible-collections/community.aws/pull/1093).
- iam_role - delete inline policies prior to deleting role (https://github.com/ansible-collections/community.aws/pull/1054).
- iam_role - remove global vars and refactor accordingly (https://github.com/ansible-collections/community.aws/pull/1054).
release_summary: This is the minor release of the ``community.aws`` collection.
fragments:
- 0000-ecs_taskdefinition_fix.yml
- 1054-iam_role-delete-inline-policies-and-refactor.yml
- 1077-s3_lifecycle-transition-days-zero.yml
- 1085-s3_lifecycle-check-that-configuration-is-complete-before-returning.yml
- 1093-iam_policy-update-docs-and-add-required_if.yml
- 1115-execute_lambda-checkmode-fix-update-return-docs.yml
- 1300-ecs_service-placementConstraints.yml
- 2.5.0.yml
release_date: '2022-05-30'
4 changes: 0 additions & 4 deletions changelogs/fragments/0000-ecs_taskdefinition_fix.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion docs/community.aws.aws_acm_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ Examples
- name: create/update a certificate with a chain
community.aws.aws_acm:
certificate: "{{ lookup('file', 'cert.pem' ) }}"
privateKey: "{{ lookup('file', 'key.pem' ) }}"
private_key: "{{ lookup('file', 'key.pem' ) }}"
name_tag: my_cert
certificate_chain: "{{ lookup('file', 'chain.pem' ) }}"
state: present
Expand Down
2 changes: 1 addition & 1 deletion docs/community.aws.aws_batch_job_definition_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Parameters
<td>
</td>
<td>
<div>The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with `` repository-url /image &lt;colon&gt;tag ``. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to Image in the Create a container section of the Docker Remote API and the IMAGE parameter of docker run.</div>
<div>The image used to start a container. This string is passed directly to the Docker daemon. Images in the Docker Hub registry are available by default. Other repositories are specified with <code>repository-url/image-name:tag</code>. Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to Image in the Create a container section of the Docker Remote API and the IMAGE parameter of docker run.</div>
</td>
</tr>
<tr>
Expand Down
6 changes: 3 additions & 3 deletions docs/community.aws.aws_config_rule_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ Parameters
<td>
<div>Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.</div>
<div>This parameter expects a list of dictionaries. Each dictionary expects the following key/value pairs.</div>
<div>Key `EventSource` The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.</div>
<div>Key `MessageType` The type of notification that triggers AWS Config to run an evaluation for a rule.</div>
<div>Key `MaximumExecutionFrequency` The frequency at which you want AWS Config to run evaluations for a custom rule with a periodic trigger.</div>
<div>Key <code>EventSource</code> The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.</div>
<div>Key <code>MessageType</code> The type of notification that triggers AWS Config to run an evaluation for a rule.</div>
<div>Key <code>MaximumExecutionFrequency</code> The frequency at which you want AWS Config to run evaluations for a custom rule with a periodic trigger.</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/community.aws.aws_secret_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Parameters
<td>
</td>
<td>
<div>Specifies the ARN or alias of the AWS KMS customer master key (CMK) to be used to encrypt the `secret_string` or `secret_binary` values in the versions stored in this secret.</div>
<div>Specifies the ARN or alias of the AWS KMS customer master key (CMK) to be used to encrypt the <em>secret</em> values in the versions stored in this secret.</div>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion docs/community.aws.aws_ssm_connection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ Authors

- Pat Sharkey (@psharkey) <psharkey@cleo.com>
- HanumanthaRao MVL (@hanumantharaomvl) <hanumanth@flux7.com>
- Gaurav Ashtikar (@gau1991 )<gaurav.ashtikar@flux7.com>
- Gaurav Ashtikar (@gau1991) <gaurav.ashtikar@flux7.com>


.. hint::
Expand Down
2 changes: 1 addition & 1 deletion docs/community.aws.aws_waf_rule_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Parameters
</ul>
</td>
<td>
<div>Whether or not to remove conditions that are not passed when updating `conditions`.</div>
<div>Whether or not to remove conditions that are not passed when updating <em>conditions</em>.</div>
</td>
</tr>
<tr>
Expand Down
1 change: 1 addition & 0 deletions docs/community.aws.cloudfront_distribution_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">list</span>
/ <span style="color: purple">elements=string</span>
</div>
</td>
<td>
Expand Down
2 changes: 1 addition & 1 deletion docs/community.aws.cloudfront_invalidation_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Parameters
<td>
</td>
<td>
<div>A list of paths on the distribution to invalidate. Each path should begin with &#x27;/&#x27;. Wildcards are allowed. eg. &#x27;/foo/bar/*&#x27;</div>
<div>A list of paths on the distribution to invalidate. Each path should begin with <code>/</code>. Wildcards are allowed. eg. <code>/foo/bar/*</code></div>
</td>
</tr>
<tr>
Expand Down
3 changes: 2 additions & 1 deletion docs/community.aws.ec2_placement_group_info_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ Examples
register: specific_ec2_placement_groups
- ansible.builtin.debug:
msg: "{{ specific_ec2_placement_groups | json_query(\"[?name=='my-cluster']\") }}"
msg: >
{{ specific_ec2_placement_groups | json_query("[?name=='my-cluster']") }}
Expand Down
Loading

0 comments on commit 1bd4d7e

Please sign in to comment.