diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ad55b04b585..24c215211eb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -854,9 +854,9 @@ releases: - validate-plugins.yml release_date: '2022-05-26' 3.3.1: - release_date: '2022-06-22' changes: release_summary: Various minor documentation fixes. + release_date: '2022-06-22' 3.4.0: changes: bugfixes: @@ -2007,8 +2007,9 @@ releases: - ec2_vpc_route_table - add support for Carrier Gateway entry (https://github.com/ansible-collections/amazon.aws/pull/926). - ec2_vpc_subnet - retry fetching subnet details after creation if the first attempt fails (https://github.com/ansible-collections/amazon.aws/pull/1526). - - inventory aws ec2 - add parameter ``use_ssm_inventory`` allowing to query ssm - inventory information for configured EC2 instances and populate hostvars (https://github.com/ansible-collections/amazon.aws/issues/704). + - inventory aws ec2 - add parameter ``use_ssm_inventory`` allowing to query + ssm inventory information for configured EC2 instances and populate hostvars + (https://github.com/ansible-collections/amazon.aws/issues/704). - inventory plugins - refactor cache handling (https://github.com/ansible-collections/amazon.aws/pull/1285). - inventory plugins - refactor file verification handling (https://github.com/ansible-collections/amazon.aws/pull/1285). - inventory_aws_ec2 integration tests - replace local module ``test_get_ssm_inventory`` @@ -2370,3 +2371,28 @@ releases: - ec2_vpc_route_table_info-filter-fix.yml - release_summary.yml release_date: '2023-08-03' + 6.4.0: + changes: + bugfixes: + - backup_selection - ensures that updating an existing selection will add new + ``Conditions`` if there previously were not any (https://github.com/ansible-collections/amazon.aws/pull/1701). + minor_changes: + - cloudformation - Add support for ``disable_rollback`` to update stack operation + (https://github.com/ansible-collections/amazon.aws/issues/1681). + - ec2_key - add support for new parameter ``file_name`` to save private key + in when new key is created by AWS. When this option is provided the generated + private key will be removed from the module return (https://github.com/ansible-collections/amazon.aws/pull/1704). + release_summary: This release brings a new module named ``amazon.aws.ec2_key_info``, + some documentation improvements, new features and bugfixes. + fragments: + - 1681-cloudformation-add-support-for-disable_rollback-to-update.yml + - 1685-ssm_parameter-update-examples-to-use-fqcn.yml + - 1701-backup-selection-bugfix.yml + - doc_update_for_keypair_nolog.yml + - ec2_key-fix-security-vulnerability.yml + - release_summary.yml + modules: + - description: Gather information about EC2 key pairs in AWS + name: ec2_key_info + namespace: '' + release_date: '2023-09-05' diff --git a/changelogs/fragments/1681-cloudformation-add-support-for-disable_rollback-to-update.yml b/changelogs/fragments/1681-cloudformation-add-support-for-disable_rollback-to-update.yml deleted file mode 100644 index 91098b6797c..00000000000 --- a/changelogs/fragments/1681-cloudformation-add-support-for-disable_rollback-to-update.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- cloudformation - Add support for ``disable_rollback`` to update stack operation (https://github.com/ansible-collections/amazon.aws/issues/1681). 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/1701-backup-selection-bugfix.yml b/changelogs/fragments/1701-backup-selection-bugfix.yml deleted file mode 100644 index fa3e98a4979..00000000000 --- a/changelogs/fragments/1701-backup-selection-bugfix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - backup_selection - ensures that updating an existing selection will add new ``Conditions`` if there previously were not any (https://github.com/ansible-collections/amazon.aws/pull/1701). 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/changelogs/fragments/ec2_key-fix-security-vulnerability.yml b/changelogs/fragments/ec2_key-fix-security-vulnerability.yml deleted file mode 100644 index 85fc9983b08..00000000000 --- a/changelogs/fragments/ec2_key-fix-security-vulnerability.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - ec2_key - add support for new parameter ``file_name`` to save private key in when new key is created by AWS. When this option is provided the generated private key will be removed from the module return (https://github.com/ansible-collections/amazon.aws/pull/1704).