mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
990bde4c07
Update release information for 2016.11.4 for additional AIX support
28 lines
946 B
ReStructuredText
28 lines
946 B
ReStructuredText
============================
|
|
Salt 2016.11.4 Release Notes
|
|
============================
|
|
|
|
Version 2016.11.4 is a bugfix release for :ref:`2016.11.0 <release-2016-11-0>`.
|
|
|
|
|
|
AIX Fixes
|
|
=========
|
|
|
|
Added module execution support for user and group
|
|
Added module execution support for timezone
|
|
Added module execution support for network and status
|
|
Added module execution support for beacon.status
|
|
Added module execution support for disk.iostat
|
|
|
|
|
|
Minion Data Cache Fixes
|
|
=======================
|
|
|
|
Added Memcache booster for the minion data cache.
|
|
Memcache is an additional cache layer that keeps a limited amount of data
|
|
fetched from the minion data cache for a limited period of time in memory that
|
|
makes cache operations faster. It doesn't make much sence for the ``localfs``
|
|
cache driver but helps for more complex drivers like ``consul``.
|
|
For more details see ``memcache_expire_seconds`` and other ``memcache_*``
|
|
options in the master config reverence.
|