mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Add release notes for engine/beacon changes
This commit is contained in:
parent
e8b476b702
commit
85eac61ccc
@ -453,6 +453,26 @@ proxy.
|
||||
|
||||
no_proxy: [ '127.0.0.1', 'foo.tld' ]
|
||||
|
||||
Changes to :py:mod:`slack <salt.engines.slack>` Engine
|
||||
======================================================
|
||||
|
||||
The output returned to Slack from functions run using this engine is now
|
||||
formatted using that function's proper outputter. Earlier releases would format
|
||||
the output in YAML for all functions except for when states were run.
|
||||
|
||||
Enhancements to :py:mod:`wtmp <salt.beacons.wtmp>` Beacon
|
||||
=========================================================
|
||||
|
||||
A new key, `action`, has been added to the events fired by this beacon, which
|
||||
will contain either the string `login` or `logout`. This will simplify reactors
|
||||
which use this beacon's data, as it will no longer be necessary to check the
|
||||
integer value of the `type` key to know whether the event is a login or logout.
|
||||
|
||||
Additionally, in the event that your platform has a non-standard `utmp.h`, 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
|
||||
============
|
||||
|
Loading…
Reference in New Issue
Block a user