Commit aeb447b 1 parent 6f0e1f4 commit aeb447b Copy full SHA for aeb447b
File tree 3 files changed +34
-2
lines changed
3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes
4
4
5
5
.. contents :: Topics
6
6
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
+
7
25
v3.0.0
8
26
======
9
27
Original file line number Diff line number Diff line change @@ -225,3 +225,19 @@ releases:
225
225
- fix_rds_db_version.yml
226
226
- readme_template_update.yml
227
227
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'
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments