You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additions:
* Add option to configure .peppercache file
* Adds ability to request a stream from the salt rest api
* Allow for passing runner args via the `arg` kwarg
* Add a wheel client api
* Fix version number after installed.
* Add support if salt-api is configured with a path prefix.
* Add range and compound targeting.
* Add kwarg support for runners.
Bugfix for previously default functionality that would execute a runner command
as a follow-up query on an execution. We can't rely on users having access to
execute runners so this has been gated behind the --fail-if-incomplete CLI
flag.