Add release notes for engine/beacon changes

This commit is contained in:
Erik Johnson 2018-07-12 12:29:49 -05:00
parent e8b476b702
commit 85eac61ccc
No known key found for this signature in database
GPG Key ID: 5E5583C437808F3F

View File

@ -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
============