From 5f33849311da45db15fb7594e394aed87394d09e Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sun, 8 Jun 2025 12:56:22 +0100 Subject: [PATCH] docs: Mention Ansible strategy plugin deprecation in changelog fixes #1272 --- docs/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index bae89718..5b2ec785 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,6 +21,16 @@ To avail of fixes in an unreleased version, please download a ZIP file In progress (unreleased) ------------------------ +Ansible 12 has deprecated third-party strategy plugins. This is currently +how Mitogen integrates with Ansible (e.g. `ANSIBLE_STRATEGY=mitogen_linear`). +Running Ansible 12 + Mitogen will currently print a deprecation warning + + [DEPRECATION WARNING]: Use of strategy plugins not included in + ansible.builtin are deprecated [...]. This feature will be removed from + ansible-core in a future release. + +Ansible + Mitogen will still work for now. Mitogen is considering alternatives +to strategy plugins under :gh:issue:`1278`. v0.3.25a1 (2025-06-05)