From 518e14e9f836dd3972d1d910e160d9d97a7b2de9 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 4 May 2023 10:04:17 +0200 Subject: [PATCH] Release 1.5.1 commit --- CHANGELOG.rst | 27 ++++++++++++++++-- changelogs/changelog.yaml | 28 ++++++++++++++++++- .../490_refactor_integration_tests.yml | 6 ---- .../fragments/backport-stable-1-pr-490.yml | 3 -- .../fragments/backport-stable-1-pr-514.yml | 3 -- galaxy.yml | 3 +- 6 files changed, 53 insertions(+), 17 deletions(-) delete mode 100644 changelogs/fragments/490_refactor_integration_tests.yml delete mode 100644 changelogs/fragments/backport-stable-1-pr-490.yml delete mode 100644 changelogs/fragments/backport-stable-1-pr-514.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da8e743..050a8f5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,13 +5,34 @@ Community MySQL Collection Release Notes .. contents:: Topics -v1.5.0 -======= +v1.5.1 +====== Release Summary --------------- -This is a minor release of the ``community.mysql`` collection. +Final maintenance release of ``community.mysql`` major version 1. + +Major Changes +------------- + +- The ``community.mysql`` 1.x.y release stream is now effectively End of Life. No more releases will be made. This follows the decision to support each major release for two years. See L(this discussion,https://github.com/ansible-collections/community.mysql/discussions/537) for more info + +Minor Changes +------------- + +- Integration tests - Add more versions of MariaDB +- Integration tests - Add tools to test locally the same as on GHA by using same containers and virtualenv. Custom test containers are published in ghcr.io by this repo's workflows. MySQL/MariaDB are official Docker Hub images. +- Integration tests - Carefully verify every component of the tests in the new target 'setup_controller' to ensure expected versions are correct Python, Ansible, connector and MySQL/MariaDB. +- Integration tests - New name for many tasks to makes it easier to find failing tests. Rename duplicates. Add name for tasks which doesn't had one, refactor some tests files to better group tests by subject, ... + +v1.5.0 +====== + +Release Summary +--------------- + +This is bugfix release of the ``community.mysql`` collection. This changelog contains all changes to the modules and plugins in this collection that have been made after the previous release. diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1d4368d..4406ba4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -409,4 +409,30 @@ releases: - 1.5.0.yml - 497_mysql_info_returns_connector_name_and_version.yml - backport-stable-2-pr-452.yml - release_date: '2023-02-08' \ No newline at end of file + release_date: '2023-02-08' + 1.5.1: + changes: + major_changes: + - The ``community.mysql`` 1.x.y release stream is now effectively End of Life. + No more releases will be made. This follows the decision to support each major + release for two years. See L(this discussion,https://github.com/ansible-collections/community.mysql/discussions/537) + for more info + minor_changes: + - Integration tests - Add more versions of MariaDB + - Integration tests - Add tools to test locally the same as on GHA by using + same containers and virtualenv. Custom test containers are published in ghcr.io + by this repo's workflows. MySQL/MariaDB are official Docker Hub images. + - Integration tests - Carefully verify every component of the tests in the new + target 'setup_controller' to ensure expected versions are correct Python, + Ansible, connector and MySQL/MariaDB. + - Integration tests - New name for many tasks to makes it easier to find failing + tests. Rename duplicates. Add name for tasks which doesn't had one, refactor + some tests files to better group tests by subject, ... + release_summary: Final maintenance release of ``community.mysql`` major version + 1. + fragments: + - 1.5.1.yml + - 490_refactor_integration_tests.yml + - backport-stable-1-pr-490.yml + - backport-stable-1-pr-514.yml + release_date: '2023-05-04' diff --git a/changelogs/fragments/490_refactor_integration_tests.yml b/changelogs/fragments/490_refactor_integration_tests.yml deleted file mode 100644 index 0762adf..0000000 --- a/changelogs/fragments/490_refactor_integration_tests.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -minor_changes: - - Integration tests - Add more versions of MariaDB - - Integration tests - Carefully verify every component of the tests in the new target 'setup_controller' to ensure expected versions are correct Python, Ansible, connector and MySQL/MariaDB. - - Integration tests - Add tools to test locally the same as on GHA by using same containers and virtualenv. Custom test containers are published in ghcr.io by this repo's workflows. MySQL/MariaDB are official Docker Hub images. - - Integration tests - New name for many tasks to makes it easier to find failing tests. Rename duplicates. Add name for tasks which doesn't had one, refactor some tests files to better group tests by subject, ... diff --git a/changelogs/fragments/backport-stable-1-pr-490.yml b/changelogs/fragments/backport-stable-1-pr-490.yml deleted file mode 100644 index 5aab754..0000000 --- a/changelogs/fragments/backport-stable-1-pr-490.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Integration tests - Backport PR490 diff --git a/changelogs/fragments/backport-stable-1-pr-514.yml b/changelogs/fragments/backport-stable-1-pr-514.yml deleted file mode 100644 index b4a351e..0000000 --- a/changelogs/fragments/backport-stable-1-pr-514.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Integration tests - Backport PR514 diff --git a/galaxy.yml b/galaxy.yml index 289ddf9..cd5b92f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,7 @@ +--- namespace: community name: mysql -version: 1.5.0 +version: 1.5.1 readme: README.md authors: - Ansible community