Skip to content

Commit 2ee390f

Browse files
committed
Add the Ansible community 13.1.0 porting guide
1 parent b70fe5d commit 2ee390f

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/docsite/rst/porting_guides/porting_guide_13.rst

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,46 @@ Networking
196196

197197
No notable changes
198198

199+
Porting Guide for v13.1.0
200+
=========================
201+
202+
Known Issues
203+
------------
204+
205+
community.docker
206+
^^^^^^^^^^^^^^^^
207+
208+
- docker_image, docker_image_export - idempotency for archiving images depends on whether the image IDs used by the image storage backend correspond to the IDs used in the tarball's ``manifest.json`` files. The new default backend in Docker 29 apparently uses image IDs that no longer correspond, whence idempotency no longer works (https://github.com/ansible-collections/community.docker/pull/1199).
209+
210+
Major Changes
211+
-------------
212+
213+
vmware.vmware
214+
^^^^^^^^^^^^^
215+
216+
- Replace ``ansible.module_utils._text`` (https://github.com/ansible-collections/vmware.vmware/issues/268).
217+
- Replace ``ansible.module_utils.common._collections_compat`` (https://github.com/ansible-collections/vmware.vmware/issues/271).
218+
219+
Deprecated Features
220+
-------------------
221+
222+
- The ``junipernetworks.junos`` collection has been deprecated.
223+
It will be removed from Ansible 14 if no one starts maintaining it again before Ansible 14.
224+
See `Collections Removal Process for unmaintained collections <https://docs.ansible.com/projects/ansible/devel/community/collection_contributors/collection_package_removal.html#unmaintained-collections>`__ for more details (`https://forum.ansible.com/t/44869 <https://forum.ansible.com/t/44869>`__).
225+
226+
community.general
227+
^^^^^^^^^^^^^^^^^
228+
229+
- cloud module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0. If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205).
230+
- database module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0. If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205).
231+
- dconf - deprecate fallback mechanism when ``gi.repository`` is not available; fallback will be removed in community.general 15.0.0 (https://github.com/ansible-collections/community.general/pull/11088).
232+
- known_hosts module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0. If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205).
233+
- layman - ClearLinux was made EOL in July 2025.; the module will be removed from community.general 15.0.0 (https://github.com/ansible-collections/community.general/pull/11087).
234+
- layman - Gentoo deprecated ``layman`` in mid-2023; the module will be removed from community.general 14.0.0 (https://github.com/ansible-collections/community.general/pull/11070).
235+
- pushbullet - module relies on Python package supporting Python 3.2 only; the module will be removed from community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/11224).
236+
- saslprep module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0. If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205).
237+
- spotinst_aws_elastigroup - module relies on Python package supporting Python 2.7 only; the module will be removed from community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/11069).
238+
199239
Porting Guide for v13.0.0
200240
=========================
201241

0 commit comments

Comments
 (0)