From dd12a18de2e8d4e7879f8a471b36bf06b9481e11 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 3 Nov 2024 11:30:31 +0100 Subject: [PATCH] Remove specific entries from Ansible changelog (#487) * Add data which changelog entries to remove. * Result of antsibull-build PR. --- 10/changelog.yaml | 6 ++++++ 11/CHANGELOG-v11.md | 10 ++-------- 11/CHANGELOG-v11.rst | 5 ----- 11/changelog.yaml | 6 ++++++ 11/porting_guide_11.rst | 5 ----- 9/changelog.yaml | 6 ++++++ 6 files changed, 20 insertions(+), 18 deletions(-) diff --git a/10/changelog.yaml b/10/changelog.yaml index fb6d674f35..7cd8f8842e 100644 --- a/10/changelog.yaml +++ b/10/changelog.yaml @@ -89,3 +89,9 @@ releases: `Porting Guide `_' release_date: '2024-10-08' +remove_collection_changelog_entries: + ansible.posix: + 1.6.0: + changes: + removed_features: + - skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350). diff --git a/11/CHANGELOG-v11.md b/11/CHANGELOG-v11.md index d8755ef5d8..fd5d77e815 100644 --- a/11/CHANGELOG-v11.md +++ b/11/CHANGELOG-v11.md @@ -675,7 +675,6 @@ If not mentioned explicitly\, the changes are reported in the combined changelog - community\.vmware - Removed Features \(previously deprecated\) - Ansible\-core - - ansible\.posix - community\.grafana - community\.okd - kubernetes\.core @@ -685,7 +684,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog - Ansible\-core - amazon\.aws - ansible\.netcommon - - ansible\.posix + - ansible\.posix - ansible\.windows - arista\.eos - check\_point\.mgmt @@ -1941,11 +1940,6 @@ If not mentioned explicitly\, the changes are reported in the combined changelog * play\_context \- remove deprecated PlayContext\.verbosity property \([https\://github\.com/ansible/ansible/issues/82945](https\://github\.com/ansible/ansible/issues/82945)\)\. * utils/listify \- remove deprecated \'loader\' argument from listify\_lookup\_plugin\_terms API \([https\://github\.com/ansible/ansible/issues/82949](https\://github\.com/ansible/ansible/issues/82949)\)\. - -#### ansible\.posix - -* skippy \- Remove skippy pluglin as it is no longer supported\([https\://github\.com/ansible\-collections/ansible\.posix/issues/350](https\://github\.com/ansible\-collections/ansible\.posix/issues/350)\)\. - #### community\.grafana @@ -2116,7 +2110,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog * The v6\.1\.2 release introduced a change in cliconfbase\'s edit\_config\(\) signature which broke many platform cliconfs\. This patch release reverts that change\. * Updated the error message for the content\_templates parser to include the correct parser name and detailed error information\. - + #### ansible\.posix * Bugfix in the documentation regarding the path option for authorised\_key\([https\://github\.com/ansible\-collections/ansible\.posix/issues/483](https\://github\.com/ansible\-collections/ansible\.posix/issues/483)\)\. diff --git a/11/CHANGELOG-v11.rst b/11/CHANGELOG-v11.rst index b79fcda73c..370d7e96cb 100644 --- a/11/CHANGELOG-v11.rst +++ b/11/CHANGELOG-v11.rst @@ -1796,11 +1796,6 @@ Ansible-core - play_context - remove deprecated PlayContext.verbosity property (https://github.com/ansible/ansible/issues/82945). - utils/listify - remove deprecated 'loader' argument from listify_lookup_plugin_terms API (https://github.com/ansible/ansible/issues/82949). -ansible.posix -~~~~~~~~~~~~~ - -- skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350). - community.grafana ~~~~~~~~~~~~~~~~~ diff --git a/11/changelog.yaml b/11/changelog.yaml index 052ee028e4..b176bafc3f 100644 --- a/11/changelog.yaml +++ b/11/changelog.yaml @@ -15,3 +15,9 @@ releases: `Porting Guide `_' release_date: '2024-10-15' +remove_collection_changelog_entries: + ansible.posix: + 1.6.0: + changes: + removed_features: + - skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350). diff --git a/11/porting_guide_11.rst b/11/porting_guide_11.rst index edcfaef094..be5d7b20af 100644 --- a/11/porting_guide_11.rst +++ b/11/porting_guide_11.rst @@ -356,11 +356,6 @@ Ansible-core - play_context - remove deprecated PlayContext.verbosity property (https://github.com/ansible/ansible/issues/82945). - utils/listify - remove deprecated 'loader' argument from listify_lookup_plugin_terms API (https://github.com/ansible/ansible/issues/82949). -ansible.posix -~~~~~~~~~~~~~ - -- skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350). - community.grafana ~~~~~~~~~~~~~~~~~ diff --git a/9/changelog.yaml b/9/changelog.yaml index 111f3c3583..aea1e6f4f6 100644 --- a/9/changelog.yaml +++ b/9/changelog.yaml @@ -148,3 +148,9 @@ releases: `Porting Guide `_' release_date: '2024-10-08' +remove_collection_changelog_entries: + ansible.posix: + 1.6.0: + changes: + removed_features: + - skippy - Remove skippy pluglin as it is no longer supported(https://github.com/ansible-collections/ansible.posix/issues/350).