From 8e6516288aa29f2568809aa933a6bae26273ced4 Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Sat, 17 Feb 2024 13:48:05 +0100 Subject: [PATCH] Remove purestorage.fusion from Ansible 10 (#374) --- 10/ansible.in | 1 - 10/changelog.yaml | 2 ++ 10/collection-meta.yaml | 4 ---- 9/changelog.yaml | 3 +++ 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/10/ansible.in b/10/ansible.in index b965610f96..ebccf47e46 100644 --- a/10/ansible.in +++ b/10/ansible.in @@ -83,7 +83,6 @@ openvswitch.openvswitch ovirt.ovirt purestorage.flasharray purestorage.flashblade -purestorage.fusion sensu.sensu_go splunk.es theforeman.foreman diff --git a/10/changelog.yaml b/10/changelog.yaml index b9b2b6b55d..17814c67bc 100644 --- a/10/changelog.yaml +++ b/10/changelog.yaml @@ -36,3 +36,5 @@ releases: - The deprecated ``community.sap`` collection has been removed from Ansible 10 (https://github.com/ansible-community/community-topics/issues/247). There is a successor collection ``community.sap_libs`` in the community package which should cover the same functionality. + - The deprecated ``purestorage.fusion`` collection has been removed + (https://forum.ansible.com/t/3712). diff --git a/10/collection-meta.yaml b/10/collection-meta.yaml index 34a83661d8..46bec2cb2e 100644 --- a/10/collection-meta.yaml +++ b/10/collection-meta.yaml @@ -116,10 +116,6 @@ collections: - racampos - wastorga repository: https://github.com/cisco-en-programmability/dnacenter-ansible - purestorage.fusion: - maintainers: - - sdodsley - repository: https://github.com/Pure-Storage-Ansible/Fusion-Collection ibm.spectrum_virtualize: maintainers: - Shilpi-J diff --git a/9/changelog.yaml b/9/changelog.yaml index 09ae8a637a..9126a3360d 100644 --- a/9/changelog.yaml +++ b/9/changelog.yaml @@ -139,3 +139,6 @@ releases: from Ansible 11 if no one starts maintaining it again before Ansible 11. See `the removal process for details on how this works `__ (https://forum.ansible.com/t/2811). + - The ``purestorage.fusion`` collection is officially unmaintained and has been + archived. Therefore, it will be removed from Ansible 10 + (https://forum.ansible.com/t/3712).