v1.10.0
·
53 commits
to main
since this release
Important
Due to limitations, "Static" signing of initial steps by the provider cannot contain environment variable interpolations as the Buildkite backend attempts to perform these interpolations, and in so doing, changes the content of the steps, causing any signature verifications to fail.
Ensure removal of environment variable interpolations (e.g., $$MY_VAR
) from signed_pipelines_steps
data sources before upgrading.
Terraform interpolations (e.g., ${var.some_variable}
) are fully supported.
Fixed in v1.10.1
What's Changed
- Improve handling of steps and changing outside TF by @jradtilbrook and @drcapulet in #539
- Release 1.10.0 - Improve handling of steps and changing outside TF by @tomowatt in #543
New Contributors
- @drcapulet made their first contribution in #539
Full Changelog: v1.9.0...v1.10.0