Skip to content

Commit

Permalink
Keep service.now in 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolenz committed Jun 23, 2023
1 parent 062a73b commit dbaaa9e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions 8/ansible-8.build
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ purestorage.flasharray: >=1.18.0,<2.0.0
purestorage.flashblade: >=1.11.0,<2.0.0
purestorage.fusion: >=1.4.0,<2.0.0
sensu.sensu_go: >=1.13.0,<2.0.0
servicenow.servicenow: >=1.0.0,<2.0.0
splunk.es: >=2.1.0,<3.0.0
t_systems_mms.icinga_director: >=1.32.0,<2.0.0
theforeman.foreman: >=3.10.0,<4.0.0
Expand Down
1 change: 1 addition & 0 deletions 8/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ purestorage.flasharray
purestorage.flashblade
purestorage.fusion
sensu.sensu_go
servicenow.servicenow
splunk.es
theforeman.foreman
t_systems_mms.icinga_director
Expand Down
4 changes: 2 additions & 2 deletions 8/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ releases:
release_date: '2023-06-22'
8.2.0:
changes:
removed_features:
- 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 8.2.0
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.
(https://github.com/ansible-community/community-topics/issues/246).
3 changes: 3 additions & 0 deletions 8/galaxy-requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@ collections:
- name: sensu.sensu_go
source: https://galaxy.ansible.com
version: 1.13.2
- name: servicenow.servicenow
source: https://galaxy.ansible.com
version: 1.0.6
- name: splunk.es
source: https://galaxy.ansible.com
version: 2.1.0
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.
(https://github.com/ansible-community/community-topics/issues/246).

0 comments on commit dbaaa9e

Please sign in to comment.