From 158f64ca77ceb73197dd79cd6fd21a3e0c8771ab Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Tue, 5 Aug 2025 05:59:37 +1200 Subject: [PATCH] bearychat: deprecation (#10514) * deprecation: bearychat * add changelog frag * fix chglog file placement --- changelogs/fragments/10514-deprecate-bearychat.yml | 2 ++ meta/runtime.yml | 4 ++++ plugins/modules/bearychat.py | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 changelogs/fragments/10514-deprecate-bearychat.yml diff --git a/changelogs/fragments/10514-deprecate-bearychat.yml b/changelogs/fragments/10514-deprecate-bearychat.yml new file mode 100644 index 0000000000..202210ac8c --- /dev/null +++ b/changelogs/fragments/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). 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