From dd81b95606dffa412c2d7cd43b8ec1b5229a934a Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 4 May 2023 14:15:56 +0200 Subject: [PATCH] docs: cut changes not visible to the end user from the 2nd changelog --- changelogs/changelog.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6254e04..094134e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -525,22 +525,9 @@ releases: - The ``community.mysql`` 2.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. This decision stems from this discussion (https://github.com/ansible-collections/community.mysql/discussions/537) - 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 2. fragments: - 2.4.1.yml - 490_refactor_integration_tests.yml - - backport-stable-2-pr490.yml - - backport-stable-2-pr514.yml release_date: '2023-05-04'