Skip to content

Commit

Permalink
Merge pull request #54983 from mchugh19/port-51949
Browse files Browse the repository at this point in the history
master-port 51949 and 51996
  • Loading branch information
dwoz authored Nov 14, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents b9a52de + 5337072 commit d44951c
Showing 15 changed files with 32 additions and 1,525 deletions.
1 change: 0 additions & 1 deletion doc/ref/engines/all/index.rst
Original file line number Diff line number Diff line change
@@ -11,7 +11,6 @@ engine modules
:template: autosummary.rst.tmpl

docker_events
hipchat
http_logstash
ircbot
junos_syslog
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
@@ -171,7 +171,6 @@ execution modules
hashutil
heat
hg
hipchat
hosts
http
ifttt
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
@@ -19,7 +19,6 @@ returner modules
elasticsearch_return
etcd_return
highstate_return
hipchat_return
influxdb_return
kafka_return
librato_return
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
@@ -115,7 +115,6 @@ state modules
group
heat
hg
hipchat
host
http
icinga2
6 changes: 0 additions & 6 deletions doc/ref/states/all/salt.states.hipchat.rst

This file was deleted.

33 changes: 32 additions & 1 deletion doc/topics/releases/neon.rst
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
Salt Release Notes - Codename Neon
==================================


Slot Syntax Updates
===================

@@ -30,3 +29,35 @@ The slot syntax has been updated to support parsing dictionary responses and to
Started: 09:59:58.623575
Duration: 1.229 ms
Changes:
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
Oops, something went wrong.

0 comments on commit d44951c

Please sign in to comment.