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

Add release note about hipchat removal #51996

Merged
merged 10 commits into from
Mar 16, 2019
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 @@ -117,7 +117,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.

23 changes: 23 additions & 0 deletions doc/topics/releases/neon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,12 @@ Module Deprecations
removed. Please use the :py:func:`test.random_hash <salt.modules.test.random_hash>`
function instead.

- 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
------------------

Expand All @@ -425,3 +431,20 @@ State Deprecations
- Support for the ``force`` kwarg has been removed from the
:py:func:`win_servermanager.installed <salt.states.win_servermanager.installed>`
function. Please use ``recurse`` instead.

- 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