Skip to content

Commit

Permalink
Prep amazon.aws 8.0.1 (ansible-collections#2120)
Browse files Browse the repository at this point in the history
* Prep amazon.aws 8.0.1

Signed-off-by: Alina Buzachis <[email protected]>

* update aws user-agent variable with version from galaxy.yml

---------

Signed-off-by: Alina Buzachis <[email protected]>
Co-authored-by: alinabuzachis <[email protected]>
  • Loading branch information
alinabuzachis and alinabuzachis committed Jun 24, 2024
1 parent f087af3 commit a411902
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ amazon.aws Release Notes

.. contents:: Topics

v8.0.1
======

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

This release includes some bug fixes for the `s3_object`, `ec2_instance` and `backup_plan_info` modules.

Bugfixes
--------

- backup_plan_info - Bugfix to enable getting info of all backup plans (https://github.com/ansible-collections/amazon.aws/pull/2083).
- ec2_instance - do not ignore IPv6 addresses when a single network interface is specified (https://github.com/ansible-collections/amazon.aws/pull/1979).
- s3_object - fixed issue which was causing ``MemoryError`` exceptions when downloading large files (https://github.com/ansible-collections/amazon.aws/issues/2107).

v8.0.0
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3039,3 +3039,19 @@ releases:
- sanity-boto3.yml
- sanity-simple.yml
release_date: '2024-05-16'
8.0.1:
changes:
bugfixes:
- backup_plan_info - Bugfix to enable getting info of all backup plans (https://github.com/ansible-collections/amazon.aws/pull/2083).
- ec2_instance - do not ignore IPv6 addresses when a single network interface
is specified (https://github.com/ansible-collections/amazon.aws/pull/1979).
- s3_object - fixed issue which was causing ``MemoryError`` exceptions when
downloading large files (https://github.com/ansible-collections/amazon.aws/issues/2107).
release_summary: This release includes some bug fixes for the `s3_object`, `ec2_instance`
and `backup_plan_info` modules.
fragments:
- 1979-do-not-ignore-ipv6-addresses.yaml
- 2083-backup_plan_info-bugfix-get-info-for-all-plans.yml
- 2107-s3_download.yml
- release_summary.yml
release_date: '2024-06-05'
2 changes: 0 additions & 2 deletions changelogs/fragments/2107-s3_download.yml

This file was deleted.

0 comments on commit a411902

Please sign in to comment.