From 5562de5779c5fccc97dd33ec14b94b870e1ee6ce Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Wed, 27 Sep 2023 17:27:34 +0200 Subject: [PATCH] Add change log fragment --- .../fragments/drop_ansible_core_2_12_and_2_13.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changelogs/fragments/drop_ansible_core_2_12_and_2_13.yml diff --git a/changelogs/fragments/drop_ansible_core_2_12_and_2_13.yml b/changelogs/fragments/drop_ansible_core_2_12_and_2_13.yml new file mode 100644 index 0000000..29a363e --- /dev/null +++ b/changelogs/fragments/drop_ansible_core_2_12_and_2_13.yml @@ -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).