From 44fd5b7247dcf5851819d3fdc9d2451379047a4b Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Fri, 14 Jul 2023 20:51:36 +0200 Subject: [PATCH] Deprecate community.sap (again) (#262) --- 8/changelog.yaml | 5 +++++ 9/changelog.yaml | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/8/changelog.yaml b/8/changelog.yaml index 155e3e2245..f0304050dc 100644 --- a/8/changelog.yaml +++ b/8/changelog.yaml @@ -100,3 +100,8 @@ releases: 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). + - The collection ``community.sap`` has been renamed to ``community.sap_libs``. + For now both collections are included in Ansible. The content in ``community.sap`` + will be replaced with deprecated redirects to the new collection in Ansible 9.0.0, + and the collection will be removed from Ansible 10 completely. Please update your + FQCNs for ``community.sap``. diff --git a/9/changelog.yaml b/9/changelog.yaml index aa6e609148..461bc7140d 100644 --- a/9/changelog.yaml +++ b/9/changelog.yaml @@ -24,3 +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). + 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`` + has deprecated redirects to the new collection in Ansible 9.0.0, + and the collection will be removed from Ansible 10 completely. Please update your + FQCNs for ``community.sap``.