Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.04 KB

RELEASE_NOTES.md

File metadata and controls

16 lines (13 loc) · 1.04 KB

ChefDK 0.19 Release notes

InSpec

Mixlib::Install

  • New mixlib-install command allows you to quickly download Chef binaries. Run mixlib-install help for command usage.

Delivery CLI

  • Deprecation of Github V1 backed project initialization.
  • Initialization of Github V2 backed projects (delivery init --github). Requires Chef Automate server version 0.5.432 or above.
  • Project name verification with repository name for projects with SCM Integration.
  • Increased clarity of the command structure by introducing the --pipeline alias for the --for option.
  • Honor custom config on project initialization (delivery init -c /my/config.json).
  • Build cookbook is now generated using the more appropriate chef generate build-cookbook on project initialization.
  • Support providing your password non-interactively to delivery token via the AUTOMATE_PASSWORD environment variable (AUTOMATE_PASSWORD=password delivery token).