Skip to content

Commit 58fae33

Browse files
authored
Update Ansible 11 porting guide. (#3264)
1 parent 150613a commit 58fae33

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/docsite/rst/porting_guides/porting_guide_11.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Deprecated Features
128128

129129
- The ``community.digitalocean`` collection has been deprecated.
130130
It will be removed from Ansible 13 if no one starts maintaining it again before Ansible 13.
131-
See `Collections Removal Process for unmaintained collections <https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#unmaintained-collections>`__ for more details (`https://forum.ansible.com/t/44602 <https://forum.ansible.com/t/44602>`__).
131+
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/44602 <https://forum.ansible.com/t/44602>`__).
132132

133133
community.hrobot
134134
^^^^^^^^^^^^^^^^
@@ -256,7 +256,7 @@ Deprecated Features
256256

257257
- The ``ibm.qradar`` collection has been deprecated.
258258
It will be removed from Ansible 13 if no one starts maintaining it again before Ansible 13.
259-
See `Collections Removal Process for unmaintained collections <https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#unmaintained-collections>`__ for more details (`https://forum.ansible.com/t/44259 <https://forum.ansible.com/t/44259>`__).
259+
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/44259 <https://forum.ansible.com/t/44259>`__).
260260

261261
community.hashi_vault
262262
^^^^^^^^^^^^^^^^^^^^^
@@ -311,7 +311,7 @@ Deprecated Features
311311
-------------------
312312

313313
- The ``cisco.ise`` collection is considered unmaintained and will be removed from Ansible 12 if no one starts maintaining it again before Ansible 12.
314-
See `Collections Removal Process for unmaintained collections <https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#unmaintained-collections>`__ for more details, including for how this can be cancelled (`https://forum.ansible.com/t/43367 <https://forum.ansible.com/t/43367>`__).
314+
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, including for how this can be cancelled (`https://forum.ansible.com/t/43367 <https://forum.ansible.com/t/43367>`__).
315315
After removal, users can still install this collection with ``ansible-galaxy collection install cisco.ise``.
316316

317317
vmware.vmware_rest
@@ -617,7 +617,7 @@ Deprecated Features
617617

618618
- The ``cisco.asa`` collection has been deprecated.
619619
It will be removed from Ansible 12 if no one starts maintaining it again before Ansible 12.
620-
See `Collections Removal Process for unmaintained collections <https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#unmaintained-collections>`__ for more details (`https://forum.ansible.com/t/38960 <https://forum.ansible.com/t/38960>`__).
620+
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/38960 <https://forum.ansible.com/t/38960>`__).
621621

622622
amazon.aws
623623
^^^^^^^^^^
@@ -1136,14 +1136,14 @@ Deprecated Features
11361136

11371137
- The ``community.network`` collection has been deprecated.
11381138
It will be removed from Ansible 12 if no one starts maintaining it again before Ansible 12.
1139-
See `Collections Removal Process for unmaintained collections <https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#unmaintained-collections>`__ for more details (`https://forum.ansible.com/t/8030 <https://forum.ansible.com/t/8030>`__).
1139+
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/8030 <https://forum.ansible.com/t/8030>`__).
11401140
- The google.cloud collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
11411141
The collection has \ `unresolved sanity test failures <https://github.com/ansible-collections/google.cloud/issues/613>`__.
1142-
See `Collections Removal Process for collections not satisfying the collection requirements <https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#collections-not-satisfying-the-collection-requirements>`__ for more details, including for how this can be cancelled (`https://forum.ansible.com/t/8609 <https://forum.ansible.com/t/8609>`__).
1142+
See `Collections Removal Process for collections not satisfying the collection requirements <https://docs.ansible.com/projects/ansible/devel/community/collection_contributors/collection_package_removal.html#collections-not-satisfying-the-collection-requirements>`__ for more details, including for how this can be cancelled (`https://forum.ansible.com/t/8609 <https://forum.ansible.com/t/8609>`__).
11431143
After removal, users can still install this collection with ``ansible-galaxy collection install google.cloud``.
11441144
- The sensu.sensu_go collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
11451145
The collection has \ `unresolved sanity test failures <https://github.com/sensu/sensu-go-ansible/issues/362>`__.
1146-
See `Collections Removal Process for collections not satisfying the collection requirements <https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#collections-not-satisfying-the-collection-requirements>`__ for more details, including for how this can be cancelled (`https://forum.ansible.com/t/8380 <https://forum.ansible.com/t/8380>`__).
1146+
See `Collections Removal Process for collections not satisfying the collection requirements <https://docs.ansible.com/projects/ansible/devel/community/collection_contributors/collection_package_removal.html#collections-not-satisfying-the-collection-requirements>`__ for more details, including for how this can be cancelled (`https://forum.ansible.com/t/8380 <https://forum.ansible.com/t/8380>`__).
11471147
After removal, users can still install this collection with ``ansible-galaxy collection install sensu.sensu_go``.
11481148

11491149
Ansible-core

0 commit comments

Comments
 (0)