summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-08-02 16:18:43 -0400
committerGitHub <noreply@github.com>2022-08-02 15:18:43 -0500
commitb095367eab7a7183fa8028562d45207d134684f2 (patch)
tree3c36fc6a436301ad4e441f363080074ed2bdf4fe /docs
parenta290e187cc343c00b8b0f988a5b92dd884389b17 (diff)
downloadansible-b095367eab7a7183fa8028562d45207d134684f2.tar.gz
Ansible 6.2.0: porting_guide changes (#78408) (#78416)
(cherry picked from commit 27ce607a144917e6b9a453813a7df6bbc9ea2213) Co-authored-by: Ompragash Viswanathan <21008429+Ompragash@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/porting_guides/porting_guide_6.rst32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_6.rst b/docs/docsite/rst/porting_guides/porting_guide_6.rst
index 890c2ec97e..9befc4e81e 100644
--- a/docs/docsite/rst/porting_guides/porting_guide_6.rst
+++ b/docs/docsite/rst/porting_guides/porting_guide_6.rst
@@ -99,6 +99,38 @@ Networking
No notable changes
+Porting Guide for v6.2.0
+========================
+
+Added Collections
+-----------------
+
+- ibm.spectrum_virtualize (version 1.9.0)
+
+Known Issues
+------------
+
+netapp.ontap
+~~~~~~~~~~~~
+
+- na_ontap_snapshot - added documentation to use UTC format for ``expiry_time``.
+
+Major Changes
+-------------
+
+community.postgresql
+~~~~~~~~~~~~~~~~~~~~
+
+- postgresql_user - the ``groups`` argument has been deprecated and will be removed in ``community.postgresql 3.0.0``. Please use the ``postgresql_membership`` module to specify group/role memberships instead (https://github.com/ansible-collections/community.postgresql/issues/277).
+
+Deprecated Features
+-------------------
+
+community.hashi_vault
+~~~~~~~~~~~~~~~~~~~~~
+
+- vault_kv2_get lookup - the ``engine_mount_point option`` in the ``vault_kv2_get`` lookup only will change its default from ``kv`` to ``secret`` in community.hashi_vault version 4.0.0 (https://github.com/ansible-collections/community.hashi_vault/issues/279).
+
Porting Guide for v6.1.0
========================