Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

master-port 51949 and 51996 #54983

Merged
merged 4 commits into from
Nov 14, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion doc/ref/engines/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ engine modules
:template: autosummary.rst.tmpl

docker_events
hipchat
http_logstash
ircbot
junos_syslog
Expand Down
6 changes: 0 additions & 6 deletions doc/ref/engines/all/salt.engines.hipchat.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/ref/modules/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ execution modules
hashutil
heat
hg
hipchat
hosts
http
ifttt
Expand Down
6 changes: 0 additions & 6 deletions doc/ref/modules/all/salt.modules.hipchat.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/ref/returners/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ returner modules
elasticsearch_return
etcd_return
highstate_return
hipchat_return
influxdb_return
kafka_return
librato_return
Expand Down
6 changes: 0 additions & 6 deletions doc/ref/returners/all/salt.returners.hipchat_return.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc/ref/states/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ state modules
group
heat
hg
hipchat
host
http
icinga2
Expand Down
6 changes: 0 additions & 6 deletions doc/ref/states/all/salt.states.hipchat.rst

This file was deleted.

32 changes: 32 additions & 0 deletions doc/topics/releases/neon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,35 @@
==================================
Salt Release Notes - Codename Neon
==================================

Deprecations
============

Module Deprecations
-------------------

- The hipchat module has been removed due to the service being retired.
:py:func:`Google Chat <salt.modules.google_chat>`,
:py:func:`MS Teams <salt.modules.msteams>`, or
:py:func:`Slack <salt.modules.slack_notify>` may be suitable replacements.


State Deprecations
------------------

- The hipchat state has been removed due to the service being retired.
:py:func:`MS Teams <salt.states.msteams>` or
:py:func:`Slack <salt.states.slack>` may be suitable replacements.

Engine Removal
--------------

- The hipchat engine has been removed due to the service being retired. For users migrating
to Slack, the :py:func:`slack <salt.engines.slack>` engine may be a suitable replacement.

Returner Removal
----------------

- The hipchat returner has been removed due to the service being retired. For users migrating
to Slack, the :py:func:`slack <salt.returners.slack_returner>` returner may be a suitable
replacement.
Loading