Skip to content

Commit aeb447b

Browse files
committed
Release 3.1.0 - push changes to main branch
1 parent 6f0e1f4 commit aeb447b

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.rst

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes
44

55
.. contents:: Topics
66

7+
v3.1.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This release adds a new role ``ec2_networking_resources`` and a pattern for creating an ec2 instance.
14+
15+
Minor Changes
16+
-------------
17+
18+
- update FQCN for modules that were migrated from community.aws to amazon.aws (https://github.com/redhat-cop/cloud.aws_ops/pull/120).
19+
20+
New Roles
21+
---------
22+
23+
- ec2_networking_resources - A role to create a basic networking environment for an EC2 instance.
24+
725
v3.0.0
826
======
927

changelogs/changelog.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,19 @@ releases:
225225
- fix_rds_db_version.yml
226226
- readme_template_update.yml
227227
release_date: '2024-07-30'
228+
3.1.0:
229+
changes:
230+
minor_changes:
231+
- update FQCN for modules that were migrated from community.aws to amazon.aws
232+
(https://github.com/redhat-cop/cloud.aws_ops/pull/120).
233+
release_summary: This release adds a new role ``ec2_networking_resources`` and
234+
a pattern for creating an ec2 instance.
235+
fragments:
236+
- 120-fix-tests.yml
237+
- release_3_1_0.yml
238+
objects:
239+
role:
240+
- description: A role to create a basic networking environment for an EC2 instance.
241+
name: ec2_networking_resources
242+
namespace: null
243+
release_date: '2025-01-27'

changelogs/fragments/120-fix-tests.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)