From 2ae750fa2824ee378714ced31fe25888ee6f4204 Mon Sep 17 00:00:00 2001 From: aubin bikouo Date: Mon, 27 Jan 2025 17:45:01 +0100 Subject: [PATCH] Prepare Release 3.1.0 --- CHANGELOG.rst | 18 ++++++++++++++++++ changelogs/changelog.yaml | 16 ++++++++++++++++ changelogs/fragments/120-fix-tests.yml | 2 -- 3 files changed, 34 insertions(+), 2 deletions(-) delete mode 100644 changelogs/fragments/120-fix-tests.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e160f5cd..ea18b22c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,24 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes .. contents:: Topics +v3.1.0 +====== + +Release Summary +--------------- + +This release adds a new role ``ec2_networking_resources`` and a pattern for creating an ec2 instance. + +Minor Changes +------------- + +- update FQCN for modules that were migrated from community.aws to amazon.aws (https://github.com/redhat-cop/cloud.aws_ops/pull/120). + +New Roles +--------- + +- ec2_networking_resources - A role to create a basic networking environment for an EC2 instance. + v3.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2f391b0c..241a113c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -225,3 +225,19 @@ releases: - fix_rds_db_version.yml - readme_template_update.yml release_date: '2024-07-30' + 3.1.0: + changes: + minor_changes: + - update FQCN for modules that were migrated from community.aws to amazon.aws + (https://github.com/redhat-cop/cloud.aws_ops/pull/120). + release_summary: This release adds a new role ``ec2_networking_resources`` and + a pattern for creating an ec2 instance. + fragments: + - 120-fix-tests.yml + - release_3_1_0.yml + objects: + role: + - description: A role to create a basic networking environment for an EC2 instance. + name: ec2_networking_resources + namespace: null + release_date: '2025-01-27' diff --git a/changelogs/fragments/120-fix-tests.yml b/changelogs/fragments/120-fix-tests.yml deleted file mode 100644 index 681b0cc6..00000000 --- a/changelogs/fragments/120-fix-tests.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - update FQCN for modules that were migrated from community.aws to amazon.aws (https://github.com/redhat-cop/cloud.aws_ops/pull/120).