From a4aa8d32243616608716ebd13024c6e51db48301 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 12 Aug 2024 21:23:03 +0200 Subject: [PATCH] Announce dropping support for ansible-core < 2.15 in next major release. (#954) --- changelogs/fragments/deprecate-eol-ansible-core.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/deprecate-eol-ansible-core.yml diff --git a/changelogs/fragments/deprecate-eol-ansible-core.yml b/changelogs/fragments/deprecate-eol-ansible-core.yml new file mode 100644 index 00000000..529b8a93 --- /dev/null +++ b/changelogs/fragments/deprecate-eol-ansible-core.yml @@ -0,0 +1,4 @@ +deprecated_features: + - "The collection deprecates support for all ansible-core versions that are currently End of Life, + `according to the ansible-core support matrix `__. + This means that the next major release of the collection will no longer support ansible-core 2.11, ansible-core 2.12, ansible-core 2.13, and ansible-core 2.14."