mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
[PR #8922/d356e255 backport][stable-9] Deprecate hipchat module (#8924)
Deprecate hipchat module (#8922)
Deprecate hipchat module.
(cherry picked from commit d356e255e0
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
f3aca8a575
commit
f0724c0975
3 changed files with 10 additions and 0 deletions
2
changelogs/fragments/deprecate-hipchat.yml
Normal file
2
changelogs/fragments/deprecate-hipchat.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
deprecated_features:
|
||||||
|
- "hipchat - the hipchat service has been discontinued and the self-hosted variant has been End of Life since 2020. The module is therefore deprecated and will be removed from community.general 11.0.0 if nobody provides compelling reasons to still keep it (https://github.com/ansible-collections/community.general/pull/8919)."
|
|
@ -75,6 +75,10 @@ plugin_routing:
|
||||||
deprecation:
|
deprecation:
|
||||||
removal_version: 10.0.0
|
removal_version: 10.0.0
|
||||||
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
|
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
|
||||||
|
hipchat:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 11.0.0
|
||||||
|
warning_text: The hipchat service has been discontinued and the self-hosted variant has been End of Life since 2020.
|
||||||
rax_cbs_attachments:
|
rax_cbs_attachments:
|
||||||
tombstone:
|
tombstone:
|
||||||
removal_version: 9.0.0
|
removal_version: 9.0.0
|
||||||
|
|
|
@ -17,6 +17,10 @@ description:
|
||||||
- Send a message to a Hipchat room, with options to control the formatting.
|
- Send a message to a Hipchat room, with options to control the formatting.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.general.attributes
|
- community.general.attributes
|
||||||
|
deprecated:
|
||||||
|
removed_in: 11.0.0
|
||||||
|
why: The hipchat service has been discontinued and the self-hosted variant has been End of Life since 2020.
|
||||||
|
alternative: There is none.
|
||||||
attributes:
|
attributes:
|
||||||
check_mode:
|
check_mode:
|
||||||
support: full
|
support: full
|
||||||
|
|
Loading…
Add table
Reference in a new issue