From 8051657a991290c2582c85ed4eb4efc808aae147 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky Date: Tue, 29 Jul 2025 21:45:05 +1200 Subject: [PATCH 1/3] deprecation: bearychat --- meta/runtime.yml | 4 ++++ plugins/modules/bearychat.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/meta/runtime.yml b/meta/runtime.yml index 4efdc68688..eac1072b5c 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -116,6 +116,10 @@ plugin_routing: deprecation: removal_version: 13.0.0 warning_text: Project Atomic was sunset by the end of 2019. + bearychat: + deprecation: + removal_version: 12.0.0 + warning_text: Chat service is no longer available. catapult: deprecation: removal_version: 13.0.0 diff --git a/plugins/modules/bearychat.py b/plugins/modules/bearychat.py index e738d83d36..74f764cc09 100644 --- a/plugins/modules/bearychat.py +++ b/plugins/modules/bearychat.py @@ -12,6 +12,10 @@ module: bearychat short_description: Send BearyChat notifications description: - The M(community.general.bearychat) module sends notifications to U(https://bearychat.com) using the Incoming Robot integration. +deprecated: + removed_in: 12.0.0 + why: Chat service is no longer available. + alternative: There is none. author: "Jiangge Zhang (@tonyseek)" extends_documentation_fragment: - community.general.attributes From 6ece5099d0bdfc26b14f37c20af6ee408f7af0ec Mon Sep 17 00:00:00 2001 From: Alexei Znamensky Date: Tue, 29 Jul 2025 21:48:43 +1200 Subject: [PATCH 2/3] add changelog frag --- changelogs/10514-deprecate-bearychat.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/10514-deprecate-bearychat.yml diff --git a/changelogs/10514-deprecate-bearychat.yml b/changelogs/10514-deprecate-bearychat.yml new file mode 100644 index 0000000000..202210ac8c --- /dev/null +++ b/changelogs/10514-deprecate-bearychat.yml @@ -0,0 +1,2 @@ +deprecated_features: + - bearychat - module is deprecated and will be removed in community.general 12.0.0 (https://github.com/ansible-collections/community.general/issues/10514). From c488e4954c64245ec752550f072aefb7b60e14ba Mon Sep 17 00:00:00 2001 From: Alexei Znamensky Date: Tue, 29 Jul 2025 21:53:06 +1200 Subject: [PATCH 3/3] fix chglog file placement --- changelogs/{ => fragments}/10514-deprecate-bearychat.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changelogs/{ => fragments}/10514-deprecate-bearychat.yml (100%) diff --git a/changelogs/10514-deprecate-bearychat.yml b/changelogs/fragments/10514-deprecate-bearychat.yml similarity index 100% rename from changelogs/10514-deprecate-bearychat.yml rename to changelogs/fragments/10514-deprecate-bearychat.yml