Skip to content

Commit dd57afe

Browse files
authored
Merge release 3.0.0 changes into main branch (#119)
* prepare release 3.0.0 (#117) * prepare release 3.0.0 * update doc links to stable-3 from main * release date fix * minor fix (cherry picked from commit ee60cd7) * fix readme * fix readme
1 parent 54b0d1e commit dd57afe

8 files changed

+52
-27
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v3.0.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
This release fixes bug on roles, remove support for ansible-core < 2.15.
14+
15+
Breaking Changes / Porting Guide
16+
--------------------------------
17+
18+
- Bump minimum version requirement for ansible-core to 2.15 (https://github.com/redhat-cop/cloud.aws_ops/pull/114).
19+
- roles/deploy_flask_app - Add parameter ``deploy_flask_app_bastion_ssh_private_key`` to define the path to the ssh private key file to use to connect to the bastion host (https://github.com/redhat-cop/cloud.aws_ops/issues/109).
20+
- roles/deploy_flask_app - The following parameters no longer required have been removed ``deploy_flask_app_bastion_host_required_packages``, ``deploy_flask_app_local_registry_port``, ``deploy_flask_app_local_registry_pwd``, ``deploy_flask_app_local_registry_user``, ``deploy_flask_app_git_repository`` (https://github.com/redhat-cop/cloud.aws_ops/issues/103).
21+
22+
Minor Changes
23+
-------------
24+
25+
- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/redhat-cop/cloud.aws_ops/pull/114).
26+
- Replace the postgres db engine version from 14.8 to 16.2
27+
28+
Bugfixes
29+
--------
30+
31+
- Fix incorrect dict attribute in backup_select_resources role.
732

833
v2.0.0
934
======

changelogs/changelog.yaml

+27
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,30 @@ releases:
198198
name: move_objects_between_buckets
199199
namespace: null
200200
release_date: '2023-11-20'
201+
3.0.0:
202+
changes:
203+
breaking_changes:
204+
- Bump minimum version requirement for ansible-core to 2.15 (https://github.com/redhat-cop/cloud.aws_ops/pull/114).
205+
- roles/deploy_flask_app - Add parameter ``deploy_flask_app_bastion_ssh_private_key``
206+
to define the path to the ssh private key file to use to connect to the bastion
207+
host (https://github.com/redhat-cop/cloud.aws_ops/issues/109).
208+
- roles/deploy_flask_app - The following parameters no longer required have
209+
been removed ``deploy_flask_app_bastion_host_required_packages``, ``deploy_flask_app_local_registry_port``,
210+
``deploy_flask_app_local_registry_pwd``, ``deploy_flask_app_local_registry_user``,
211+
``deploy_flask_app_git_repository`` (https://github.com/redhat-cop/cloud.aws_ops/issues/103).
212+
bugfixes:
213+
- Fix incorrect dict attribute in backup_select_resources role.
214+
minor_changes:
215+
- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/redhat-cop/cloud.aws_ops/pull/114).
216+
- Replace the postgres db engine version from 14.8 to 16.2
217+
release_summary: This release fixes bug on roles, remove support for ansible-core
218+
< 2.15.
219+
fragments:
220+
- 114-bump-ansible-lint-version.yml
221+
- 20231219-deploy_flask_app-update-arguments-spec.yml
222+
- 3.0.0.yml
223+
- backup_select_resource_bug_fix.yml
224+
- doc_link_update.yml
225+
- fix_rds_db_version.yml
226+
- readme_template_update.yml
227+
release_date: '2024-07-30'

changelogs/fragments/114-bump-ansible-lint-version.yml

-5
This file was deleted.

changelogs/fragments/20231219-deploy_flask_app-update-arguments-spec.yml

-10
This file was deleted.

changelogs/fragments/backup_select_resource_bug_fix.yml

-3
This file was deleted.

changelogs/fragments/doc_link_update.yml

-3
This file was deleted.

changelogs/fragments/fix_rds_db_version.yml

-3
This file was deleted.

changelogs/fragments/readme_template_update.yml

-3
This file was deleted.

0 commit comments

Comments
 (0)