Releases: saltstack/kitchen-salt
Releases · saltstack/kitchen-salt
v0.7.1
What's Changed
- On windows, list of changed files is now passed on a file instead of the CLI by @s0undt3ch in #327
- Adding guidance on local HTML docs gen by @ScriptAutomate in #328
- Docs gen for kitchen-salt didn't belong in tutorial, but in README by @ScriptAutomate in #329
- Fix uploading the changed files file on windows by @s0undt3ch in #334
- Pin Thor to '~> 0.20.3' so that pipelines finish by @s0undt3ch in #335
- Shorter paths on windows by @s0undt3ch in #336
- fix: handle v3004+ which can be installed to any location on Windows by @dafyddj in #340
New Contributors
- @ScriptAutomate made their first contribution in #328
- @dafyddj made their first contribution in #340
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Release v0.2.0
Release 0.2.0 - change pillars-from-files to pillars_from_files, the old format will still be supported, but the new is preferred. - Add salt_version to salt_bootstrap_options if %s is specified - Add prepare_salt_environment to be run right before the salt-call command, but after everything has been synced. - Add salt_minion_config_dropin_files, for a list of dropin files. - Add salt_minion_extra_config for a dict of minion configs to be added to /tmp/kitchen/etc/salt/minion.d/99-minion.conf
Release v0.1.0
This is the first release that is able to run the salt test suite.
Some new options have been added to the provisioner options
There is also a runtests
verifier for running the saltstack test suite.
The changes will be better kept track of for the next release to provide a changelog list.
New release
Merge pull request #129 from gtmanfred/master bump version to 0.0.28
First official SaltStack Release
v0.0.25 bump version to 0.0.25
The is_file_root release
v0.0.18
- Added ability to filter paths from the set of files copied to the guest
See https://github.com/simonmcc/kitchen-salt/blob/master/provisioner_options.md#salt_copy_filter - Added is_file_root flag - treat this project as a complete file_root.
See https://github.com/simonmcc/kitchen-salt/blob/master/provisioner_options.md#is_file_root - Pillar data specified using the pillars-from-files option are no longer
passed through YAML.load/.to_yaml
This was causing subtle data transformations with unexpected results when
the reuslting yaml was consumed by salt - Added "Data failed to compile" and "No matching sls found for" to
strings we watch salt-call output for signs of failure