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 deprecated collection ngine_io.exoscale #462

Merged
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
4 changes: 4 additions & 0 deletions 10/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,7 @@ releases:
has been replaced with deprecated redirects to the new collection in Ansible
9.0.0, and these redirects will be removed from Ansible 11. Please update
your FQCNs from ``t_systems_mms.icinga_director`` to ``telekom_mms.icinga_director``.
- The ``ngine_io.exoscale`` collection has been deprecated by the maintainers. Since they've
also announced that the collection does not work anymore with the Cloudstack API after May 1, 2024,
it will be removed from Ansible 11
(https://forum.ansible.com/t/2572).
5 changes: 5 additions & 0 deletions 10/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,11 @@ collections:
repository: https://github.com/ngine-io/ansible-collection-cloudstack
ngine_io.exoscale:
repository: https://github.com/ngine-io/ansible-collection-exoscale
removal:
major_version: 11
reason: deprecated
discussion: https://forum.ansible.com/t/2572
announce_version: 10.5.0
openstack.cloud:
repository: https://opendev.org/openstack/ansible-collections-openstack
openvswitch.openvswitch:
Expand Down
1 change: 0 additions & 1 deletion 11/ansible-11.build
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ netapp.ontap: >=22.12.0,<23.0.0
netapp_eseries.santricity: >=1.4.0,<2.0.0
netbox.netbox: >=3.20.0,<4.0.0
ngine_io.cloudstack: >=2.4.0,<3.0.0
ngine_io.exoscale: >=1.1.0,<2.0.0
openstack.cloud: >=2.2.0,<3.0.0
ovirt.ovirt: >=3.2.0,<4.0.0
purestorage.flasharray: >=1.31.0,<2.0.0
Expand Down
1 change: 0 additions & 1 deletion 11/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ netapp_eseries.santricity
netapp.ontap
netbox.netbox
ngine_io.cloudstack
ngine_io.exoscale
openstack.cloud
ovirt.ovirt
purestorage.flasharray
Expand Down
5 changes: 5 additions & 0 deletions 11/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ releases:
- The ``openvswitch.openvswitch`` collection has been removed because it does
not support ansible-core 2.18 (https://forum.ansible.com/t/6245).
release_date: '2024-09-25'
11.0.0a2:
changes:
removed_features:
- The ``ngine_io.exoscale`` collection has been removed because it has been deprecated by its maintainers
(https://forum.ansible.com/t/2572).
9 changes: 7 additions & 2 deletions 11/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ collections:
repository: https://github.com/netbox-community/ansible_modules
ngine_io.cloudstack:
repository: https://github.com/ngine-io/ansible-collection-cloudstack
ngine_io.exoscale:
repository: https://github.com/ngine-io/ansible-collection-exoscale
openstack.cloud:
repository: https://opendev.org/openstack/ansible-collections-openstack
ovirt.ovirt:
Expand Down Expand Up @@ -333,6 +331,13 @@ removed_collections:
reason: considered-unmaintained
discussion: https://forum.ansible.com/t/2811
announce_version: 10.0.0a1
ngine_io.exoscale:
repository: https://github.com/ngine-io/ansible-collection-exoscale
removal:
version: 11.0.0a2
reason: deprecated
discussion: https://forum.ansible.com/t/2572
announce_version: 10.5.0
openvswitch.openvswitch:
repository: https://github.com/ansible-collections/openvswitch.openvswitch
removal:
Expand Down
7 changes: 7 additions & 0 deletions 9/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ releases:

`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2024-09-10'
9.11.0:
changes:
deprecated_features:
- The ``ngine_io.exoscale`` collection has been deprecated by the maintainers. Since they've
also announced that the collection does not work anymore with the Cloudstack API after May 1, 2024,
it will be removed from Ansible 11
(https://forum.ansible.com/t/2572).
9.2.0:
changes:
release_summary: 'Release Date: 2024-01-30
Expand Down
5 changes: 5 additions & 0 deletions 9/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,11 @@ collections:
repository: https://github.com/ngine-io/ansible-collection-cloudstack
ngine_io.exoscale:
repository: https://github.com/ngine-io/ansible-collection-exoscale
removal:
major_version: 11
reason: deprecated
discussion: https://forum.ansible.com/t/2572
announce_version: 9.11.0
openstack.cloud:
repository: https://opendev.org/openstack/ansible-collections-openstack
openvswitch.openvswitch:
Expand Down