Skip to content

Commit

Permalink
[5.2.0] Prepare release (#1679)
Browse files Browse the repository at this point in the history
[5.2.0] Prepare release

SUMMARY
Prepare release 5.2.0
ISSUE TYPE

Docs Pull Request

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

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble committed Jan 24, 2023
1 parent 93b599c commit 35cd178
Show file tree
Hide file tree
Showing 22 changed files with 102 additions and 41 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,45 @@ community.aws Release Notes
.. contents:: Topics


v5.2.0
======

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

A minor release containing bugfixes for the ``aws_ssm`` connection
plugin and the ``ecs_service``, ``s3_lifecycle`` and ``ssm_parameter``
modules.
As well as improvements to the ``ecs_cluster``, ``ec2_ecr``,
``ecs_service``, ``iam_role`` and ``ssm_parameter`` plugins.


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

- aws_ssm - add ``ansible_aws_ssm_s3_addressing_style`` to allow setting the S3 addressing style (https://github.com/ansible-collections/community.aws/pull/1633).
- aws_ssm - add support for custom SSM documents (https://github.com/ansible-collections/community.aws/pull/876).
- aws_ssm - avoid overloading ``subprocess`` (https://github.com/ansible-collections/community.aws/pull/1660).
- aws_ssm - cleanup logging output (https://github.com/ansible-collections/community.aws/pull/1660).
- aws_ssm - minor refactoring (https://github.com/ansible-collections/community.aws/pull/1660).
- aws_ssm - refactor boto3 client initialization (https://github.com/ansible-collections/community.aws/pull/1663).
- aws_ssm - refactor remote command generation (https://github.com/ansible-collections/community.aws/pull/1664).
- ecs_cluster - add support for ``capacity_providers`` and ``capacity_provider_strategy`` features (https://github.com/ansible-collections/community.aws/pull/1640).
- ecs_cluster - append default value to documentation (https://github.com/ansible-collections/community.aws/pull/1636).
- ecs_ecr - add ``encryption_configuration`` option (https://github.com/ansible-collections/community.aws/pull/1623).
- ecs_service - support load balancer update for existing ECS services (https://github.com/ansible-collections/community.aws/pull/1625).
- iam_role - Drop deprecation warning, because the standard value for purge parameters is ``true`` (https://github.com/ansible-collections/community.aws/pull/1636).
- ssm_parameter - fix typo in examples ``paramater`` (https://github.com/ansible-collections/community.aws/issues/1642).

Bugfixes
--------

- aws_ssm - fix ``invalid literal for int`` error on some operating systems (https://github.com/ansible-collections/community.aws/issues/113).
- aws_ssm - fixes bug with presigned S3 URLs in post-2019 AWS regions (https://github.com/ansible-collections/community.aws/issues/1616).
- ecs_service - respect ``placement_constraints`` for existing ECS services (https://github.com/ansible-collections/community.aws/pull/1601).
- s3_lifecycle - module no longer calls ``put_lifecycle_configuration`` if there is no change (https://github.com/ansible-collections/community.aws/issues/1624).
- ssm_parameter - fix a ``KeyError`` when adding a description to an existing parameter (https://github.com/ansible-collections/community.aws/issues/1471).

v5.1.0
======

Expand Down
62 changes: 62 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3032,3 +3032,65 @@ releases:
- 20221026-pytest-forked.yml
- 5.1.0.yml
release_date: '2022-12-08'
5.2.0:
changes:
bugfixes:
- aws_ssm - fix ``invalid literal for int`` error on some operating systems
(https://github.com/ansible-collections/community.aws/issues/113).
- aws_ssm - fixes bug with presigned S3 URLs in post-2019 AWS regions (https://github.com/ansible-collections/community.aws/issues/1616).
- ecs_service - respect ``placement_constraints`` for existing ECS services
(https://github.com/ansible-collections/community.aws/pull/1601).
- s3_lifecycle - module no longer calls ``put_lifecycle_configuration`` if there
is no change (https://github.com/ansible-collections/community.aws/issues/1624).
- ssm_parameter - fix a ``KeyError`` when adding a description to an existing
parameter (https://github.com/ansible-collections/community.aws/issues/1471).
minor_changes:
- aws_ssm - add ``ansible_aws_ssm_s3_addressing_style`` to allow setting the
S3 addressing style (https://github.com/ansible-collections/community.aws/pull/1633).
- aws_ssm - add support for custom SSM documents (https://github.com/ansible-collections/community.aws/pull/876).
- aws_ssm - avoid overloading ``subprocess`` (https://github.com/ansible-collections/community.aws/pull/1660).
- aws_ssm - cleanup logging output (https://github.com/ansible-collections/community.aws/pull/1660).
- aws_ssm - minor refactoring (https://github.com/ansible-collections/community.aws/pull/1660).
- aws_ssm - refactor boto3 client initialization (https://github.com/ansible-collections/community.aws/pull/1663).
- aws_ssm - refactor remote command generation (https://github.com/ansible-collections/community.aws/pull/1664).
- ecs_cluster - add support for ``capacity_providers`` and ``capacity_provider_strategy``
features (https://github.com/ansible-collections/community.aws/pull/1640).
- ecs_cluster - append default value to documentation (https://github.com/ansible-collections/community.aws/pull/1636).
- ecs_ecr - add ``encryption_configuration`` option (https://github.com/ansible-collections/community.aws/pull/1623).
- ecs_service - support load balancer update for existing ECS services (https://github.com/ansible-collections/community.aws/pull/1625).
- iam_role - Drop deprecation warning, because the standard value for purge
parameters is ``true`` (https://github.com/ansible-collections/community.aws/pull/1636).
- ssm_parameter - fix typo in examples ``paramater`` (https://github.com/ansible-collections/community.aws/issues/1642).
release_summary: 'A minor release containing bugfixes for the ``aws_ssm`` connection
plugin and the ``ecs_service``, ``s3_lifecycle`` and ``ssm_parameter``
modules.
As well as improvements to the ``ecs_cluster``, ``ec2_ecr``,
``ecs_service``, ``iam_role`` and ``ssm_parameter`` plugins.
'
fragments:
- 1601-ecs_service-support_constraints_and_strategy_update.yml
- 1616-aws_ssm-new-regions.yml
- 1623-ecs_ecr-add-kms-config.yml
- 1624-s3-lifecycle-idempotent.yml
- 1625-ecs_service-support-load-balancer-update.yml
- 1627-ssm_parameter-KeyError-when-adding-description.yml
- 1633-s3-url-address-style.yml
- 1642-ssm_parameter.yml
- 1660-aws_ssm-logging.yml
- 1663-aws_ssm-client.yml
- 1664-aws_ssm-transport_command.yml
- 1676-changelog.yml
- 20230112-aws_ssm-tests.yml
- 20230113-encryption.yml
- 558-ssm_connection-invalid-literal.yml
- 770-ecs-capacity-provider-strategy.yml
- 876-aws_ssm_connection_ssm_document.yml
- aws_ssm-facts.yml
- iam_role_purge_policy.yml
- release-5.2.0.yml
release_date: '2023-01-24'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1616-aws_ssm-new-regions.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1623-ecs_ecr-add-kms-config.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1624-s3-lifecycle-idempotent.yml

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1633-s3-url-address-style.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1642-ssm_parameter.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/1660-aws_ssm-logging.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1663-aws_ssm-client.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1664-aws_ssm-transport_command.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1676-changelog.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20230112-aws_ssm-tests.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/20230113-encryption.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/558-ssm_connection-invalid-literal.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/770-ecs-capacity-provider-strategy.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/876-aws_ssm_connection_ssm_document.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/aws_ssm-facts.yml

This file was deleted.

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

This file was deleted.

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: 5.1.0
version: 5.2.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 35cd178

Please sign in to comment.