From 644ffd2fb3a519122b57b345b325889388712584 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 15 Apr 2026 21:36:38 +0200 Subject: [PATCH] Remove changelog fragments of deprecations that are already removed in 13.0.0 (#11653) Remove changelog fragments of deprecations that are already removed in 13.0.0. These changelog fragments would otherwise show up in the 13.0.0 changelog together with fragments that announce the actual removal. --- changelogs/fragments/11069-deprecate-spotinst.yml | 2 -- changelogs/fragments/11205-module_utils.yml | 9 --------- changelogs/fragments/11224-deprecate-pushbullet.yml | 2 -- changelogs/fragments/private.yml | 8 -------- 4 files changed, 21 deletions(-) delete mode 100644 changelogs/fragments/11069-deprecate-spotinst.yml delete mode 100644 changelogs/fragments/11205-module_utils.yml delete mode 100644 changelogs/fragments/11224-deprecate-pushbullet.yml delete mode 100644 changelogs/fragments/private.yml diff --git a/changelogs/fragments/11069-deprecate-spotinst.yml b/changelogs/fragments/11069-deprecate-spotinst.yml deleted file mode 100644 index b4e1a30646..0000000000 --- a/changelogs/fragments/11069-deprecate-spotinst.yml +++ /dev/null @@ -1,2 +0,0 @@ -deprecated_features: - - spotinst_aws_elastigroup - module relies on Python package supporting Python 2.7 only; the module will be removed from community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/11069). diff --git a/changelogs/fragments/11205-module_utils.yml b/changelogs/fragments/11205-module_utils.yml deleted file mode 100644 index 61fc0d2345..0000000000 --- a/changelogs/fragments/11205-module_utils.yml +++ /dev/null @@ -1,9 +0,0 @@ -deprecated_features: - - "cloud module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0. - If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205)." - - "database module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0. - If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205)." - - "known_hosts module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0. - If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205)." - - "saslprep module utils - this module utils is not used by community.general and will thus be removed from community.general 13.0.0. - If you are using it from another collection, please copy it over (https://github.com/ansible-collections/community.general/pull/11205)." diff --git a/changelogs/fragments/11224-deprecate-pushbullet.yml b/changelogs/fragments/11224-deprecate-pushbullet.yml deleted file mode 100644 index b3962ce63e..0000000000 --- a/changelogs/fragments/11224-deprecate-pushbullet.yml +++ /dev/null @@ -1,2 +0,0 @@ -deprecated_features: - - pushbullet - module relies on Python package supporting Python 3.2 only; the module will be removed from community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/11224). diff --git a/changelogs/fragments/private.yml b/changelogs/fragments/private.yml deleted file mode 100644 index 01cb29f8fe..0000000000 --- a/changelogs/fragments/private.yml +++ /dev/null @@ -1,8 +0,0 @@ -deprecated_features: - - "All module utils, plugin utils, and doc fragments will be made **private** in community.general 13.0.0. - This means that they will no longer be part of the public API of the collection, and can have breaking - changes even in bugfix releases. If you depend on importing code from the module or plugin utils, - or use one of the doc fragments, please - `comment in the issue to discuss this `__. - Note that this does not affect any use of community.general in task files, roles, or playbooks - (https://github.com/ansible-collections/community.general/issues/11312, https://github.com/ansible-collections/community.general/pull/11320)."