File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed
docs/docsite/rst/porting_guides Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,37 @@ Networking
97
97
98
98
No notable changes
99
99
100
+ Porting Guide for v11.11.0
101
+ ==========================
102
+
103
+ Added Collections
104
+ -----------------
105
+
106
+ - hitachivantara.vspone_object (version 1.0.0)
107
+
108
+ Major Changes
109
+ -------------
110
+
111
+ containers.podman
112
+ ^^^^^^^^^^^^^^^^^
113
+
114
+ - Add inventory plugins for buildah and podman
115
+ - Add podman system connection modules
116
+
117
+ fortinet.fortios
118
+ ^^^^^^^^^^^^^^^^
119
+
120
+ - Supported new versions 7.6.3 and 7.6.4.
121
+ - Supported the authentication method when using username and password in v7.6.4.
122
+
123
+ Deprecated Features
124
+ -------------------
125
+
126
+ purestorage.flasharray
127
+ ^^^^^^^^^^^^^^^^^^^^^^
128
+
129
+ - purefa_volume_tags - Deprecated due to removal of REST 1.x support. Will be removed in Collection 2.0.0
130
+
100
131
Porting Guide for v11.10.0
101
132
==========================
102
133
@@ -125,7 +156,7 @@ Deprecated Features
125
156
-------------------
126
157
127
158
- The cloud.common collection will be removed from Ansible 12.
128
- The collection does not work with ansible-core 2.19, and is no longer needed by any other collection included in Ansible 12.
159
+ The collection does not work with ansible\ - core 2.19, and is no longer needed by any other collection included in Ansible 12.
129
160
See `the removal discussion for details <https://forum.ansible.com/t/41507/24 >`__.
130
161
After removal, users can still install this collection with ``ansible-galaxy collection install cloud.common ``.
131
162
You can’t perform that action at this time.
0 commit comments