Skip to content

Commit

Permalink
Fix Ansible 11 changelog and porting guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Sep 25, 2024
1 parent 642dfb2 commit d927799
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 11/CHANGELOG-v11.md
Original file line number Diff line number Diff line change
Expand Up @@ -1356,10 +1356,10 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
<a id="removed-features-previously-deprecated"></a>
### 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 <code>frr\.frr</code> 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 <code>inspur\.sm</code> 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 <code>ansible\-galaxy collection install inspur\.sm</code>\.
* The <code>netapp\.storagegrid</code> 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 <code>ansible\-galaxy collection install netapp\.storagegrid</code>\.
* 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 <code>openvswitch\.openvswitch</code> 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)\)\.

<a id="ansible-core-4"></a>
#### Ansible\-core
Expand Down
4 changes: 2 additions & 2 deletions 11/CHANGELOG-v11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions 11/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ releases:
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
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
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
- 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'
4 changes: 2 additions & 2 deletions 11/porting_guide_11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~
Expand Down

0 comments on commit d927799

Please sign in to comment.