Skip to content

Commit

Permalink
Merge pull request #150 from abikouo/prepare_release_3_1_0
Browse files Browse the repository at this point in the history
Prepare release 3.1.0
  • Loading branch information
abikouo authored Jan 28, 2025
2 parents 9db5f4b + 2ae750f commit c25eeb7
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/120-fix-tests.yml

This file was deleted.

0 comments on commit c25eeb7

Please sign in to comment.