mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
Merge c488e4954c
into 84b5d38c51
This commit is contained in:
commit
071eb00c7b
3 changed files with 10 additions and 0 deletions
2
changelogs/fragments/10514-deprecate-bearychat.yml
Normal file
2
changelogs/fragments/10514-deprecate-bearychat.yml
Normal file
|
@ -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).
|
|
@ -116,6 +116,10 @@ plugin_routing:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 13.0.0
|
removal_version: 13.0.0
|
||||||
warning_text: Project Atomic was sunset by the end of 2019.
|
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:
|
catapult:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 13.0.0
|
removal_version: 13.0.0
|
||||||
|
|
|
@ -12,6 +12,10 @@ module: bearychat
|
||||||
short_description: Send BearyChat notifications
|
short_description: Send BearyChat notifications
|
||||||
description:
|
description:
|
||||||
- The M(community.general.bearychat) module sends notifications to U(https://bearychat.com) using the Incoming Robot integration.
|
- 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)"
|
author: "Jiangge Zhang (@tonyseek)"
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue