From b095367eab7a7183fa8028562d45207d134684f2 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Tue, 2 Aug 2022 16:18:43 -0400 Subject: [PATCH] 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> --- .../rst/porting_guides/porting_guide_6.rst | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/docsite/rst/porting_guides/porting_guide_6.rst b/docs/docsite/rst/porting_guides/porting_guide_6.rst index 890c2ec97e2..9befc4e81e2 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 ========================