Skip to content

Releases: saltstack/pepper

Release 0.6.0

17 May 15:26
Compare
Choose a tag to compare

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

02 Mar 15:30
877ae68
Compare
Choose a tag to compare

Fix regression that was introduced in the last bugfix

Fix regression in 0.5.3

01 Mar 17:04
d01ea8a
Compare
Choose a tag to compare

0.5.3

23 Jan 21:58
de89d98
Compare
Choose a tag to compare
release 0.5.3

0.5.2

01 Dec 00:43
d23850c
Compare
Choose a tag to compare

Additions:

  • Add option to get json directly from a given file

0.5.1

11 Oct 21:45
0.5.1
Compare
Choose a tag to compare
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

29 Dec 22:09
0.5.0
Compare
Choose a tag to compare
* 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

13 Feb 08:22
0.4.1
Compare
Choose a tag to compare
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

06 Nov 21:38
0.4.0
Compare
Choose a tag to compare
* 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

12 Aug 01:04
0.3.7
Compare
Choose a tag to compare
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.