Skip to content

Releases: saltstack/pepper

Release 0.6.0

Choose a tag to compare

@gtmanfred gtmanfred released this 17 May 15:26

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

Choose a tag to compare

@gtmanfred gtmanfred released this 02 Mar 15:30
877ae68

Fix regression that was introduced in the last bugfix

Fix regression in 0.5.3

Choose a tag to compare

@gtmanfred gtmanfred released this 01 Mar 17:04
d01ea8a

Fix issue #116

0.5.3

Choose a tag to compare

@gtmanfred gtmanfred released this 23 Jan 21:58
de89d98
release 0.5.3

0.5.2

Choose a tag to compare

@gtmanfred gtmanfred released this 01 Dec 00:43
d23850c

Additions:

  • Add option to get json directly from a given file

0.5.1

Choose a tag to compare

@whiteinge whiteinge released this 11 Oct 21:45
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

Choose a tag to compare

@whiteinge whiteinge released this 29 Dec 22:09
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

Choose a tag to compare

@whiteinge whiteinge released this 13 Feb 08:22
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

Choose a tag to compare

@whiteinge whiteinge released this 06 Nov 21:38
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

Choose a tag to compare

@whiteinge whiteinge released this 12 Aug 01:04
0.3.7
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.