From 876b0efb5eff393a165db2076e203dac115e4d5c Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Tue, 4 Jun 2024 21:24:48 +0200 Subject: [PATCH] Remove inspur.sm from Ansible 11 (#424) --- 11/ansible.in | 1 - 11/changelog.yaml | 8 +++++++- 11/collection-meta.yaml | 4 ---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/11/ansible.in b/11/ansible.in index 9a55b978fc..27f5ec0904 100644 --- a/11/ansible.in +++ b/11/ansible.in @@ -66,7 +66,6 @@ ibm.storage_virtualize infinidat.infinibox infoblox.nios_modules inspur.ispim -inspur.sm junipernetworks.junos kaytus.ksmanage kubernetes.core diff --git a/11/changelog.yaml b/11/changelog.yaml index ab0a7be6fd..a456c992b7 100644 --- a/11/changelog.yaml +++ b/11/changelog.yaml @@ -1,3 +1,9 @@ --- ancestor: 10.0.0 -releases: {} +releases: + 11.0.0a1: + changes: + removed_features: + - 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``. diff --git a/11/collection-meta.yaml b/11/collection-meta.yaml index 28a4f57c50..7afec0613e 100644 --- a/11/collection-meta.yaml +++ b/11/collection-meta.yaml @@ -22,10 +22,6 @@ collections: maintainers: - ispim repository: https://github.com/ispim/inspur.ispim - inspur.sm: - maintainers: - - ISIB-Group - repository: https://github.com/ISIB-Group/inspur.sm kaytus.ksmanage: maintainers: - ieisystem