Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup after 4.2.0 Release #1025

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.