summaryrefslogtreecommitdiffstats
path: root/ansible_collections/amazon/aws/changelogs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 04:05:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 04:05:56 +0000
commit67c6a4d1dccb62159b9d9b2dea4e2f487446e276 (patch)
tree9ccbb35137f480bbbdb899accbda52a8135d3416 /ansible_collections/amazon/aws/changelogs
parentAdding upstream version 9.4.0+dfsg. (diff)
downloadansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.tar.xz
ansible-67c6a4d1dccb62159b9d9b2dea4e2f487446e276.zip
Adding upstream version 9.5.1+dfsg.upstream/9.5.1+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/amazon/aws/changelogs')
-rw-r--r--ansible_collections/amazon/aws/changelogs/changelog.yaml27
1 files changed, 26 insertions, 1 deletions
diff --git a/ansible_collections/amazon/aws/changelogs/changelog.yaml b/ansible_collections/amazon/aws/changelogs/changelog.yaml
index 24f7b8247..587c55a28 100644
--- a/ansible_collections/amazon/aws/changelogs/changelog.yaml
+++ b/ansible_collections/amazon/aws/changelogs/changelog.yaml
@@ -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
@@ -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'