summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2020-10-13 10:37:03 -0700
committerGitHub <noreply@github.com>2020-10-13 12:37:03 -0500
commit2e0eb330a194a195dc10089776325dab2e65f305 (patch)
tree7f90927193737e5ff3791b05322ee38e4c088fd3
parentf9ecb4fe74a990a60a3ebeb24fde7ba6833cf036 (diff)
downloadansible-2e0eb330a194a195dc10089776325dab2e65f305.tar.gz
Update the porting guide for a new ansible version (#72212)
(cherry picked from commit 0a5985c4a6718c2cf34a4679b3158ab3fc0956bf)
-rw-r--r--docs/docsite/rst/porting_guides/porting_guide_2.10.rst27
1 files 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 16973a82a3..05b153bbba 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.