Skip to content

Releases: chainguard-dev/terraform-provider-apko

v0.10.7

11 Oct 21:57
54e6222
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.6...v0.10.7

v0.10.6

27 Sep 16:01
96cd9f5
Compare
Choose a tag to compare
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

13 Sep 19:09
55ea67c
Compare
Choose a tag to compare
Add missing err check (#166)

Signed-off-by: Jon Johnson <[email protected]>

v0.10.4

06 Sep 18:54
eebeaae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

v0.10.3

06 Sep 16:35
5ab2ce5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

06 Sep 04:48
e44775c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.1...v0.10.2

v0.10.1

05 Sep 21:40
f819ef7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

05 Sep 17:35
c48eb2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.10.0

v0.9.2

17 Jul 16:44
9443d09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

11 Jul 18:55
e6dead9
Compare
Choose a tag to compare

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