Skip to content

Commit 9124bbe

Browse files
authored
Prepare 5.0.1 with minor bugfixes (#1123)
Prepare 5.0.1 with minor bugfixes SUMMARY 2 bugs found very quickly after the release of 5.0.0 Also gives us the opportunity to bump the docs link in galaxy ISSUE TYPE Feature Pull Request COMPONENT NAME changelog galaxy.yml ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None>
1 parent 2138dab commit 9124bbe

5 files changed

+23
-6
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ amazon.aws Release Notes
55
.. contents:: Topics
66

77

8+
v5.0.1
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- ec2_vpc_net_info - fix KeyError (https://github.com/ansible-collections/amazon.aws/pull/1109).
15+
- ec2_vpc_net_info - remove hardcoded ``ClassicLinkEnabled`` parameter when request for ``ClassicLinkDnsSupported`` failed (https://github.com/ansible-collections/amazon.aws/pull/1109).
16+
- s3_object - be more defensive when checking the results of ``s3.get_bucket_ownership_controls`` (https://github.com/ansible-collections/amazon.aws/issues/1115).
17+
818
v5.0.0
919
======
1020

changelogs/changelog.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -1342,3 +1342,15 @@ releases:
13421342
name: s3_object_info
13431343
namespace: ''
13441344
release_date: '2022-10-04'
1345+
5.0.1:
1346+
changes:
1347+
bugfixes:
1348+
- ec2_vpc_net_info - fix KeyError (https://github.com/ansible-collections/amazon.aws/pull/1109).
1349+
- ec2_vpc_net_info - remove hardcoded ``ClassicLinkEnabled`` parameter when
1350+
request for ``ClassicLinkDnsSupported`` failed (https://github.com/ansible-collections/amazon.aws/pull/1109).
1351+
- s3_object - be more defensive when checking the results of ``s3.get_bucket_ownership_controls``
1352+
(https://github.com/ansible-collections/amazon.aws/issues/1115).
1353+
fragments:
1354+
- 1109-ec2_vpc_net_info_keyerror.yml
1355+
- 1115-s3_object-scaleway.yml
1356+
release_date: '2022-10-06'

changelogs/fragments/1109-ec2_vpc_net_info_keyerror.yml

-3
This file was deleted.

changelogs/fragments/1115-s3_object-scaleway.yml

-2
This file was deleted.

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: amazon
22
name: aws
3-
version: 5.0.0
3+
version: 5.0.1
44
readme: README.md
55
authors:
66
- Ansible (https://github.com/ansible)

0 commit comments

Comments
 (0)