Releases: chainguard-dev/terraform-provider-apko
Releases · chainguard-dev/terraform-provider-apko
v0.10.7
What's Changed
- parse YAML strictly, failing on unknown fields by @imjasonh in #174
- Bump go-apk by @jonjohnsonjr in #178
Full Changelog: v0.10.6...v0.10.7
v0.10.6
fix: build single-arch images compatibly with apko CLI (#173) When asked to build a single-arch image, apko CLI builds an index containing one manifest. By contrast, before this PR, tf-apko would build a single-arch _image_ in this case. This meant that the check-compatibility test (which tries to use the apko CLI to rebuild an image from the attested locked apko config, and get the same digest) would not get the same digest when building single-arch images. Signed-off-by: Jason Hall <[email protected]>
v0.10.5
Add missing err check (#166) Signed-off-by: Jon Johnson <[email protected]>
v0.10.4
v0.10.3
v0.10.2
v0.10.1
What's Changed
- Bump go-containerregistry by @jonjohnsonjr in #155
- Try using k3d for tf-apko presubmit by @mattmoor in #156
- Bump apko to fix issue with package replacement by @jonjohnsonjr in #157
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Fix transitive dependency test by @jonjohnsonjr in #149
- Bump apko, fix stuff, use tarfs by @jonjohnsonjr in #151
Full Changelog: v0.9.2...v0.10.0
v0.9.2
What's Changed
- Pull in the latest speed improvements by @mattmoor in #132
- Bump go-apk to pick up retrying range reader by @jonjohnsonjr in #135
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- Make failure to unify a specified package an error. by @mattmoor in #119
- Limit the mega module to a few of our bigger targets for now by @mattmoor in #120
- Add the APKO_IMAGE to the mega module workflow by @mattmoor in #122
- Bump github.com/hashicorp/terraform-plugin-go from 0.16.0 to 0.18.0 by @dependabot in #117
- Add collect diagnostics on failure by @mattmoor in #124
- Fix indentation on collect diags by @mattmoor in #125
- Bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 by @dependabot in #121
- apko_tags: support disabling version tags with env var by @imjasonh in #126
- Verify reproducibility under some circumstances by @mattmoor in #127
- Bump go-apk and apko dependencies by @mattmoor in #129
Full Changelog: v0.9.0...v0.9.1