From ef24ddfd6b2996dc1359ea671190557d4fe8b834 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky Date: Tue, 31 Dec 2024 14:39:39 +1300 Subject: [PATCH] add changelog frag --- changelogs/fragments/9499-typetalk-deprecation.yml | 2 ++ plugins/modules/typetalk.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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/plugins/modules/typetalk.py b/plugins/modules/typetalk.py index 48c12e6fc5..0cc472762d 100644 --- a/plugins/modules/typetalk.py +++ b/plugins/modules/typetalk.py @@ -16,7 +16,7 @@ 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. + 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