Skip to content

Commit

Permalink
Updated changelogs and porting guides. (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Jan 21, 2025
1 parent 15f55ba commit 8f0935a
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 10/CHANGELOG-v10.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* The google\.cloud collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements\.
The collection has [unresolved sanity test failures](https\://github\.com/ansible\-collections/google\.cloud/issues/613)\.
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)\)\.
After removal\, users can still install this collection with <code>ansible\-galaxy collection install google\.cloud</code>\.

<a id="community-network"></a>
#### community\.network
Expand Down Expand Up @@ -1386,6 +1387,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* The sensu\.sensu\_go collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements\.
The collection has [unresolved sanity test failures](https\://github\.com/sensu/sensu\-go\-ansible/issues/362)\.
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)\)\.
After removal\, users can still install this collection with <code>ansible\-galaxy collection install sensu\.sensu\_go</code>\.

<a id="community-general-5"></a>
#### community\.general
Expand Down Expand Up @@ -4379,6 +4381,8 @@ Release Date\: 2024\-06\-04
* netapp\.um\_info \(previously included version\: 21\.8\.1\)
* purestorage\.fusion \(previously included version\: 1\.6\.0\)

You can still install a removed collection manually with <code>ansible\-galaxy collection install \<name\-of\-collection\></code>\.

<a id="added-collections-2"></a>
### Added Collections

Expand Down Expand Up @@ -5843,8 +5847,10 @@ If not mentioned explicitly\, the changes are reported in the combined changelog

* The <code>inspur\.sm</code> collection is considered unmaintained and will be removed from Ansible 11 if no one starts maintaining it again before Ansible 11\.
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/2854](https\://forum\.ansible\.com/t/2854)\)\.
After removal\, users can still install this collection with <code>ansible\-galaxy collection install inspur\.sm</code>\.
* The <code>netapp\.storagegrid</code> collection is considered unmaintained and will be removed from Ansible 11 if no one starts maintaining it again before Ansible 11\.
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/2811](https\://forum\.ansible\.com/t/2811)\)\.
After removal\, users can still install this collection with <code>ansible\-galaxy collection install netapp\.storagegrid</code>\.

<a id="ansible-core-25"></a>
#### Ansible\-core
Expand Down
6 changes: 6 additions & 0 deletions 10/CHANGELOG-v10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ Deprecated Features
- The google.cloud collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
The collection has \ `unresolved sanity test failures <https://github.com/ansible-collections/google.cloud/issues/613>`__.
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>`__).

This comment has been minimized.

Copy link
@voronaivan93

voronaivan93 Feb 6, 2025

Failed to start ansible-playbook.service: Unit ansible-playbook.service not foun

After removal, users can still install this collection with ``ansible-galaxy collection install google.cloud``.

community.network
~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -1224,6 +1225,7 @@ Deprecated Features
- The sensu.sensu_go collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
The collection has \ `unresolved sanity test failures <https://github.com/sensu/sensu-go-ansible/issues/362>`__.
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>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install sensu.sensu_go``.

community.general
~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -3904,6 +3906,8 @@ Removed Collections
- netapp.um_info (previously included version: 21.8.1)
- purestorage.fusion (previously included version: 1.6.0)

You can still install a removed collection manually with ``ansible-galaxy collection install <name-of-collection>``.

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

Expand Down Expand Up @@ -5442,8 +5446,10 @@ Deprecated Features

- The ``inspur.sm`` collection is considered unmaintained and will be removed from Ansible 11 if no one starts maintaining it again before Ansible 11.
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/2854 <https://forum.ansible.com/t/2854>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install inspur.sm``.
- The ``netapp.storagegrid`` collection is considered unmaintained and will be removed from Ansible 11 if no one starts maintaining it again before Ansible 11.
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/2811 <https://forum.ansible.com/t/2811>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install netapp.storagegrid``.

Ansible-core
~~~~~~~~~~~~
Expand Down
6 changes: 6 additions & 0 deletions 10/porting_guide_10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ Deprecated Features
- The google.cloud collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
The collection has \ `unresolved sanity test failures <https://github.com/ansible-collections/google.cloud/issues/613>`__.
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>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install google.cloud``.

community.network
~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -250,6 +251,7 @@ Deprecated Features
- The sensu.sensu_go collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
The collection has \ `unresolved sanity test failures <https://github.com/sensu/sensu-go-ansible/issues/362>`__.
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>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install sensu.sensu_go``.

community.general
~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -772,6 +774,8 @@ Removed Collections
- netapp.um_info (previously included version: 21.8.1)
- purestorage.fusion (previously included version: 1.6.0)

You can still install a removed collection manually with ``ansible-galaxy collection install <name-of-collection>``.

Removed Features
----------------

Expand Down Expand Up @@ -881,8 +885,10 @@ Deprecated Features

- The ``inspur.sm`` collection is considered unmaintained and will be removed from Ansible 11 if no one starts maintaining it again before Ansible 11.
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/2854 <https://forum.ansible.com/t/2854>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install inspur.sm``.
- The ``netapp.storagegrid`` collection is considered unmaintained and will be removed from Ansible 11 if no one starts maintaining it again before Ansible 11.
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/2811 <https://forum.ansible.com/t/2811>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install netapp.storagegrid``.

Ansible-core
~~~~~~~~~~~~
Expand Down
4 changes: 4 additions & 0 deletions 11/CHANGELOG-v11.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,8 @@ Release Date\: 2024\-11\-19
* openvswitch\.openvswitch \(previously included version\: 2\.1\.1\)
* t\_systems\_mms\.icinga\_director \(previously included version\: 2\.0\.1\)

You can still install a removed collection manually with <code>ansible\-galaxy collection install \<name\-of\-collection\></code>\.

<a id="added-collections"></a>
### Added Collections

Expand Down Expand Up @@ -2292,9 +2294,11 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* The google\.cloud collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements\.
The collection has [unresolved sanity test failures](https\://github\.com/ansible\-collections/google\.cloud/issues/613)\.
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)\)\.
After removal\, users can still install this collection with <code>ansible\-galaxy collection install google\.cloud</code>\.
* The sensu\.sensu\_go collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements\.
The collection has [unresolved sanity test failures](https\://github\.com/sensu/sensu\-go\-ansible/issues/362)\.
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)\)\.
After removal\, users can still install this collection with <code>ansible\-galaxy collection install sensu\.sensu\_go</code>\.

