do not deprecate rand-str

This commit is contained in:
ch3ll 2019-12-20 14:33:34 -05:00
parent f20889af34
commit d824f09e80
No known key found for this signature in database
GPG key ID: 1124C6796EBDBD8D
2 changed files with 0 additions and 7 deletions

View file

@ -20,7 +20,6 @@ Versions are `MAJOR.PATCH`.
- [#55573](https://github.com/saltstack/salt/pull/55573) - Deprecate `quiet` kwarg in cmd.run state module. Please set `output_loglevel` to `quiet` instead.
- [#55641](https://github.com/saltstack/salt/pull/55641) - Deprecate `enviroment` kwarg from heat state and execution module. Please use correct spelling `environment`.
- [#55682](https://github.com/saltstack/salt/pull/55682) - Deprecate `get_known_host` and `recv_known_host` functions from ssh module.
- [#55684](https://github.com/saltstack/salt/pull/55684) - Deprecate `rand_str` function from test module. Please use `rand_hash` instead.
### Changed

View file

@ -191,12 +191,6 @@ Module Deprecations
:py:func:`ssh.recv_known_host_entries <salt.modules.ssh.recv_known_host_entries>`
function instead.
- The :py:mod:`test <salt.modules.test>` execution module has been changed as follows:
- Support for the :py:func:`test.rand_str <salt.modules.test.rand_str>` has been
removed. Please use the :py:func:`test.random_hash <salt.modules.test.random_hash>`
function instead.
State Deprecations
------------------