Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…#1025)

Cleanup after 4.2.0 Release

SUMMARY
With 4.2.0 tagged we now need to forward-port the changelog updates from 4.2.0
ISSUE TYPE

Docs Pull Request

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

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble committed Sep 14, 2022
1 parent 01069fa commit 100399a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 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 @@ -1009,3 +1009,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.

0 comments on commit 100399a

Please sign in to comment.