<a id="ansible-core-7"></a>
#### Ansible\-core
Expand Down
4 changes: 4 additions & 0 deletions 11/CHANGELOG-v11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,8 @@ Removed Collections
- openvswitch.openvswitch (previously included version: 2.1.1)
- t_systems_mms.icinga_director (previously included version: 2.0.1)

You can still install a removed collection manually with ``ansible-galaxy collection install <name-of-collection>``.

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

Expand Down Expand Up @@ -2118,9 +2120,11 @@ Deprecated Features
- The google.cloud collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
The collection has \ `unresolved sanity test failures <https://github.com/ansible-collections/google.cloud/issues/613>`__.
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>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install google.cloud``.
- The sensu.sensu_go collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
The collection has \ `unresolved sanity test failures <https://github.com/sensu/sensu-go-ansible/issues/362>`__.
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>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install sensu.sensu_go``.

Ansible-core
~~~~~~~~~~~~
Expand Down
4 changes: 4 additions & 0 deletions 11/porting_guide_11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,8 @@ Removed Collections
- openvswitch.openvswitch (previously included version: 2.1.1)
- t_systems_mms.icinga_director (previously included version: 2.0.1)

You can still install a removed collection manually with ``ansible-galaxy collection install <name-of-collection>``.

Removed Features
----------------

Expand Down Expand Up @@ -569,9 +571,11 @@ Deprecated Features
- The google.cloud collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
The collection has \ `unresolved sanity test failures <https://github.com/ansible-collections/google.cloud/issues/613>`__.
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>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install google.cloud``.
- The sensu.sensu_go collection will be removed from Ansible 12 due to violations of the Ansible inclusion requirements.
The collection has \ `unresolved sanity test failures <https://github.com/sensu/sensu-go-ansible/issues/362>`__.
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>`__).
After removal, users can still install this collection with ``ansible-galaxy collection install sensu.sensu_go``.

Ansible-core
~~~~~~~~~~~~
Expand Down
Loading

0 comments on commit 8f0935a

Please sign in to comment.