mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #6930/680f3f89 backport][stable-7] flowdock module: deprecation (#6934)
flowdock module: deprecation (#6930)
* flowdock module: deprecation
* add changelog frag
(cherry picked from commit 680f3f8970
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
57d1e74f3d
commit
37ba1d0e5e
3 changed files with 12 additions and 0 deletions
2
changelogs/fragments/6930-deprecate-flowdock.yml
Normal file
2
changelogs/fragments/6930-deprecate-flowdock.yml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
deprecated_features:
|
||||||
|
- flowdock - module relies entirely on no longer responsive API endpoints, and it will be removed in community.general 9.0.0 (https://github.com/ansible-collections/community.general/pull/6930).
|
|
@ -804,6 +804,10 @@ plugin_routing:
|
||||||
warning_text: You are using an internal name to access the community.general.flatpak_remote
|
warning_text: You are using an internal name to access the community.general.flatpak_remote
|
||||||
modules. This has never been supported or documented, and will stop working
|
modules. This has never been supported or documented, and will stop working
|
||||||
in community.general 9.0.0.
|
in community.general 9.0.0.
|
||||||
|
flowdock:
|
||||||
|
deprecation:
|
||||||
|
removal_version: 9.0.0
|
||||||
|
warning_text: This module relies on HTTPS APIs that do not exist anymore and there is no clear path to update.
|
||||||
notification.flowdock:
|
notification.flowdock:
|
||||||
redirect: community.general.flowdock
|
redirect: community.general.flowdock
|
||||||
deprecation:
|
deprecation:
|
||||||
|
|
|
@ -11,6 +11,12 @@ __metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
deprecated:
|
||||||
|
removed_in: 9.0.0
|
||||||
|
why: the endpoints this module relies on do not exist any more and do not resolve to IPs in DNS.
|
||||||
|
alternative: no known alternative at this point
|
||||||
|
|
||||||
module: flowdock
|
module: flowdock
|
||||||
author: "Matt Coddington (@mcodd)"
|
author: "Matt Coddington (@mcodd)"
|
||||||
short_description: Send a message to a flowdock
|
short_description: Send a message to a flowdock
|
||||||
|
|
Loading…
Reference in a new issue