- InSpec Updated to v1.2.0. See the InSpec CHANGELOG for details.
- New
mixlib-install
command allows you to quickly download Chef binaries. Runmixlib-install help
for command usage.
- Deprecation of Github V1 backed project initialization.
- Initialization of Github V2 backed projects (
delivery init --github
). Requires Chef Automate server version0.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 theAUTOMATE_PASSWORD
environment variable (AUTOMATE_PASSWORD=password delivery token
).