From 16adf576f131e75e6d354e2e74751bc7ec5e1a7e Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 4 May 2023 13:32:14 +0200 Subject: [PATCH] docs: cut changes not visible by the end user from changelog --- CHANGELOG.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 15d17f3..eac353e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,13 +18,6 @@ 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. 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, ... v1.5.0 ======