Skip to content

v1.0.8

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 21:51
· 129 commits to main since this release

What's Changed

Bug fixes🧑‍🔧 🐞

  • builder: fix interpolation for build_steps by @lbajolet-hashicorp in #112: When introducing build_steps we did not add an exception for interpolating its contents prior to the type_boot_command step. This caused all its contents to be interpolated beforehand, but since it relies on data that was not populated at interpolation-time, we ended-up with the templated content replaced by <no value>.

Full Changelog: v1.0.7...v1.0.8