mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
52 lines
1.8 KiB
ReStructuredText
52 lines
1.8 KiB
ReStructuredText
===============================================
|
|
Salt 2014.12.0 Release Notes - Codename Lithium
|
|
===============================================
|
|
|
|
Beacons
|
|
=======
|
|
|
|
The beacon system allows the minion to hook into system processes and
|
|
continually translate external events into the salt event bus. The
|
|
primary example of this is the :py:mod:`~salt.beacons.inotify` beacon. This
|
|
beacon uses inotify to watch configured files or directories on the minion for
|
|
changes, creation, deletion etc.
|
|
|
|
This allows for the changes to be sent up to the master where the
|
|
reactor can respond to changes.
|
|
|
|
Salt SSH
|
|
========
|
|
|
|
- Additional configuration options and command line flags have been added to
|
|
configure the scan roster on the fly
|
|
- Added support for ``state.single`` in ``salt-ssh``
|
|
- Added support for ``publish.publish``, ``publish.full_data``, and
|
|
``publish.runner`` in ``salt-ssh``
|
|
- Added support for ``mine.get`` in ``salt-ssh``
|
|
|
|
Misc Fixes/Additions
|
|
====================
|
|
|
|
- Add ``only_upgrade`` argument to apt-based ``pkg.install`` to only install a
|
|
package version if the package is already installed. (Great for security
|
|
updates!)
|
|
|
|
Deprecations
|
|
============
|
|
- Removed ``parameter`` keyword argument from ``eselect.exec_action`` execution
|
|
module.
|
|
|
|
- Removed ``runas`` parameter from the following ``pip``` execution module
|
|
functions: ``install``, ``uninstall``, ``freeze``, ``list_``, ``list_upgrades``,
|
|
``upgrade_available``, ``upgrade``. Please migrate to ``user``.
|
|
|
|
- Removed ``runas`` parameter from the following ``pip`` state module
|
|
functions: ``installed``, ``removed``, ``uptodate`` . Please migrate to ``user``.
|
|
|
|
- Removed ``quiet`` option from all functions in ``cmdmod`` execution module.
|
|
Please use ``output_loglevel=quiet`` instead.
|
|
|
|
- Removed ``parameter`` argument from ``eselect.set_`` state. Please migrate to
|
|
``module_parameter`` or ``action_parameter``.
|
|
|