diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b172bffa..e160f5cd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,31 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes .. contents:: Topics +v3.0.0 +====== + +Release Summary +--------------- + +This release fixes bug on roles, remove support for ansible-core < 2.15. + +Breaking Changes / Porting Guide +-------------------------------- + +- Bump minimum version requirement for ansible-core to 2.15 (https://github.com/redhat-cop/cloud.aws_ops/pull/114). +- 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). +- 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). + +Minor Changes +------------- + +- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/redhat-cop/cloud.aws_ops/pull/114). +- Replace the postgres db engine version from 14.8 to 16.2 + +Bugfixes +-------- + +- Fix incorrect dict attribute in backup_select_resources role. v2.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1c82d967..2f391b0c 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -198,3 +198,30 @@ releases: name: move_objects_between_buckets namespace: null release_date: '2023-11-20' + 3.0.0: + changes: + breaking_changes: + - Bump minimum version requirement for ansible-core to 2.15 (https://github.com/redhat-cop/cloud.aws_ops/pull/114). + - 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). + - 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). + bugfixes: + - Fix incorrect dict attribute in backup_select_resources role. + minor_changes: + - Bump version of ansible-lint to minimum 24.7.0 (https://github.com/redhat-cop/cloud.aws_ops/pull/114). + - Replace the postgres db engine version from 14.8 to 16.2 + release_summary: This release fixes bug on roles, remove support for ansible-core + < 2.15. + fragments: + - 114-bump-ansible-lint-version.yml + - 20231219-deploy_flask_app-update-arguments-spec.yml + - 3.0.0.yml + - backup_select_resource_bug_fix.yml + - doc_link_update.yml + - fix_rds_db_version.yml + - readme_template_update.yml + release_date: '2024-07-30' diff --git a/changelogs/fragments/114-bump-ansible-lint-version.yml b/changelogs/fragments/114-bump-ansible-lint-version.yml deleted file mode 100644 index 3099991b..00000000 --- a/changelogs/fragments/114-bump-ansible-lint-version.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -minor_changes: - - Bump version of ansible-lint to minimum 24.7.0 (https://github.com/redhat-cop/cloud.aws_ops/pull/114). -breaking_changes: - - Bump minimum version requirement for ansible-core to 2.15 (https://github.com/redhat-cop/cloud.aws_ops/pull/114). diff --git a/changelogs/fragments/20231219-deploy_flask_app-update-arguments-spec.yml b/changelogs/fragments/20231219-deploy_flask_app-update-arguments-spec.yml deleted file mode 100644 index a629aa91..00000000 --- a/changelogs/fragments/20231219-deploy_flask_app-update-arguments-spec.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -breaking_changes: - - >- - 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). - - >- - 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). diff --git a/changelogs/fragments/backup_select_resource_bug_fix.yml b/changelogs/fragments/backup_select_resource_bug_fix.yml deleted file mode 100644 index 90c02cf1..00000000 --- a/changelogs/fragments/backup_select_resource_bug_fix.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Fix incorrect dict attribute in backup_select_resources role. diff --git a/changelogs/fragments/doc_link_update.yml b/changelogs/fragments/doc_link_update.yml deleted file mode 100644 index 93b98cef..00000000 --- a/changelogs/fragments/doc_link_update.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - update README to use relative links and fix the incorrect links. diff --git a/changelogs/fragments/fix_rds_db_version.yml b/changelogs/fragments/fix_rds_db_version.yml deleted file mode 100644 index 47adf9ac..00000000 --- a/changelogs/fragments/fix_rds_db_version.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - Replace the postgres db engine version from 14.8 to 16.2 diff --git a/changelogs/fragments/readme_template_update.yml b/changelogs/fragments/readme_template_update.yml deleted file mode 100644 index 421756ad..00000000 --- a/changelogs/fragments/readme_template_update.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Update the README doc to match https://access.redhat.com/articles/7068606.