Skip to content

Commit

Permalink
7.5.0 release prep (#2031)
Browse files Browse the repository at this point in the history
7.5.0 release prep

Release prep for amazon.aws 7.5.0.

Reviewed-by: GomathiselviS
Reviewed-by: Mike Graves <[email protected]>
Reviewed-by: Bikouo Aubin
Reviewed-by: Helen Bailey <[email protected]>
Reviewed-by: Mark Chappell
  • Loading branch information
hakbailey authored Apr 3, 2024
1 parent dd5cc06 commit dce6a9d
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 22 deletions.
28 changes: 21 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ amazon.aws Release Notes

.. contents:: Topics

v7.5.0
======

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

This release includes a new feature for the ``iam_user_info`` module, bugfixes for the ``cloudwatchlogs_log_group_info`` and ``s3_object`` modules and the inventory plugins, and some internal refactoring of ``module_utils``.

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

- iam_user_info - Add ``login_profile`` to return info that is get from a user, to know if they can login from AWS console (https://github.com/ansible-collections/amazon.aws/pull/2012).
- module_utils.iam - refactored normalization functions to use ``boto3_resource_to_ansible_dict()`` and ``boto3_resource_list_to_ansible_dict()`` (https://github.com/ansible-collections/amazon.aws/pull/2006).
- module_utils.transformations - add ``boto3_resource_to_ansible_dict()`` and ``boto3_resource_list_to_ansible_dict()`` helpers (https://github.com/ansible-collections/amazon.aws/pull/2006).

Bugfixes
--------

- cloudwatchlogs_log_group_info - Implement exponential backoff when making API calls to prevent throttling exceptions (https://github.com/ansible-collections/amazon.aws/issues/2011).
- plugin_utils.inventory - Ensure templated options in lookup plugins are converted (https://github.com/ansible-collections/amazon.aws/issues/1955).
- s3_object - Fix the issue when copying an object with overriding metadata. (https://github.com/ansible-collections/amazon.aws/issues/1991).

v7.4.0
======
Expand Down Expand Up @@ -232,7 +253,6 @@ Release Summary
This release is the last planned minor release of ``amazon.aws`` prior to the release of 7.0.0.
It includes documentation fixes as well as minor changes and bug fixes for the ``ec2_ami`` and ``elb_application_lb_info`` modules.


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

Expand Down Expand Up @@ -564,7 +584,6 @@ Release Summary

This release brings few bugfixes.


Bugfixes
--------

Expand All @@ -585,7 +604,6 @@ Release Summary

This release contains a number of bugfixes, new features and new modules. This is the last planned minor release prior to the release of version 6.0.0.


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

Expand Down Expand Up @@ -680,7 +698,6 @@ Release Summary

A minor release containing bugfixes for the ``ec2_eni_info`` module and the ``aws_rds`` inventory plugin, as well as improvements to the ``rds_instance`` module.


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

Expand Down Expand Up @@ -904,7 +921,6 @@ Release Summary

This release contains a minor bugfix for the ``ec2_vol`` module, some minor work on the ``ec2_key`` module, and various documentation fixes. This is the last planned release of the 4.x series.


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

Expand Down Expand Up @@ -944,7 +960,6 @@ The amazon.aws 4.3.0 release includes a number of minor bug fixes and improvemen
Following the release of amazon.aws 5.0.0, backports to the 4.x series will be limited to
security issues and bugfixes.


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

Expand Down Expand Up @@ -1099,7 +1114,6 @@ Release Summary

Following the release of amazon.aws 5.0.0, 3.5.0 is a bugfix release and the final planned release for the 3.x series.


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

Expand Down
27 changes: 26 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,7 @@ releases:
- iam_user_info - the ``path`` parameter has been renamed ``path_prefix`` for
consistency with other IAM modules, ``path`` remains as an alias. No change
to playbooks is required (https://github.com/ansible-collections/amazon.aws/pull/1933).
release_summary: This release includes new features and a bugfix.
release_summary: This release includes new features and a bugfix.
fragments:
- 1918-ec2_instance-add-support-to-modify-metadata-options.yml
- 20231206-iam_user_path.yml
Expand Down Expand Up @@ -2777,3 +2777,28 @@ releases:
- 20240227-iam-refactor.yml
- release_summary.yml
release_date: '2024-03-05'
7.5.0:
changes:
bugfixes:
- cloudwatchlogs_log_group_info - Implement exponential backoff when making
API calls to prevent throttling exceptions (https://github.com/ansible-collections/amazon.aws/issues/2011).
- plugin_utils.inventory - Ensure templated options in lookup plugins are converted
(https://github.com/ansible-collections/amazon.aws/issues/1955).
- s3_object - Fix the issue when copying an object with overriding metadata.
(https://github.com/ansible-collections/amazon.aws/issues/1991).
minor_changes:
- iam_user_info - Add ``login_profile`` to return info that is get from a user,
to know if they can login from AWS console (https://github.com/ansible-collections/amazon.aws/pull/2012).
- module_utils.iam - refactored normalization functions to use ``boto3_resource_to_ansible_dict()``
and ``boto3_resource_list_to_ansible_dict()`` (https://github.com/ansible-collections/amazon.aws/pull/2006).
- module_utils.transformations - add ``boto3_resource_to_ansible_dict()`` and
``boto3_resource_list_to_ansible_dict()`` helpers (https://github.com/ansible-collections/amazon.aws/pull/2006).
release_summary: This release includes a new feature for the ``iam_user_info``
module, bugfixes for the ``cloudwatchlogs_log_group_info`` and ``s3_object``
modules and the inventory plugins, and some internal refactoring of ``module_utils``.
fragments:
- 2006-normalize-refactor.yml
- 20240314-cloudwatchlogs_log_group_info-fix-throttling-exceptions.yml
- 20240314-s3_object-copy-mode-with-metadata.yml
- 20240321-iam-user-info.yml
release_date: '2024-04-03'
3 changes: 0 additions & 3 deletions changelogs/fragments/2006-normalize-refactor.yml

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/20240321-iam-user-info.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: 7.4.0
version: 7.5.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 = "7.4.0"
AMAZON_AWS_COLLECTION_VERSION = "7.5.0"


_collection_info_context = {
Expand Down

0 comments on commit dce6a9d

Please sign in to comment.