Skip to content

Commit

Permalink
Prepare 4.1.1 (#1394)
Browse files Browse the repository at this point in the history
Prepare release 4.1.1

SUMMARY
ecs_service was completely broken in 4.1.0, push a patch release to fix the issue.
ISSUE TYPE

Docs Pull Request

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

Reviewed-by: Markus Bergholz <[email protected]>
  • Loading branch information
tremble authored Aug 4, 2022
1 parent b772c39 commit 101aaf0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ community.aws Release Notes
.. contents:: Topics


v4.1.1
======

Bugfixes
--------

- ecs_service - fixes KeyError for ``deployment_controller`` parameter (https://github.com/ansible-collections/community.aws/pull/1393).

v4.1.0
======

Expand Down Expand Up @@ -45,7 +53,7 @@ Deprecated Features
- community.aws collection - due to the AWS SDKs announcing the end of support for Python less than 3.7 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/) support for Python less than 3.7 by this collection has been deprecated and will be removed in a release after 2023-05-31 (https://github.com/ansible-collections/community.aws/pull/1361).
- iam_policy - the ``policies`` return value has been renamed ``policy_names`` and will be removed in a release after 2024-08-01, both values are currently returned (https://github.com/ansible-collections/community.aws/pull/1375).
- lambda_info - The ``function`` return key returns a dictionary of dictionaries and has been deprecated. In a release after 2025-01-01, this key will be removed in favor of ``functions``, which returns a list of dictionaries (https://github.com/ansible-collections/community.aws/pull/1239).
- route53_info - The CamelCase return values for ```DelegationSets```, ```CheckerIpRanges```, and ```HealthCheck``` have been deprecated, in the future release you must use snake_case return values ```delegation_sets```, ```checker_ip_ranges```, and ```health_check``` instead respectively" (https://github.com/ansible-collections/community.aws/pull/1322).
- route53_info - The CamelCase return values for ``DelegationSets``, ``CheckerIpRanges``, and ``HealthCheck`` have been deprecated, in the future release you must use snake_case return values ``delegation_sets``, ``checker_ip_ranges``, and ``health_check`` instead respectively" (https://github.com/ansible-collections/community.aws/pull/1322).

Bugfixes
--------
Expand Down
15 changes: 11 additions & 4 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2442,10 +2442,10 @@ releases:
- lambda_info - The ``function`` return key returns a dictionary of dictionaries
and has been deprecated. In a release after 2025-01-01, this key will be removed
in favor of ``functions``, which returns a list of dictionaries (https://github.com/ansible-collections/community.aws/pull/1239).
- route53_info - The CamelCase return values for ```DelegationSets```, ```CheckerIpRanges```,
and ```HealthCheck``` have been deprecated, in the future release you must
use snake_case return values ```delegation_sets```, ```checker_ip_ranges```,
and ```health_check``` instead respectively" (https://github.com/ansible-collections/community.aws/pull/1322).
- route53_info - The CamelCase return values for ``DelegationSets``, ``CheckerIpRanges``,
and ``HealthCheck`` have been deprecated, in the future release you must use
snake_case return values ``delegation_sets``, ``checker_ip_ranges``, and ``health_check``
instead respectively" (https://github.com/ansible-collections/community.aws/pull/1322).
minor_changes:
- aws_glue_connection - added new ``raw_connection_parameters`` return key which
doesn't snake case the connection parameters (https://github.com/ansible-collections/community.aws/pull/518).
Expand Down Expand Up @@ -2536,3 +2536,10 @@ releases:
name: lightsail_static_ip
namespace: ''
release_date: '2022-08-03'
4.1.1:
changes:
bugfixes:
- ecs_service - fixes KeyError for ``deployment_controller`` parameter (https://github.com/ansible-collections/community.aws/pull/1393).
fragments:
- 1393-ecs_service.yml
release_date: '2022-08-04'
2 changes: 0 additions & 2 deletions changelogs/fragments/1393-ecs_service.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: 4.1.0
version: 4.1.1
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 101aaf0

Please sign in to comment.