Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@mlafeldt mlafeldt released this 12 Sep 06:17
· 171 commits to master since this release

FEATURES:

  • Add ability to provision Test Kitchen instances that are reachable over SSH.
    For this, specify the name of a running instance using -K (or --kitchen).

IMPROVEMENTS:

  • Use run list from JSON file if it contains the run_list attribute. Recipes
    passed on the command line will still override this list, and
    recipes/default.rb is still the default. (Thanks to @arosenhagen who
    requested this feature.)
  • Strip all non-cookbook files after resolving dependencies. This ensures that
    only essential cookbook files are copied to target machines, further saving
    time.
  • Report overall duration when chef-runner is done.
  • Extend script/build to auto-generate chef-runner's Homebrew formula when
    building a new release with --release.
  • Extend script/coverage to push test coverage statistics from Travis CI to
    Coveralls.