Skip to content

Commit

Permalink
Prep amazon.aws 5.5.4 (#1741)
Browse files Browse the repository at this point in the history
Prep amazon.aws 5.5.4

Prepare release version 5.5.4

Reviewed-by: Mark Chappell
Reviewed-by: Alina Buzachis
  • Loading branch information
hakbailey committed Sep 7, 2023
1 parent b1eda07 commit 7d9a116
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ amazon.aws Release Notes
.. contents:: Topics


v5.5.4
======

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

This release contains documentation updates including updated documentation relating to secure use of the ec2_key module.

Security Fixes
--------------

- ec2_key - Update documentation to recommend using the module with ``no_log`` and ``register`` to avoid logging the private key (https://github.com/ansible-collections/amazon.aws/pull/1704).

v5.5.3
======

Expand Down
13 changes: 11 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ releases:
- lambda_execute - Fixes to the stack trace output, where it does not contain
spaces between each character. The module had incorrectly always outputted
extra spaces between each character. (https://github.com/ansible-collections/amazon.aws/pull/1615)
release_summary: 'This release brings a few bugfixes.'
release_summary: This release brings a few bugfixes.
fragments:
- 1589-return_false_when_no_change..yml
- 1615-no_formatted_with_extra_space.yml
Expand All @@ -1760,8 +1760,17 @@ releases:
when creating or modifying a Multi-AZ RDS cluster (https://github.com/ansible-collections/amazon.aws/pull/1657).
- rds_cluster - Allow to pass GlobalClusterIdentifier to rds cluster on creation
(https://github.com/ansible-collections/amazon.aws/pull/1663)."
release_summary: 'This release contains a few bugfixes for rds_cluster.'
release_summary: This release contains a few bugfixes for rds_cluster.
fragments:
- 20230713-rds_cluster-fix_params_passage.yml
- 20230725-rds_cluster-fix.yml
release_date: '2023-08-02'
5.5.4:
changes:
security_fixes:
- ec2_key - Update documentation to recommend using the module with ``no_log`` and ``register`` to avoid logging the private key (https://github.com/ansible-collections/amazon.aws/pull/1704).
release_summary: This release contains documentation updates including updated documentation relating to secure use of the ec2_key module.
fragments:
- 1685-ssm_parameter-update-examples-to-use-fqcn.yml
- doc_update_for_keypair_nolog.yml
release_date: '2023-09-07'

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/doc_update_for_keypair_nolog.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: 5.5.3
version: 5.5.4
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down

0 comments on commit 7d9a116

Please sign in to comment.