diff --git a/8/changelog.yaml b/8/changelog.yaml index 177cd22f42..155e3e2245 100644 --- a/8/changelog.yaml +++ b/8/changelog.yaml @@ -95,3 +95,8 @@ releases: `Porting Guide `_' 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 + (https://github.com/ansible-community/community-topics/issues/246). diff --git a/9/ansible.in b/9/ansible.in index 4dec358ce6..7c85845674 100644 --- a/9/ansible.in +++ b/9/ansible.in @@ -92,7 +92,6 @@ purestorage.flasharray purestorage.flashblade purestorage.fusion sensu.sensu_go -servicenow.servicenow splunk.es theforeman.foreman t_systems_mms.icinga_director diff --git a/9/changelog.yaml b/9/changelog.yaml index b7f482255c..958b403156 100644 --- a/9/changelog.yaml +++ b/9/changelog.yaml @@ -15,3 +15,5 @@ releases: - "``community.skydive`` was considered unmaintained and removed from Ansible 9 as per the `removal from Ansible process `_. 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).