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 servicenow.servicenow from Ansible 9 #254

Merged
merged 4 commits into from
Jun 24, 2023
Merged
Show file tree
Hide file tree
Changes from 3 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
5 changes: 5 additions & 0 deletions 8/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,8 @@ releases:

`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2023-06-22'
8.2.0:
changes:
deprecated_features:
- The deprecated servicenow.servicenow collection has been removed from Ansible 7, but accidentally re-added to Ansible 8. It will be removed again from Ansible 9.
mariolenz marked this conversation as resolved.
Show resolved Hide resolved
(https://github.com/ansible-community/community-topics/issues/246).
1 change: 0 additions & 1 deletion 9/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ purestorage.flasharray
purestorage.flashblade
purestorage.fusion
sensu.sensu_go
servicenow.servicenow
splunk.es
theforeman.foreman
t_systems_mms.icinga_director
Expand Down
2 changes: 2 additions & 0 deletions 9/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ releases:
- "``community.skydive`` was considered unmaintained and removed from Ansible 9 as per the
`removal from Ansible process <https://github.com/ansible-collections/overview/blob/main/removal_from_ansible.rst#unmaintained-collections>`_.
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.
mariolenz marked this conversation as resolved.
Show resolved Hide resolved
(https://github.com/ansible-community/community-topics/issues/246).