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 ngine_io.vultr from Ansible 9 #277

Merged
merged 3 commits into from
Aug 3, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 4 additions & 0 deletions 8/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,7 @@ releases:
from Ansible 10 if no one starts maintaining it again before Ansible 10. See
`the removal process for details on how this works <https://github.com/ansible-collections/overview/blob/main/removal_from_ansible.rst#cancelling-removal-of-an-unmaintained-collection>`__
(https://github.com/ansible-community/community-topics/issues/235).
- The ngine_io.vultr collection is officially unmaintained and has been archived. Therefor, it will be removed from Ansible 9.
mariolenz marked this conversation as resolved.
Show resolved Hide resolved
There is already a successor collection vultr.cloud (using the recent v2 Vultr API) in the community package which
mariolenz marked this conversation as resolved.
Show resolved Hide resolved
covers the functionality but might not have compatible syntax
(https://github.com/ansible-community/community-topics/issues/257).
1 change: 0 additions & 1 deletion 9/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ netapp.um_info
netbox.netbox
ngine_io.cloudstack
ngine_io.exoscale
ngine_io.vultr
openstack.cloud
openvswitch.openvswitch
ovirt.ovirt
Expand Down
2 changes: 2 additions & 0 deletions 9/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ releases:
Users can still install this collection with ``ansible-galaxy collection install community.skydive``."
- The deprecated servicenow.servicenow collection has been removed from Ansible 7, but accidentally re-added to Ansible 8. It has been removed again from Ansible 9
(https://github.com/ansible-community/community-topics/issues/246).
- The ngine_io.vultr collection has been removed from Ansible 9 because it is officially unmaintained and has been archived.
mariolenz marked this conversation as resolved.
Show resolved Hide resolved
mariolenz marked this conversation as resolved.
Show resolved Hide resolved
The successor collection vultr.cloud (using the recent v2 Vultr API) covers the same functionality but might not have compatible syntax.
mariolenz marked this conversation as resolved.
Show resolved Hide resolved
deprecated_features:
- The collection ``community.sap`` has been renamed to ``community.sap_libs``.
For now both collections are included in Ansible. The content in ``community.sap``
Expand Down
2 changes: 0 additions & 2 deletions 9/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,6 @@ collections:
repository: https://github.com/ngine-io/ansible-collection-cloudstack
ngine_io.exoscale:
repository: https://github.com/ngine-io/ansible-collection-exoscale
ngine_io.vultr:
repository: https://github.com/ngine-io/ansible-collection-vultr
openstack.cloud:
repository: https://opendev.org/openstack/ansible-collections-openstack
openvswitch.openvswitch:
Expand Down