v1.1.0
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 🛠
Exciting New Features 🎉
Doc improvements 📚
Other Changes
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #124
- Update docs links by @sylviamoss in #128
- Update step_wait_startup_script.go by @whiteley in #122
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.3.2 by @dependabot in #115
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #136
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