From b9b69c1135629bdb2e4d234bb06a5c1af6c8c85c Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Mon, 29 Nov 2021 11:16:26 -0500 Subject: [PATCH] Docs: Update porting guide for ansible 4.9.0 (#76363) --- .../rst/porting_guides/porting_guide_4.rst | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/docsite/rst/porting_guides/porting_guide_4.rst b/docs/docsite/rst/porting_guides/porting_guide_4.rst index e47a5977af9..bc319107c34 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_4.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_4.rst @@ -132,6 +132,29 @@ Porting custom scripts No notable changes +Porting Guide for v4.9.0 +======================== + +Known Issues +------------ + +purestorage.flashblade +~~~~~~~~~~~~~~~~~~~~~~ + +- purefb_lag - The mac_address field in the response is not populated. This will be fixed in a future FlashBlade update. + +Major Changes +------------- + +fortinet.fortios +~~~~~~~~~~~~~~~~ + +- Add real-world use cases in the example section for some configuration modules. +- Collect the current configurations of the modules and convert them into playbooks. +- Support FortiOS 7.0.1. +- Support member operation (delete/add extra members) on an object that has a list of members in it. +- Support selectors feature in ``fortios_monitor_fact`` and ``fortios_log_fact``. + Porting Guide for v4.8.0 ========================