Skip to content

Commit

Permalink
Prep amazon.aws 8.1.0 (#2178)
Browse files Browse the repository at this point in the history
* Prep amazon.aws 8.1.0

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 authored Jul 2, 2024
1 parent ae1f15f commit 31b011c
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 14 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ amazon.aws Release Notes

.. contents:: Topics

v8.1.0
======

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

This release includes several documentation improvements and two new features for the ``s3_bucket`` module.

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

- s3_bucket - Add ``object_lock_default_retention`` to set Object Lock default retention configuration for S3 buckets (https://github.com/ansible-collections/amazon.aws/pull/2062).
- s3_bucket - Add support for enabling Amazon S3 Transfer Acceleration by setting the ``accelerate_enabled`` option (https://github.com/ansible-collections/amazon.aws/pull/2046).

v8.0.1
======

Expand Down
20 changes: 18 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3034,11 +3034,27 @@ releases:
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.
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'
8.1.0:
changes:
minor_changes:
- s3_bucket - Add ``object_lock_default_retention`` to set Object Lock default
retention configuration for S3 buckets (https://github.com/ansible-collections/amazon.aws/pull/2062).
- s3_bucket - Add support for enabling Amazon S3 Transfer Acceleration by setting
the ``accelerate_enabled`` option (https://github.com/ansible-collections/amazon.aws/pull/2046).
release_summary: This release includes several documentation improvements and
two new features for the ``s3_bucket`` module.
fragments:
- 2141-rds-t3-m4.yml
- fix_args_spec_supoptions.yml
- release_summary.yml
- s3_bucket-accelerate_option.yml
- s3_bucket-object-retention.yml
release_date: '2024-07-02'
2 changes: 0 additions & 2 deletions changelogs/fragments/2141-rds-t3-m4.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/fix_args_spec_supoptions.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/s3_bucket-accelerate_option.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/s3_bucket-object-retention.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: amazon
name: aws
version: 8.0.1
version: 8.1.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

AMAZON_AWS_COLLECTION_NAME = "amazon.aws"
AMAZON_AWS_COLLECTION_VERSION = "8.0.1"
AMAZON_AWS_COLLECTION_VERSION = "8.1.0"


_collection_info_context = {
Expand Down

0 comments on commit 31b011c

Please sign in to comment.