From 0c8e76126f0411cfeefd44d49d2977b0a093b82a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 3 Nov 2023 12:42:29 +0100 Subject: [PATCH] Add ibm.storage_virtualize, which ibm.spectrum_virtualize was renamed to (#307) * Add ibm.storage_virtualize, which ibm.spectrum_virtualize was renamed to. * Add comma. Co-authored-by: Maxwell G * Change maintainer to sumitguptaibm. --------- Co-authored-by: Maxwell G --- 8/ansible-8.build | 1 + 8/ansible.in | 1 + 8/changelog.yaml | 8 ++++++++ 8/collection-meta.yaml | 4 ++++ 9/ansible-9.build | 1 + 9/ansible.in | 1 + 9/changelog.yaml | 8 ++++++++ 9/collection-meta.yaml | 4 ++++ 8 files changed, 28 insertions(+) diff --git a/8/ansible-8.build b/8/ansible-8.build index 1fbdc197c2..4ba44b9c1d 100644 --- a/8/ansible-8.build +++ b/8/ansible-8.build @@ -72,6 +72,7 @@ hetzner.hcloud: >=1.11.0,<2.0.0,!=1.12.0,!=1.13.0,!=1.14.0,!=1.15.0 hpe.nimble: >=1.1.0,<2.0.0 ibm.qradar: >=2.1.0,<3.0.0 ibm.spectrum_virtualize: >=1.12.0,<2.0.0 +ibm.storage_virtualize: >=2.1.0,<3.0.0 infinidat.infinibox: >=1.3.0,<2.0.0 infoblox.nios_modules: >=1.5.0,<2.0.0 inspur.ispim: >=1.3.0,<2.0.0 diff --git a/8/ansible.in b/8/ansible.in index 5e8232db87..0f9a80bb8a 100644 --- a/8/ansible.in +++ b/8/ansible.in @@ -69,6 +69,7 @@ hetzner.hcloud hpe.nimble ibm.qradar ibm.spectrum_virtualize +ibm.storage_virtualize infinidat.infinibox infoblox.nios_modules inspur.ispim diff --git a/8/changelog.yaml b/8/changelog.yaml index 0e209e5269..35c1234889 100644 --- a/8/changelog.yaml +++ b/8/changelog.yaml @@ -164,3 +164,11 @@ releases: `Porting Guide `_' release_date: '2023-10-11' + 8.6.0: + changes: + deprecated_features: + - The collection ``ibm.spectrum_virtualize`` has been renamed to ``ibm.storage_virtualize``. + For now, both collections are included in Ansible. The content in ``ibm.spectrum_virtualize`` + will be replaced with deprecated redirects to the new collection in Ansible 10.0.0, + and these redirects will eventually be removed from Ansible. Please update your + FQCNs for ``ibm.spectrum_virtualize``. diff --git a/8/collection-meta.yaml b/8/collection-meta.yaml index 10e3782db8..8385bb3d57 100644 --- a/8/collection-meta.yaml +++ b/8/collection-meta.yaml @@ -134,6 +134,10 @@ collections: maintainers: - Shilpi-J repository: https://github.com/ansible-collections/ibm.spectrum_virtualize + ibm.storage_virtualize: + maintainers: + - sumitguptaibm + repository: https://github.com/ansible-collections/ibm.storage_virtualize vultr.cloud: maintainers: - resmo diff --git a/9/ansible-9.build b/9/ansible-9.build index bfe5f7790c..a5cc50a966 100644 --- a/9/ansible-9.build +++ b/9/ansible-9.build @@ -68,6 +68,7 @@ hetzner.hcloud: >=2.1.0,<3.0.0 hpe.nimble: >=1.1.0,<2.0.0 ibm.qradar: >=2.1.0,<3.0.0 ibm.spectrum_virtualize: >=2.0.0,<3.0.0 +ibm.storage_virtualize: >=2.1.0,<3.0.0 infinidat.infinibox: >=1.3.0,<2.0.0 infoblox.nios_modules: >=1.5.0,<2.0.0 inspur.ispim: >=2.1.0,<3.0.0 diff --git a/9/ansible.in b/9/ansible.in index 96ea9a0b8b..67c23fe352 100644 --- a/9/ansible.in +++ b/9/ansible.in @@ -65,6 +65,7 @@ hetzner.hcloud hpe.nimble ibm.qradar ibm.spectrum_virtualize +ibm.storage_virtualize infinidat.infinibox infoblox.nios_modules inspur.ispim diff --git a/9/changelog.yaml b/9/changelog.yaml index a060603c06..828d6b2c94 100644 --- a/9/changelog.yaml +++ b/9/changelog.yaml @@ -80,3 +80,11 @@ releases: `Porting Guide `_' release_date: '2023-10-17' + 9.0.0b1: + changes: + deprecated_features: + - The collection ``ibm.spectrum_virtualize`` has been renamed to ``ibm.storage_virtualize``. + For now, both collections are included in Ansible. The content in ``ibm.spectrum_virtualize`` + will be replaced with deprecated redirects to the new collection in Ansible 10.0.0, + and these redirects will eventually be removed from Ansible. Please update your + FQCNs for ``ibm.spectrum_virtualize``. diff --git a/9/collection-meta.yaml b/9/collection-meta.yaml index 5c80fd863e..ef53fccf25 100644 --- a/9/collection-meta.yaml +++ b/9/collection-meta.yaml @@ -134,6 +134,10 @@ collections: maintainers: - Shilpi-J repository: https://github.com/ansible-collections/ibm.spectrum_virtualize + ibm.storage_virtualize: + maintainers: + - sumitguptaibm + repository: https://github.com/ansible-collections/ibm.storage_virtualize vultr.cloud: maintainers: - resmo