Skip to content

Commit

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

SUMMARY

Prep amazon.aws 6.5.3
Release date is March 5th.

ISSUE TYPE


Feature Pull Request

COMPONENT NAME

several

Reviewed-by: GomathiselviS
Reviewed-by: Mark Chappell
  • Loading branch information
alinabuzachis authored Mar 6, 2024
1 parent a54e103 commit 02bcf22
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ amazon.aws Release Notes
.. contents:: Topics


v6.5.3
======

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

This release includes bugfixes for the``cloudwatchevent_rule`` module and ``secretsmanager_secret`` lookup plugin.

Bugfixes
--------

- cloudwatchevent_rule - Fix to avoid adding quotes to JSON input for provided input_template (https://github.com/ansible-collections/amazon.aws/pull/1883).
- lookup/secretsmanager_secret - fix the issue when the nested secret is missing and on_missing is set to warn, the lookup was raising an error instead of a warning message (https://github.com/ansible-collections/amazon.aws/issues/1781).

v6.5.2
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2396,3 +2396,19 @@ releases:
- 20240129-aws_ec2-inventory-bugfix.yml
- release_summary.yml
release_date: '2024-02-06'
6.5.3:
changes:
bugfixes:
- cloudwatchevent_rule - Fix to avoid adding quotes to JSON input for provided
input_template (https://github.com/ansible-collections/amazon.aws/pull/1883).
- lookup/secretsmanager_secret - fix the issue when the nested secret is missing
and on_missing is set to warn, the lookup was raising an error instead of
a warning message (https://github.com/ansible-collections/amazon.aws/issues/1781).
release_summary: This release includes bugfixes for the``cloudwatchevent_rule`` module
and ``secretsmanager_secret`` lookup plugin.
fragments:
- 1883-cloudwatchevent_rule-fix-json-input-handling-for-input_template.yml
- 20240212-lookup-secretsmanager_secret-fix-issue-when-nested-is-missing-and-on_missing-is-set-to-warn.yaml
- release_summary.yml
- remove_rendundant_workflow.yml
release_date: '2024-03-06'

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/remove_rendundant_workflow.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: 6.5.2
version: 6.5.3
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 = "6.5.2"
AMAZON_AWS_COLLECTION_VERSION = "6.5.3"


_collection_info_context = {
Expand Down

0 comments on commit 02bcf22

Please sign in to comment.