Skip to content

Commit

Permalink
Prepare 4.2.0 Release (#1024)
Browse files Browse the repository at this point in the history
Prepare 4.2.0 Release

SUMMARY
A relatively minor release, but getting this out helps with #1020
(FYI @samccann)
ISSUE TYPE

Feature Pull Request

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

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Sandra McCann <[email protected]>
Reviewed-by: Jill R <None>
  • Loading branch information
tremble authored Sep 14, 2022
1 parent 2057640 commit 3fe5a7f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ amazon.aws Release Notes
.. contents:: Topics


v4.2.0
======

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

- ec2_security_group - set type as ``list`` for rules->group_name as it can accept both ``str`` and ``list`` (https://github.com/ansible-collections/amazon.aws/pull/971).
- various modules - linting fixups (https://github.com/ansible-collections/amazon.aws/pull/953).

Deprecated Features
-------------------

- module_utils.cloud - removal of the ``CloudRetry.backoff`` has been delayed until release 6.0.0. It is recommended to update custom modules to use ``jittered_backoff`` or ``exponential_backoff`` instead (https://github.com/ansible-collections/amazon.aws/pull/951).

v4.1.0
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -990,3 +990,18 @@ releases:
- 927-ec2_instance-retries.yml
- python.yml
release_date: '2022-08-02'
4.2.0:
changes:
deprecated_features:
- module_utils.cloud - removal of the ``CloudRetry.backoff`` has been delayed
until release 6.0.0. It is recommended to update custom modules to use ``jittered_backoff``
or ``exponential_backoff`` instead (https://github.com/ansible-collections/amazon.aws/pull/951).
minor_changes:
- ec2_security_group - set type as ``list`` for rules->group_name as it can
accept both ``str`` and ``list`` (https://github.com/ansible-collections/amazon.aws/pull/971).
- various modules - linting fixups (https://github.com/ansible-collections/amazon.aws/pull/953).
fragments:
- 638-ec2_security_group_group_name_datatype.yml
- 951-cloudretry.yml
- 965-linting.yml
release_date: '2022-09-14'

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/951-cloudretry.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/965-linting.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: amazon
name: aws
version: 4.1.0
version: 4.2.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 3fe5a7f

Please sign in to comment.