Skip to content

Commit

Permalink
prepare 4.5.0 (#1681)
Browse files Browse the repository at this point in the history
[4.5.0] Prepare release

SUMMARY
Prepare release 4.5.0
ISSUE TYPE


Bugfix Pull Request
Docs Pull Request

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

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Mandar Kulkarni <[email protected]>
  • Loading branch information
markuman committed Jan 25, 2023
1 parent 34e0cc8 commit 3171814
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 16 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ community.aws Release Notes
.. contents:: Topics


v4.5.0
======

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

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

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

- 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 parametes is ``true`` (https://github.com/ansible-collections/community.aws/pull/1636).

Bugfixes
--------

- aws_ssm - fix ``invalid literal for int`` error on some operating systems (https://github.com/ansible-collections/community.aws/issues/113).
- 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).

v4.4.0
======

Expand Down
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2607,3 +2607,29 @@ releases:
- 20221026-pytest-forked.yml
- 4.4.0.yml
release_date: '2022-12-08'
4.5.0:
changes:
bugfixes:
- aws_ssm - fix ``invalid literal for int`` error on some operating systems
(https://github.com/ansible-collections/community.aws/issues/113).
- 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:
- 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
parametes is ``true`` (https://github.com/ansible-collections/community.aws/pull/1636).
release_summary: This is the minor release of the ``community.aws`` collection.
fragments:
- 1601-ecs_service-support_constraints_and_strategy_update.yml
- 1624-s3-lifecycle-idempotent.yml
- 1625-ecs_service-support-load-balancer-update.yml
- 1627-ssm_parameter-KeyError-when-adding-description.yml
- 20230112-aws_ssm-tests.yml
- 4.5.0.yml
- 558-ssm_connection-invalid-literal.yml
- iam_role_purge_policy.yml
release_date: '2023-01-25'

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/20230112-aws_ssm-tests.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/iam_role_purge_policy.yml

This file was deleted.

4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
namespace: community
name: aws
version: 4.4.0
version: 4.5.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
description: null
license_file: COPYING
tags: [community, aws, cloud, amazon]
dependencies:
amazon.aws: '>=4.2.0'
amazon.aws: '>=4.4.0'
repository: https://github.com/ansible-collections/community.aws
documentation: https://ansible-collections.github.io/community.aws/branch/stable-4/collections/community/aws/index.html
homepage: https://github.com/ansible-collections/community.aws
Expand Down

0 comments on commit 3171814

Please sign in to comment.