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

Better clarity around removed modules and options #51287

Merged
merged 1 commit into from
Feb 13, 2019
Merged
Changes from all 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
33 changes: 17 additions & 16 deletions doc/topics/releases/2019.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -891,11 +891,12 @@ you can now configure which type numbers indicate a login and logout.
See the :py:mod:`wtmp beacon documentation <salt.beacons.wtmp>` for more
information.

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

API Deprecations
----------------
Deprecated and removed options
==============================

API removed arguments
---------------------

Support for :ref:`LocalClient <local-client>`'s ``expr_form`` argument has
been removed. Please use ``tgt_type`` instead. This change was made due to
Expand All @@ -914,14 +915,14 @@ their code to use ``tgt_type``.
>>> local.cmd('*', 'cmd.run', ['whoami'], tgt_type='glob')
{'jerry': 'root'}

Minion Configuration Deprecations
---------------------------------
Minion Configuration deprecated option
--------------------------------------

The :conf_minion:`master_shuffle` configuration option is deprecated as of the
``2019.2.0`` release. Please use the :conf_minion:`random_master` option instead.

Module Deprecations
-------------------
Module removed options
----------------------

- The :py:mod:`napalm_network <salt.modules.napalm_network>` module has been
changed as follows:
Expand Down Expand Up @@ -973,17 +974,17 @@ Module Deprecations
functions have been removed. Please use :py:func:`win_wua.list
<salt.modules.win_wua.list_>` instead.

Pillar Deprecations
-------------------
Pillar removed option
---------------------

- The :py:mod:`vault <salt.pillar.vault>` external pillar has been changed as
follows:

- Support for the ``profile`` argument was removed. Any options passed up
until and following the first ``path=`` are discarded.

Roster Deprecations
-------------------
Roster removed option
---------------------

- The :py:mod:`cache <salt.roster.cache>` roster has been changed as follows:

Expand All @@ -994,8 +995,8 @@ Roster Deprecations
``private``, ``public``, ``global`` or ``local`` settings. The syntax for
these settings has changed to ``ipv4-*`` or ``ipv6-*``, respectively.

State Deprecations
------------------
State removed modules and options
---------------------------------

- The ``docker`` state module has been removed

Expand Down Expand Up @@ -1088,8 +1089,8 @@ State Deprecations
- Support for virtual packages has been removed from the
py:mod:`pkg state <salt.states.pkg>`.

Utils Deprecations
------------------
Utils removed options
---------------------

The ``cloud`` utils module had the following changes:

Expand Down