Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jan 21:09
· 194 commits to main since this release

Note

In this release the the logic for the wrapper script has been changed so that it sets the metadata status to "error",
when the startup_script_file exits with a non-zero exit code. Since this is treated as an error the builder will fail the build like any other failed provisioner run. Previously when using the wrapped startup script if the executing script failed due to some runtime error the metadata would ignore the non-zero exit code and still mark the status as done. Resulting in a build even though the start script may have failed.

What's Changed

Breaking Changes 🛠

  • [HPR-864] Error on wrapped startup script errors by @nywilken in #135

Exciting New Features 🎉

  • Support for enabling nested virtualization on intermediate instance by @atpons in #123

Doc improvements 📚

  • We should suggest users to use above v1.0.0 by @officer in #130

Other Changes

New Contributors

  • @hashicorp-copywrite made their first contribution in #124
  • @officer made their first contribution in #130
  • @whiteley made their first contribution in #122
  • @atpons made their first contribution in #123

Full Changelog: v1.0.16...v1.1.0