From d63dc5ff9dfe380191f5a26cbed52c60e371db42 Mon Sep 17 00:00:00 2001 From: Mario Lenz Date: Wed, 31 Jan 2024 19:29:46 +0100 Subject: [PATCH] Deprecate inspur.sm (#362) --- 10/changelog.yaml | 5 +++++ 9/changelog.yaml | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/10/changelog.yaml b/10/changelog.yaml index 02ae64922c..6efe3debb6 100644 --- a/10/changelog.yaml +++ b/10/changelog.yaml @@ -3,6 +3,11 @@ ancestor: 9.0.0 releases: 10.0.0a1: changes: + deprecated_features: + - The ``inspur.sm`` collection is considered unmaintained and will be removed + from Ansible 11 if no one starts maintaining it again before Ansible 11. See + `the removal process for details on how this works `__ + (https://forum.ansible.com/t/2854). removed_features: - The deprecated ``community.azure`` collection has been removed. There is a successor collection ``azure.azcollection`` in the community package which should cover the same functionality. diff --git a/9/changelog.yaml b/9/changelog.yaml index 048fc8d791..430e79915d 100644 --- a/9/changelog.yaml +++ b/9/changelog.yaml @@ -128,3 +128,10 @@ releases: `Porting Guide `_' release_date: '2024-01-30' + 9.3.0: + changes: + deprecated_features: + - The ``inspur.sm`` collection is considered unmaintained and will be removed + from Ansible 11 if no one starts maintaining it again before Ansible 11. See + `the removal process for details on how this works `__ + (https://forum.ansible.com/t/2854).