From 6e7a40dd945d1c6f9a9ba0a296fed46abe835855 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 13 Oct 2020 10:36:23 -0700 Subject: [PATCH] Update the porting guide for a new ansible version (#72211) --- .../rst/porting_guides/porting_guide_2.10.rst | 27 ++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst index 16973a82a36..05b153bbba3 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst @@ -96,6 +96,27 @@ Porting custom scripts No notable changes +Porting Guide for v2.10.1 +========================= + +Major Changes +------------- + +community.kubernetes +~~~~~~~~~~~~~~~~~~~~ + +- k8s - Add support for template parameter (https://github.com/ansible-collections/community.kubernetes/pull/230). +- k8s_* - Add support for vaulted kubeconfig and src (https://github.com/ansible-collections/community.kubernetes/pull/193). + +Deprecated Features +------------------- + +cisco.nxos +~~~~~~~~~~ + +- Deprecated `nxos_smu` in favour of `nxos_rpm` module. +- The `nxos_ospf_vrf` module is deprecated by `nxos_ospfv2` and `nxos_ospfv3` Resource Modules. + Porting Guide for v2.10.0 ========================= @@ -559,9 +580,3 @@ community.zabbix ~~~~~~~~~~~~~~~~ - zabbix_proxy (module) - deprecates ``interface`` sub-options ``type`` and ``main`` when proxy type is set to passive via ``status=passive``. Make sure these suboptions are removed from your playbook as they were never supported by Zabbix in the first place. - -openstack.cloud -~~~~~~~~~~~~~~~ - -- foo - The bar option has been deprecated. Use the username option instead. -- send_request - The quic option has been deprecated. Use the protocol option instead.