Releases: saltstack/pepper
Releases · saltstack/pepper
Release 0.6.0
The only big change in this release is if salt is installed, the cli for pepper will print output using the outputters from salt.
Bug fix
Fix regression that was introduced in the last bugfix
0.5.2
Additions:
- Add option to get json directly from a given file
0.5.1
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
0.5.0
* Misc bug fixes
* Misc Python 3 fixes
* Allow JSON input as the request body
* pass wheel parameters
* Add token support
* Add pillar targeting options
* client=ssh added
* Add Nodegroup support
* Add batch mode support
0.4.1
Fixes:
* Python 2.7 raw_input compat.
* Prompt for user/pass if missing from .pepperrc.
* Allow `=` in arguments to runner functions.
* Python 3 compat additions.
0.4.0
* 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.
0.3.7 Bugfix release
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.