diff --git a/10/CHANGELOG-v10.md b/10/CHANGELOG-v10.md
index e835747903..333f606de8 100644
--- a/10/CHANGELOG-v10.md
+++ b/10/CHANGELOG-v10.md
@@ -4337,8 +4337,12 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* 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)\)\.
diff --git a/10/CHANGELOG-v10.rst b/10/CHANGELOG-v10.rst
index 00198902bb..e96f371ff4 100644
--- a/10/CHANGELOG-v10.rst
+++ b/10/CHANGELOG-v10.rst
@@ -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 `__).
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 `__).
+ 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 `__).
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 `__).
+ 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 `__).
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 `__).
diff --git a/10/collection-meta.yaml b/10/collection-meta.yaml
index e771695622..734fe20bb3 100644
--- a/10/collection-meta.yaml
+++ b/10/collection-meta.yaml
@@ -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
@@ -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
diff --git a/10/porting_guide_10.rst b/10/porting_guide_10.rst
index 571ee21a9c..f6b6d4fb48 100644
--- a/10/porting_guide_10.rst
+++ b/10/porting_guide_10.rst
@@ -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 `__).
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 `__).
+ 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 `__).
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 `__).
+ 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 `__).
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 `__).
diff --git a/9/collection-meta.yaml b/9/collection-meta.yaml
index 098889e47e..b843ebdd35 100644
--- a/9/collection-meta.yaml
+++ b/9/collection-meta.yaml
@@ -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:
@@ -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