Skip to content

Commit

Permalink
Remove ngine_io.vultr from Ansible 9 (#277)
Browse files Browse the repository at this point in the history
* Remove ngine_io.vultr from Ansible 9

* Apply suggestions from code review

Co-authored-by: Maxwell G <maxwell@gtmx.me>

* Link to removal issue

---------

Co-authored-by: Maxwell G <maxwell@gtmx.me>
  • Loading branch information
mariolenz and gotmax23 authored Aug 3, 2023
1 parent e048d80 commit 5343129
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
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. Therefore, it will be removed from Ansible 9.
There is already a successor collection ``vultr.cloud`` (using the recent v2 Vultr API) in the community package which
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
3 changes: 3 additions & 0 deletions 9/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ 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.
The successor collection ``vultr.cloud`` (using the recent v2 Vultr API) covers the same functionality but might not have compatible syntax
(https://github.com/ansible-community/community-topics/issues/257).
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

0 comments on commit 5343129

Please sign in to comment.