v0.2.0
What's New
The packer_validate
hook will now:
- Run
packer init
before runningpacker validate
. - Switch to a directory before performing any commands, and the commands will be run against the current directory.
What's Changed
- Lineage pull request for: skeleton by @cisagovbot in #44
- Fix overly match-happy sed commands by @mcdonnnj in #45
- Add a new option to the
bump-version
script to list files it updates by @mcdonnnj in #46 - Adjust the functionality of the
packer_validate
hook by @mcdonnnj in #47
Full Changelog: v0.1.0...v0.2.0