From d927799ca36458dbaf3b1153ab7504eab13345ac Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 25 Sep 2024 17:26:01 +0300 Subject: [PATCH] Fix Ansible 11 changelog and porting guide. --- 11/CHANGELOG-v11.md | 4 ++-- 11/CHANGELOG-v11.rst | 4 ++-- 11/changelog.yaml | 4 ++-- 11/porting_guide_11.rst | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/11/CHANGELOG-v11.md b/11/CHANGELOG-v11.md index f592155db7..14a7e44dda 100644 --- a/11/CHANGELOG-v11.md +++ b/11/CHANGELOG-v11.md @@ -1356,10 +1356,10 @@ If not mentioned explicitly\, the changes are reported in the combined changelog ### Removed Features \(previously deprecated\) -* The \`\`frr\.frr\` has been removed because it does not support ansible\-core 2\.18 \([https\://forum\.ansible\.com/t/6243](https\://forum\.ansible\.com/t/6243)\)\. +* The frr\.frr collection has been removed because it does not support ansible\-core 2\.18 \([https\://forum\.ansible\.com/t/6243](https\://forum\.ansible\.com/t/6243)\)\. * The inspur\.sm collection was considered unmaintained and 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 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 \`\`openvswitch\.openvswitch\` collection has been removed because it does not support ansible\-core 2\.18 \([https\://forum\.ansible\.com/t/6245](https\://forum\.ansible\.com/t/6245)\)\. +* The openvswitch\.openvswitch collection has been removed because it does not support ansible\-core 2\.18 \([https\://forum\.ansible\.com/t/6245](https\://forum\.ansible\.com/t/6245)\)\. #### Ansible\-core diff --git a/11/CHANGELOG-v11.rst b/11/CHANGELOG-v11.rst index fa76af53e3..ed16d97591 100644 --- a/11/CHANGELOG-v11.rst +++ b/11/CHANGELOG-v11.rst @@ -1248,10 +1248,10 @@ community.vmware Removed Features (previously deprecated) ---------------------------------------- -- The ``frr.frr` has been removed because it does not support ansible-core 2.18 (https://forum.ansible.com/t/6243). +- The ``frr.frr`` collection has been removed because it does not support ansible-core 2.18 (https://forum.ansible.com/t/6243). - The ``inspur.sm`` collection was considered unmaintained and 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 removed from Ansible 11 (https://forum.ansible.com/t/2811). Users can still install this collection with ``ansible-galaxy collection install netapp.storagegrid``. -- The ``openvswitch.openvswitch` collection has been removed because it does not support ansible-core 2.18 (https://forum.ansible.com/t/6245). +- The ``openvswitch.openvswitch`` collection has been removed because it does not support ansible-core 2.18 (https://forum.ansible.com/t/6245). Ansible-core ~~~~~~~~~~~~ diff --git a/11/changelog.yaml b/11/changelog.yaml index 0547e2ec05..9b5bf1572d 100644 --- a/11/changelog.yaml +++ b/11/changelog.yaml @@ -7,7 +7,7 @@ releases: `Porting Guide `_' removed_features: - - The ``frr.frr` has been removed because it does not support ansible-core 2.18 + - The ``frr.frr`` collection has been removed because it does not support ansible-core 2.18 (https://forum.ansible.com/t/6243). - The ``inspur.sm`` collection was considered unmaintained and removed from Ansible 11 (https://forum.ansible.com/t/2854). Users can still install this @@ -15,6 +15,6 @@ releases: - The ``netapp.storagegrid`` collection was considered unmaintained and removed from Ansible 11 (https://forum.ansible.com/t/2811). Users can still install this collection with ``ansible-galaxy collection install netapp.storagegrid``. - - The ``openvswitch.openvswitch` collection has been removed because it does + - The ``openvswitch.openvswitch`` collection has been removed because it does not support ansible-core 2.18 (https://forum.ansible.com/t/6245). release_date: '2024-09-25' diff --git a/11/porting_guide_11.rst b/11/porting_guide_11.rst index a9afa84e2d..fed8fe170d 100644 --- a/11/porting_guide_11.rst +++ b/11/porting_guide_11.rst @@ -254,10 +254,10 @@ Removed Collections Removed Features ---------------- -- The ``frr.frr` has been removed because it does not support ansible-core 2.18 (https://forum.ansible.com/t/6243). +- The ``frr.frr`` collection has been removed because it does not support ansible-core 2.18 (https://forum.ansible.com/t/6243). - The ``inspur.sm`` collection was considered unmaintained and 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 removed from Ansible 11 (https://forum.ansible.com/t/2811). Users can still install this collection with ``ansible-galaxy collection install netapp.storagegrid``. -- The ``openvswitch.openvswitch` collection has been removed because it does not support ansible-core 2.18 (https://forum.ansible.com/t/6245). +- The ``openvswitch.openvswitch`` collection has been removed because it does not support ansible-core 2.18 (https://forum.ansible.com/t/6245). Ansible-core ~~~~~~~~~~~~