Skip to content

Commit

Permalink
Prepare 5.0.2 release (#1143)
Browse files Browse the repository at this point in the history
Prepare 5.0.2 release

SUMMARY
#1134 is kinda nasty, prepare 5.0.2 so we can get the fix out there.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
galaxy.yml
ADDITIONAL INFORMATION

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Oct 10, 2022
1 parent 6a3acb1 commit f9751fa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ amazon.aws Release Notes
.. contents:: Topics


v5.0.2
======

Bugfixes
--------

- ec2_metadata_facts - fixed ``AttributeError`` (https://github.com/ansible-collections/amazon.aws/issues/1134).

v5.0.1
======

Expand Down
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1354,3 +1354,10 @@ releases:
- 1109-ec2_vpc_net_info_keyerror.yml
- 1115-s3_object-scaleway.yml
release_date: '2022-10-06'
5.0.2:
changes:
bugfixes:
- ec2_metadata_facts - fixed ``AttributeError`` (https://github.com/ansible-collections/amazon.aws/issues/1134).
fragments:
- 1134-ec2_metadata_facts-AttributeError.yml
release_date: '2022-10-10'

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

0 comments on commit f9751fa

Please sign in to comment.