mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-22 12:50:24 -07:00
Add ansible-core stable-2.15 and stable-2.16 to tests matrix now that "devel" links to 2.17 (#574)
* Add stable-2.15 and 2.16 now that devel link to 2.17 * document which ansible-core version we support * add sanity ignore for ansible-core 2.17 * cut sanity ignore for 2.12 and 2.13 * Cut ansible-core 2.12 and 2.13 from GHA test matrix
This commit is contained in:
parent
94392826e1
commit
8c2b6b0b3c
7 changed files with 47 additions and 47 deletions
11
changelogs/fragments/drop_ansible_core_2_12_and_2_13.yml
Normal file
11
changelogs/fragments/drop_ansible_core_2_12_and_2_13.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
major_changes:
|
||||
|
||||
- The community.mysql collection no longer supports ``ansible-core 2.12`` and
|
||||
``ansible-core 2.13``. While we take no active measures to prevent usage
|
||||
and there are no plans to introduce incompatible code to the modules, we
|
||||
will stop testing those versions. Both are or will soon be End of Life and
|
||||
if you are still using them, you should consider upgrading to the
|
||||
``latest Ansible / ansible-core 2.15 or later`` as soon as possible
|
||||
(https://github.com/ansible-collections/community.mysql/pull/574).
|
Loading…
Add table
Add a link
Reference in a new issue