Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/docsite/rst/porting_guides/porting_guide_11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We suggest you read this page along with the `Ansible 11 Changelog <https://gith
Playbook
========

No notable changed
No notable changes


Command Line
Expand Down Expand Up @@ -97,6 +97,14 @@ Networking

No notable changes

Porting Guide for v11.0.0b2
===========================

Added Collections
-----------------

- netapp.storagegrid (version 21.13.0)

Porting Guide for v11.0.0b1
===========================

Expand Down Expand Up @@ -614,8 +622,6 @@ Removed Features

- The ``inspur.sm`` collection was considered unmaintained and has been removed from Ansible 11 (`https://forum.ansible.com/t/2854 <https://forum.ansible.com/t/2854>`__).
Users can still install this collection with ``ansible-galaxy collection install inspur.sm``.
- The ``netapp.storagegrid`` collection was considered unmaintained and has been removed from Ansible 11 (`https://forum.ansible.com/t/2811 <https://forum.ansible.com/t/2811>`__).
Users can still install this collection with ``ansible-galaxy collection install netapp.storagegrid``.
- The collection ``t_systems_mms.icinga_director`` has been completely removed from Ansible.
It has been renamed to ``telekom_mms.icinga_director``.
``t_systems_mms.icinga_director`` has been replaced by deprecated redirects to ``telekom_mms.icinga_director`` in Ansible 9.0.0.
Expand Down