Skip to content

Commit

Permalink
Add missing removals. (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein authored Oct 8, 2024
1 parent 4548580 commit 50d2580
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 10/CHANGELOG-v10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4337,8 +4337,12 @@ If not mentioned explicitly\, the changes are reported in the combined changelog

* The <code>community\.azure</code> collection was considered unmaintained and has been removed from Ansible 10 \([https\://github\.com/ansible\-community/community\-topics/issues/263](https\://github\.com/ansible\-community/community\-topics/issues/263)\)\.
Users can still install this collection with <code>ansible\-galaxy collection install community\.azure</code>\.
* The <code>gluster\.gluster</code> collection was considered unmaintained and has been removed from Ansible 10 \([https\://github\.com/ansible\-community/community\-topics/issues/225](https\://github\.com/ansible\-community/community\-topics/issues/225)\)\.
Users can still install this collection with <code>ansible\-galaxy collection install gluster\.gluster</code>\.
* The <code>hpe\.nimble</code> collection was considered unmaintained and has been removed from Ansible 10 \([https\://github\.com/ansible\-community/community\-topics/issues/254](https\://github\.com/ansible\-community/community\-topics/issues/254)\)\.
Users can still install this collection with <code>ansible\-galaxy collection install hpe\.nimble</code>\.
* The <code>netapp\.aws</code> collection was considered unmaintained and has been removed from Ansible 10 \([https\://github\.com/ansible\-community/community\-topics/issues/223](https\://github\.com/ansible\-community/community\-topics/issues/223)\)\.
Users can still install this collection with <code>ansible\-galaxy collection install netapp\.aws</code>\.
* The <code>netapp\.azure</code> collection was considered unmaintained and has been removed from Ansible 10 \([https\://github\.com/ansible\-community/community\-topics/issues/234](https\://github\.com/ansible\-community/community\-topics/issues/234)\)\.
Users can still install this collection with <code>ansible\-galaxy collection install netapp\.azure</code>\.
* The <code>netapp\.elementsw</code> collection was considered unmaintained and has been removed from Ansible 10 \([https\://github\.com/ansible\-community/community\-topics/issues/235](https\://github\.com/ansible\-community/community\-topics/issues/235)\)\.
Expand Down
4 changes: 4 additions & 0 deletions 10/CHANGELOG-v10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4030,8 +4030,12 @@ Removed Features (previously deprecated)

- The ``community.azure`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/263 <https://github.com/ansible-community/community-topics/issues/263>`__).
Users can still install this collection with ``ansible-galaxy collection install community.azure``.
- The ``gluster.gluster`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/225 <https://github.com/ansible-community/community-topics/issues/225>`__).
Users can still install this collection with ``ansible-galaxy collection install gluster.gluster``.
- The ``hpe.nimble`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/254 <https://github.com/ansible-community/community-topics/issues/254>`__).
Users can still install this collection with ``ansible-galaxy collection install hpe.nimble``.
- The ``netapp.aws`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/223 <https://github.com/ansible-community/community-topics/issues/223>`__).
Users can still install this collection with ``ansible-galaxy collection install netapp.aws``.
- The ``netapp.azure`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/234 <https://github.com/ansible-community/community-topics/issues/234>`__).
Users can still install this collection with ``ansible-galaxy collection install netapp.azure``.
- The ``netapp.elementsw`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/235 <https://github.com/ansible-community/community-topics/issues/235>`__).
Expand Down
19 changes: 19 additions & 0 deletions 10/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,13 @@ removed_collections:
reason: renamed
new_name: community.sap_libs
announce_version: 9.0.0a1
gluster.gluster:
repository: https://github.com/gluster/gluster-ansible-collection
removal:
version: 10.0.0a1
reason: considered-unmaintained
discussion: https://github.com/ansible-community/community-topics/issues/225
announce_version: 7.7.0
hpe.nimble:
maintainers:
- ar-india
Expand All @@ -392,6 +399,18 @@ removed_collections:
reason: considered-unmaintained
discussion: https://github.com/ansible-community/community-topics/issues/254
announce_version: 9.0.0a1
netapp.aws:
maintainers:
- carchi8py
- suhasbshekar
- wenjun666
- chuyich
repository: https://github.com/ansible-collections/netapp.aws
removal:
version: 10.0.0a1
reason: considered-unmaintained
discussion: https://github.com/ansible-community/community-topics/issues/223
announce_version: 7.7.0
netapp.azure:
maintainers:
- carchi8py
Expand Down
4 changes: 4 additions & 0 deletions 10/porting_guide_10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -627,8 +627,12 @@ Removed Features

- The ``community.azure`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/263 <https://github.com/ansible-community/community-topics/issues/263>`__).
Users can still install this collection with ``ansible-galaxy collection install community.azure``.
- The ``gluster.gluster`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/225 <https://github.com/ansible-community/community-topics/issues/225>`__).
Users can still install this collection with ``ansible-galaxy collection install gluster.gluster``.
- The ``hpe.nimble`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/254 <https://github.com/ansible-community/community-topics/issues/254>`__).
Users can still install this collection with ``ansible-galaxy collection install hpe.nimble``.
- The ``netapp.aws`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/223 <https://github.com/ansible-community/community-topics/issues/223>`__).
Users can still install this collection with ``ansible-galaxy collection install netapp.aws``.
- The ``netapp.azure`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/234 <https://github.com/ansible-community/community-topics/issues/234>`__).
Users can still install this collection with ``ansible-galaxy collection install netapp.azure``.
- The ``netapp.elementsw`` collection was considered unmaintained and has been removed from Ansible 10 (`https://github.com/ansible-community/community-topics/issues/235 <https://github.com/ansible-community/community-topics/issues/235>`__).
Expand Down
10 changes: 10 additions & 0 deletions 9/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ collections:
announce_version: 9.8.0
gluster.gluster:
repository: https://github.com/gluster/gluster-ansible-collection
removal:
major_version: 10
reason: considered-unmaintained
discussion: https://github.com/ansible-community/community-topics/issues/225
announce_version: 7.7.0
google.cloud:
repository: https://github.com/ansible-collections/google.cloud
grafana.grafana:
Expand Down Expand Up @@ -280,6 +285,11 @@ collections:
- wenjun666
- chuyich
repository: https://github.com/ansible-collections/netapp.aws
removal:
major_version: 10
reason: considered-unmaintained
discussion: https://github.com/ansible-community/community-topics/issues/223
announce_version: 7.7.0
netapp.azure:
maintainers:
- carchi8py
Expand Down

0 comments on commit 50d2580

Please sign in to comment.