docs: update porting guide for Ansible 5.3.0 (#76917)

pull/76948/head
David Moreau Simard 3 years ago committed by GitHub
parent 1f4e50f178
commit 10fd7bf12c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,6 +115,26 @@ Networking
No notable changes
Porting Guide for v5.3.0
========================
Major Changes
-------------
f5networks.f5_modules
~~~~~~~~~~~~~~~~~~~~~
- bigip_device_info - pagination logic has also been added to help with api stability.
- bigip_device_info - the module no longer gathers information from all partitions on device. This change will stabalize the module by gathering resources only from the given partition and prevent the module from gathering way too much information that might result in crashing.
Deprecated Features
-------------------
community.general
~~~~~~~~~~~~~~~~~
- mail callback plugin - not specifying ``sender`` is deprecated and will be disallowed in community.general 6.0.0 (https://github.com/ansible-collections/community.general/pull/4140).
Porting Guide for v5.2.0
========================

Loading…
Cancel
Save