From bf1e1d286da9316ee4af1b4b2d04cc44c543ee8f Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Thu, 2 Dec 2021 13:27:45 -0500 Subject: [PATCH] docs: Update porting guide for Ansible 5.0.1 (#76444) --- docs/docsite/rst/porting_guides/porting_guide_5.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docsite/rst/porting_guides/porting_guide_5.rst b/docs/docsite/rst/porting_guides/porting_guide_5.rst index 057a26c8746..bc5a261949f 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_5.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_5.rst @@ -115,6 +115,14 @@ Networking No notable changes +Porting Guide for v5.0.1 +======================== + +Major Changes +------------- + +- Raised python requirement of the ansible package from >=2.7 to >=3.8 to match ansible-core + Porting Guide for v5.0.0 ========================