From 08e4dc9c7fbda81d5d2661d5b0ace60f40b40a96 Mon Sep 17 00:00:00 2001 From: "ansible-documentation-bot[bot]" <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:55:05 +0200 Subject: [PATCH] Add the Ansible community 11.11.0 porting guide (#3108) Co-authored-by: Felix Fontein <5781356+felixfontein@users.noreply.github.com> (cherry picked from commit 7da26c705c12b2f99c0b8015e98925841dcddaa9) --- .../rst/porting_guides/porting_guide_11.rst | 33 ++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/docsite/rst/porting_guides/porting_guide_11.rst b/docs/docsite/rst/porting_guides/porting_guide_11.rst index c519a67919..2089f02570 100644 --- a/docs/docsite/rst/porting_guides/porting_guide_11.rst +++ b/docs/docsite/rst/porting_guides/porting_guide_11.rst @@ -97,6 +97,37 @@ Networking No notable changes +Porting Guide for v11.11.0 +========================== + +Added Collections +----------------- + +- hitachivantara.vspone_object (version 1.0.0) + +Major Changes +------------- + +containers.podman +^^^^^^^^^^^^^^^^^ + +- Add inventory plugins for buildah and podman +- Add podman system connection modules + +fortinet.fortios +^^^^^^^^^^^^^^^^ + +- Supported new versions 7.6.3 and 7.6.4. +- Supported the authentication method when using username and password in v7.6.4. + +Deprecated Features +------------------- + +purestorage.flasharray +^^^^^^^^^^^^^^^^^^^^^^ + +- purefa_volume_tags - Deprecated due to removal of REST 1.x support. Will be removed in Collection 2.0.0 + Porting Guide for v11.10.0 ========================== @@ -125,7 +156,7 @@ Deprecated Features ------------------- - The cloud.common collection will be removed from Ansible 12. - The collection does not work with ansible-core 2.19, and is no longer needed by any other collection included in Ansible 12. + The collection does not work with ansible\-core 2.19, and is no longer needed by any other collection included in Ansible 12. See `the removal discussion for details `__. After removal, users can still install this collection with ``ansible-galaxy collection install cloud.common``.