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

Remove ibm.spectrum_virtualize from Ansible 12 #501

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
3 changes: 2 additions & 1 deletion 10/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,9 @@ collections:
- Shilpi-J
repository: https://github.com/ansible-collections/ibm.spectrum_virtualize
removal:
major_version: TBD
major_version: 12
reason: renamed
announce_version: 10.7.0
new_name: ibm.storage_virtualize
ibm.storage_virtualize:
maintainers:
Expand Down
3 changes: 2 additions & 1 deletion 11/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,9 @@ collections:
- Shilpi-J
repository: https://github.com/ansible-collections/ibm.spectrum_virtualize
removal:
major_version: TBD
major_version: 12
reason: renamed
announce_version: 11.1.0
new_name: ibm.storage_virtualize
ibm.storage_virtualize:
maintainers:
Expand Down
1 change: 0 additions & 1 deletion 12/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ fortinet.fortios
grafana.grafana
hetzner.hcloud
ibm.qradar
ibm.spectrum_virtualize
ibm.storage_virtualize
ieisystem.inmanage
infinidat.infinibox
Expand Down
16 changes: 8 additions & 8 deletions 12/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,14 +213,6 @@ collections:
repository: https://github.com/ansible-collections/hetzner.hcloud
ibm.qradar:
repository: https://github.com/ansible-collections/ibm.qradar
ibm.spectrum_virtualize:
maintainers:
- Shilpi-J
repository: https://github.com/ansible-collections/ibm.spectrum_virtualize
removal:
major_version: TBD
reason: renamed
new_name: ibm.storage_virtualize
ibm.storage_virtualize:
maintainers:
- sumitguptaibm
Expand Down Expand Up @@ -464,6 +456,14 @@ removed_collections:
reason: considered-unmaintained
discussion: https://github.com/ansible-community/community-topics/issues/254
announce_version: 9.0.0a1
ibm.spectrum_virtualize:
maintainers:
- Shilpi-J
repository: https://github.com/ansible-collections/ibm.spectrum_virtualize
removal:
version: 12.0.0a1
reason: renamed
new_name: ibm.storage_virtualize
inspur.sm:
maintainers:
- ISIB-Group
Expand Down
2 changes: 1 addition & 1 deletion 9/CHANGELOG-v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -8929,7 +8929,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* The collection <code>ibm\.spectrum\_virtualize</code> was renamed to <code>ibm\.storage\_virtualize</code>\.
For now both collections are included in Ansible\.
The content in <code>ibm\.spectrum\_virtualize</code> will be replaced by deprecated redirects in Ansible 10\.0\.0\.
The collection will be completely removed from Ansible eventually\.
The collection will be completely removed from Ansible 12\.
Please update your FQCNs from <code>ibm\.spectrum\_virtualize</code> to <code>ibm\.storage\_virtualize</code>\.
* The collection <code>t\_systems\_mms\.icinga\_director</code> was renamed to <code>telekom\_mms\.icinga\_director</code>\.
For now both collections are included in Ansible\.
Expand Down
2 changes: 1 addition & 1 deletion 9/CHANGELOG-v9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8373,7 +8373,7 @@ Deprecated Features
- The collection ``ibm.spectrum_virtualize`` was renamed to ``ibm.storage_virtualize``.
For now both collections are included in Ansible.
The content in ``ibm.spectrum_virtualize`` will be replaced by deprecated redirects in Ansible 10.0.0.
The collection will be completely removed from Ansible eventually.
The collection will be completely removed from Ansible 12.
Please update your FQCNs from ``ibm.spectrum_virtualize`` to ``ibm.storage_virtualize``.
- The collection ``t_systems_mms.icinga_director`` was renamed to ``telekom_mms.icinga_director``.
For now both collections are included in Ansible.
Expand Down
2 changes: 1 addition & 1 deletion 9/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ collections:
- Shilpi-J
repository: https://github.com/ansible-collections/ibm.spectrum_virtualize
removal:
major_version: TBD
major_version: 12
reason: renamed
new_name: ibm.storage_virtualize
announce_version: 9.0.0b1
Expand Down
2 changes: 1 addition & 1 deletion 9/porting_guide_9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ Deprecated Features
- The collection ``ibm.spectrum_virtualize`` was renamed to ``ibm.storage_virtualize``.
For now both collections are included in Ansible.
The content in ``ibm.spectrum_virtualize`` will be replaced by deprecated redirects in Ansible 10.0.0.
The collection will be completely removed from Ansible eventually.
The collection will be completely removed from Ansible 12.
Please update your FQCNs from ``ibm.spectrum_virtualize`` to ``ibm.storage_virtualize``.
- The collection ``t_systems_mms.icinga_director`` was renamed to ``telekom_mms.icinga_director``.
For now both collections are included in Ansible.
Expand Down