From 592cd3747bd780a2e0adf72d574b57fe9bb1885c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 16 Nov 2021 07:15:24 +0100 Subject: [PATCH] [stable-4] Announce deprecation of support for Ansible 2.9 and ansible-base 2.10 (#3723) * Announce deprecation of support for Ansible 2.9 and ansible-base 2.10. * Update changelogs/fragments/deprecate-ansible-2.9-2.10.yml Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com> Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com> --- changelogs/fragments/deprecate-ansible-2.9-2.10.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/fragments/deprecate-ansible-2.9-2.10.yml diff --git a/changelogs/fragments/deprecate-ansible-2.9-2.10.yml b/changelogs/fragments/deprecate-ansible-2.9-2.10.yml new file mode 100644 index 0000000000..0047270840 --- /dev/null +++ b/changelogs/fragments/deprecate-ansible-2.9-2.10.yml @@ -0,0 +1,6 @@ +deprecated_features: + - "Support for Ansible 2.9 and ansible-base 2.10 is deprecated, and will be removed in the next major release (community.general 5.0.0) next spring. + While most content will probably still work with ansible-base 2.10, we will remove symbolic links for modules and action plugins, which will make + it impossible to use them with Ansible 2.9 anymore. Please use community.general 4.x.y with Ansible 2.9 and ansible-base 2.10, as these releases + will continue to support Ansible 2.9 and ansible-base 2.10 even after they are End of Life + (https://github.com/ansible-community/community-topics/issues/50, https://github.com/ansible-collections/community.general/pull/3723)."