From feb07185ed1dc5f13c7b5ebc40913622009400eb Mon Sep 17 00:00:00 2001 From: Ari Maniatis Date: Wed, 23 Jan 2019 12:43:29 +1100 Subject: [PATCH] Better clarity around removed modules and options Deprecated != removed --- doc/topics/releases/2019.2.0.rst | 33 ++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/doc/topics/releases/2019.2.0.rst b/doc/topics/releases/2019.2.0.rst index fcbcfdbee0eb..59733beeb792 100644 --- a/doc/topics/releases/2019.2.0.rst +++ b/doc/topics/releases/2019.2.0.rst @@ -891,11 +891,12 @@ you can now configure which type numbers indicate a login and logout. See the :py:mod:`wtmp beacon documentation ` for more information. -Deprecations -============ -API Deprecations ----------------- +Deprecated and removed options +============================== + +API removed arguments +--------------------- Support for :ref:`LocalClient `'s ``expr_form`` argument has been removed. Please use ``tgt_type`` instead. This change was made due to @@ -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 ` module has been changed as follows: @@ -973,8 +974,8 @@ Module Deprecations functions have been removed. Please use :py:func:`win_wua.list ` instead. -Pillar Deprecations -------------------- +Pillar removed option +--------------------- - The :py:mod:`vault ` external pillar has been changed as follows: @@ -982,8 +983,8 @@ Pillar Deprecations - 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 ` roster has been changed as follows: @@ -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 @@ -1088,8 +1089,8 @@ State Deprecations - Support for virtual packages has been removed from the py:mod:`pkg state `. -Utils Deprecations ------------------- +Utils removed options +--------------------- The ``cloud`` utils module had the following changes: