From 7faf59cf2e7823f5b21215c1106ca3292c704f5f Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Tue, 17 Jun 2025 06:06:03 +1200 Subject: [PATCH] typetalk: deprecation (#9499) * typetalk: deprecation * add changelog frag --- changelogs/fragments/9499-typetalk-deprecation.yml | 2 ++ meta/runtime.yml | 4 ++++ plugins/modules/typetalk.py | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 changelogs/fragments/9499-typetalk-deprecation.yml diff --git a/changelogs/fragments/9499-typetalk-deprecation.yml b/changelogs/fragments/9499-typetalk-deprecation.yml new file mode 100644 index 0000000000..8323bbe959 --- /dev/null +++ b/changelogs/fragments/9499-typetalk-deprecation.yml @@ -0,0 +1,2 @@ +deprecated_features: + - typetalk - module is deprecated and will be removed in community.general 13.0.0 (https://github.com/ansible-collections/community.general/pull/9499). diff --git a/meta/runtime.yml b/meta/runtime.yml index 174493bc72..f75158e683 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -954,6 +954,10 @@ plugin_routing: warning_text: This module relied on HTTPS APIs that do not exist anymore, and any new development in the direction of providing an alternative should happen in the context of the google.cloud collection. + typetalk: + deprecation: + removal_version: 13.0.0 + warning_text: The typetalk service will be discontinued on Dec 2025. vertica_facts: tombstone: removal_version: 3.0.0 diff --git a/plugins/modules/typetalk.py b/plugins/modules/typetalk.py index 505c1a4abd..8728bfb21a 100644 --- a/plugins/modules/typetalk.py +++ b/plugins/modules/typetalk.py @@ -14,6 +14,10 @@ module: typetalk short_description: Send a message to typetalk description: - Send a message to typetalk using typetalk API. +deprecated: + removed_in: 13.0.0 + why: The typetalk service will be discontinued on Dec 2025. See U(https://nulab.com/blog/company-news/typetalk-sunsetting/). + alternative: There is none. extends_documentation_fragment: - community.general.attributes attributes: