mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 04:04:26 -07:00
Release 2.4.1 commit
This commit is contained in:
parent
9670218a6a
commit
9c0e12aced
6 changed files with 50 additions and 14 deletions
|
@ -5,8 +5,30 @@ Community MySQL Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.4.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
Final maintenance release of ``community.mysql`` major version 2.
|
||||
|
||||
Major Changes
|
||||
-------------
|
||||
|
||||
- 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, ...
|
||||
|
||||
v2.4.0
|
||||
=======
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
|
|
@ -519,3 +519,29 @@ releases:
|
|||
- 2.3.11.yml
|
||||
- 497_mysql_info_returns_connector_name_and_version.yml
|
||||
release_date: '2023-02-08'
|
||||
2.4.1:
|
||||
changes:
|
||||
major_changes:
|
||||
- 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)
|
||||
for more informations.
|
||||
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'
|
||||
|
|
|
@ -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, ...
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Integration tests - Backport PR490
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Integration tests - Backport PR514
|
|
@ -1,6 +1,6 @@
|
|||
namespace: community
|
||||
name: mysql
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Ansible community
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue