Skip to content

Commit

Permalink
Better clarity around removed modules and options
Browse files Browse the repository at this point in the history
Deprecated != removed
  • Loading branch information
ari authored Jan 23, 2019
1 parent b6f4625 commit feb0718
Showing 1 changed file with 17 additions and 16 deletions.
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

0 comments on commit feb0718

Please sign in to comment.