Skip to content

Commit

Permalink
Prepare release 4.3.0 (#1125)
Browse files Browse the repository at this point in the history
Prepare release 4.3.0

SUMMARY
Prepare release 4.3.0
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
changelogs
galaxy.yml
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Oct 6, 2022
1 parent cb6b302 commit c7f032a
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 13 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 @@ amazon.aws Release Notes
.. contents:: Topics


v4.3.0
======

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

The amazon.aws 4.3.0 release includes a number of minor bug fixes and improvements.
Following the release of amazon.aws 5.0.0, backports to the 4.x series will be limited to
security issues and bugfixes.


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

- ec2_instance - expanded the use of the automatic retries to ``InsuffienctInstanceCapacity`` (https://github.com/ansible-collections/amazon.aws/issues/1038).

Bugfixes
--------

- ec2_metadata_facts - fix ``'NoneType' object is not callable`` exception when using Ansible 2.13+ (https://github.com/ansible-collections/amazon.aws/issues/942).
- module_utils/cloud - Fix ``ValueError: ansible_collections.amazon.aws.plugins.module_utils.core.__spec__ is None`` error on Ansible 2.9 (https://github.com/ansible-collections/amazon.aws/issues/1083).

v4.2.0
======

Expand Down
27 changes: 27 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1005,3 +1005,30 @@ releases:
- 951-cloudretry.yml
- 965-linting.yml
release_date: '2022-09-14'
4.3.0:
changes:
bugfixes:
- ec2_metadata_facts - fix ``'NoneType' object is not callable`` exception when
using Ansible 2.13+ (https://github.com/ansible-collections/amazon.aws/issues/942).
- 'module_utils/cloud - Fix ``ValueError: ansible_collections.amazon.aws.plugins.module_utils.core.__spec__
is None`` error on Ansible 2.9 (https://github.com/ansible-collections/amazon.aws/issues/1083).'
minor_changes:
- ec2_instance - expanded the use of the automatic retries to ``InsuffienctInstanceCapacity``
(https://github.com/ansible-collections/amazon.aws/issues/1038).
release_summary: 'The amazon.aws 4.3.0 release includes a number of minor bug
fixes and improvements.
Following the release of amazon.aws 5.0.0, backports to the 4.x series will
be limited to
security issues and bugfixes.
'
fragments:
- 1038-ec2-insufficient-capacity.yml
- 1083-__spec__-is-None.yml
- 943-ec2_metadata_facts-fix-NoneType-callable.yml
- RELEASE-4.3.0.yml
- tests-cloud.yml
- unit-tests_test_rds_py37_only.yaml
release_date: '2022-10-06'
3 changes: 0 additions & 3 deletions changelogs/fragments/1038-ec2-insufficient-capacity.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1083-__spec__-is-None.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/tests-cloud.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/unit-tests_test_rds_py37_only.yaml

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.2.0
version: 4.3.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit c7f032a

Please sign in to comment.