Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ibm.storage_virtualize, which ibm.spectrum_virtualize was renamed to #307

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 8/ansible-8.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions 8/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ hetzner.hcloud
hpe.nimble
ibm.qradar
ibm.spectrum_virtualize
ibm.storage_virtualize
infinidat.infinibox
infoblox.nios_modules
inspur.ispim
Expand Down
8 changes: 8 additions & 0 deletions 8/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,11 @@ releases:

`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
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``.
4 changes: 4 additions & 0 deletions 8/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions 9/ansible-9.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions 9/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ hetzner.hcloud
hpe.nimble
ibm.qradar
ibm.spectrum_virtualize
ibm.storage_virtualize
infinidat.infinibox
infoblox.nios_modules
inspur.ispim
Expand Down
8 changes: 8 additions & 0 deletions 9/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,11 @@ releases:

`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
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``.
4 changes: 4 additions & 0 deletions 9/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down