Skip to content

Commit

Permalink
Prep amazon.aws 7.3.0 (#1963) (#1965)
Browse files Browse the repository at this point in the history
Changelog update after release 7.3.0

SUMMARY

Changelog update after release 7.3.0

ISSUE TYPE


Docs Pull Request

Reviewed-by: Helen Bailey <[email protected]>
  • Loading branch information
alinabuzachis authored Feb 8, 2024
1 parent e0f478b commit ee5d597
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 20 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ amazon.aws Release Notes
.. contents:: Topics


v7.3.0
======

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

The amazon.aws 7.3.0 release includes a number of minor bugfixes, some new features and improvements.

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

- backup_plan - Let user to set ``schedule_expression_timezone`` for backup plan rules when when using botocore >= 1.31.36 (https://github.com/ansible-collections/amazon.aws/issues/1952).
- iam_user - refactored error handling to use a decorator (https://github.com/ansible-collections/amazon.aws/pull/1951).
- lambda - added support for using ECR images for the function (https://github.com/ansible-collections/amazon.aws/pull/1939).
- module_utils.errors - added a basic error handler decorator (https://github.com/ansible-collections/amazon.aws/pull/1951).
- rds_cluster - Add support for ServerlessV2ScalingConfiguration to create and modify cluster operations (https://github.com/ansible-collections/amazon.aws/pull/1839).
- s3_bucket_info - add parameter ``bucket_versioning`` to return the versioning state of a bucket (https://github.com/ansible-collections/amazon.aws/pull/1919).
- s3_object_info - fix exception raised when listing objects from empty bucket (https://github.com/ansible-collections/amazon.aws/pull/1919).

Bugfixes
--------

- backup_plan - Fix idempotency issue when using botocore >= 1.31.36 (https://github.com/ansible-collections/amazon.aws/issues/1952).
- plugins/inventory/aws_ec2 - Fix failure when retrieving information for more than 40 instances with use_ssm_inventory (https://github.com/ansible-collections/amazon.aws/issues/1713).

v7.2.0
======

Expand All @@ -13,7 +38,6 @@ Release Summary

This release includes new features and a bugfix.


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

Expand Down
29 changes: 29 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2739,3 +2739,32 @@ releases:
- 20231219-iam-consistency.yml
- 20231222-managed_policy.yml
release_date: '2024-01-09'
7.3.0:
changes:
bugfixes:
- backup_plan - Fix idempotency issue when using botocore >= 1.31.36 (https://github.com/ansible-collections/amazon.aws/issues/1952).
- plugins/inventory/aws_ec2 - Fix failure when retrieving information for more
than 40 instances with use_ssm_inventory (https://github.com/ansible-collections/amazon.aws/issues/1713).
minor_changes:
- backup_plan - Let user to set ``schedule_expression_timezone`` for backup
plan rules when when using botocore >= 1.31.36 (https://github.com/ansible-collections/amazon.aws/issues/1952).
- iam_user - refactored error handling to use a decorator (https://github.com/ansible-collections/amazon.aws/pull/1951).
- lambda - added support for using ECR images for the function (https://github.com/ansible-collections/amazon.aws/pull/1939).
- module_utils.errors - added a basic error handler decorator (https://github.com/ansible-collections/amazon.aws/pull/1951).
- rds_cluster - Add support for ServerlessV2ScalingConfiguration to create and
modify cluster operations (https://github.com/ansible-collections/amazon.aws/pull/1839).
- s3_bucket_info - add parameter ``bucket_versioning`` to return the versioning
state of a bucket (https://github.com/ansible-collections/amazon.aws/pull/1919).
- s3_object_info - fix exception raised when listing objects from empty bucket
(https://github.com/ansible-collections/amazon.aws/pull/1919).
release_summary: The amazon.aws 7.3.0 release includes a number of minor bugfixes,
some new features and improvements.
fragments:
- 1839-rds_cluster-add-support-for-serverless_v2_scaling_configuration.yml
- 1939-image_uri.yml
- 1951-error-handler.yml
- 20231211-s3_bucket_info-add-support-for-bucket_versioning.yml
- 20240129-aws_ec2-inventory-bugfix.yml
- 20240202-backup_plan-idempotency.yml
- release_summary.yml
release_date: '2024-02-06'

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1939-image_uri.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/1951-error-handler.yml

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/20240202-backup_plan-idempotency.yml

This file was deleted.

0 comments on commit ee5d597

Please sign in to comment.