Skip to content

Commit

Permalink
remove dep notices in favor of saltstack#55715
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch3LL committed Dec 20, 2019
1 parent 58856f6 commit 0bb3a7b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions doc/topics/releases/neon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,6 @@ Module Deprecations
- :py:func:`dockermod.load <salt.modules.dockermod.load>`
- :py:func:`dockermod.tag <salt.modules.dockermod.tag_>`

- The :py:mod:`ssh <salt.modules.ssh>` execution module has been
changed as follows:

- Support for the ``ssh.get_known_host`` function has been removed. Please use the
:py:func:`ssh.get_known_host_entries <salt.modules.ssh.get_known_host_entries>`
function instead.
- Support for the ``ssh.recv_known_host`` function has been removed. Please use the
:py:func:`ssh.recv_known_host_entries <salt.modules.ssh.recv_known_host_entries>`
function instead.

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

Expand Down Expand Up @@ -203,3 +193,4 @@ salt.auth.Authorize Class Removal
- The salt.auth.Authorize Class inside of the `salt/auth/__init__.py` file has been removed and
the `any_auth` method inside of the file `salt/utils/minions.py`. These method and classes were
not being used inside of the salt code base.

0 comments on commit 0bb3a7b

Please sign in to comment.