diff --git a/11/CHANGELOG-v11.md b/11/CHANGELOG-v11.md index 3b52ee3001..dacc253e1c 100644 --- a/11/CHANGELOG-v11.md +++ b/11/CHANGELOG-v11.md @@ -13,12 +13,13 @@ This changelog describes changes since Ansible 10\.0\.0\. - Added Collections - Ansible\-core - Changed Collections + - Major Changes - Unchanged Collections - v11\.0\.0b1 - Release Summary - Ansible\-core - Changed Collections - - Major Changes + - Major Changes - Minor Changes - Breaking Changes / Porting Guide - Deprecated Features @@ -34,7 +35,7 @@ This changelog describes changes since Ansible 10\.0\.0\. - Removed Collections - Ansible\-core - Changed Collections - - Major Changes + - Major Changes - Minor Changes - Breaking Changes / Porting Guide - Deprecated Features @@ -49,7 +50,7 @@ This changelog describes changes since Ansible 10\.0\.0\. - Added Collections - Ansible\-core - Included Collections - - Major Changes + - Major Changes - Minor Changes - Breaking Changes / Porting Guide - Deprecated Features @@ -224,6 +225,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog - Added Collections - Ansible\-core - Changed Collections +- Major Changes - Unchanged Collections @@ -253,6 +255,12 @@ If not mentioned explicitly\, the changes are reported in the combined changelog | ------------------ | ---------------- | ---------------- | ----------------------------------- | | netapp.storagegrid | | 21.13.0 | The collection was added to Ansible | + +### Major Changes + +* The previously removed collection netapp\.storagegrid was re\-added to Ansible 11 \([https\://forum\.ansible\.com/t/2811](https\://forum\.ansible\.com/t/2811)\)\. + Maintenance of the collection has been taken over by another team at NetApp\. + ### Unchanged Collections @@ -355,7 +363,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog - Release Summary - Ansible\-core - Changed Collections -- Major Changes +- Major Changes - amazon\.aws - ansible\.utils - dellemc\.openmanage @@ -483,7 +491,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog | vmware.vmware | 1.5.0 | 1.6.0 | | | vmware.vmware_rest | 4.1.0 | 4.2.0 | | - + ### Major Changes @@ -1464,7 +1472,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog - Removed Collections - Ansible\-core - Changed Collections -- Major Changes +- Major Changes - dellemc\.openmanage - fortinet\.fortios - ieisystem\.inmanage @@ -1564,7 +1572,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog | netapp_eseries.santricity | 1.4.0 | 1.4.1 | | | ngine_io.cloudstack | 2.4.1 | 2.5.0 | | - + ### Major Changes @@ -2011,7 +2019,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog - Added Collections - Ansible\-core - Included Collections -- Major Changes +- Major Changes - ansible\.netcommon - ansible\.posix - arista\.eos @@ -2284,7 +2292,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog | vyos.vyos | 4.1.0 | 5.0.0 | | | wti.remote | 1.0.5 | 1.0.10 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. | - + ### Major Changes @@ -3292,6 +3300,8 @@ If not mentioned explicitly\, the changes are reported in the combined changelog * 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\. diff --git a/11/CHANGELOG-v11.rst b/11/CHANGELOG-v11.rst index f1cb157118..3bd731a57b 100644 --- a/11/CHANGELOG-v11.rst +++ b/11/CHANGELOG-v11.rst @@ -199,6 +199,12 @@ If not mentioned explicitly, the changes are reported in the combined changelog | netapp.storagegrid | | 21.13.0 | The collection was added to Ansible | +--------------------+------------------+------------------+-------------------------------------+ +Major Changes +------------- + +- The previously removed collection netapp.storagegrid was re-added to Ansible 11 (`https://forum.ansible.com/t/2811 `__). + Maintenance of the collection has been taken over by another team at NetApp. + Unchanged Collections --------------------- @@ -3082,6 +3088,8 @@ Removed Features (previously deprecated) - The ``inspur.sm`` collection was considered unmaintained and has been removed from Ansible 11 (`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 `__). + 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. diff --git a/11/porting_guide_11.rst b/11/porting_guide_11.rst index 28b2c66418..692bc1e0f2 100644 --- a/11/porting_guide_11.rst +++ b/11/porting_guide_11.rst @@ -105,6 +105,12 @@ Added Collections - netapp.storagegrid (version 21.13.0) +Major Changes +------------- + +- The previously removed collection netapp.storagegrid was re-added to Ansible 11 (`https://forum.ansible.com/t/2811 `__). + Maintenance of the collection has been taken over by another team at NetApp. + Porting Guide for v11.0.0b1 =========================== @@ -622,6 +628,8 @@ Removed Features - The ``inspur.sm`` collection was considered unmaintained and has been removed from Ansible 11 (`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 `__). + 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.