diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5d73f5722b5..f9743869807 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 49be4688522..44cdc2323b9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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 @@ -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' diff --git a/changelogs/fragments/1685-ssm_parameter-update-examples-to-use-fqcn.yml b/changelogs/fragments/1685-ssm_parameter-update-examples-to-use-fqcn.yml deleted file mode 100644 index 2cec412afa3..00000000000 --- a/changelogs/fragments/1685-ssm_parameter-update-examples-to-use-fqcn.yml +++ /dev/null @@ -1,2 +0,0 @@ -trivial: - - ssm_parameter - Update documentation examples to use FQCN (https://github.com/ansible-collections/amazon.aws/pull/1685). diff --git a/changelogs/fragments/doc_update_for_keypair_nolog.yml b/changelogs/fragments/doc_update_for_keypair_nolog.yml deleted file mode 100644 index a068b36a358..00000000000 --- a/changelogs/fragments/doc_update_for_keypair_nolog.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: -- Update the document to use no_log and register when creating a new keypair. diff --git a/galaxy.yml b/galaxy.yml index c95a2d49598..04f995c2f28 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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)