Skip to content

Releases: chainguard-dev/terraform-provider-oci

v0.0.13

07 May 00:10
586c32d
Compare
Choose a tag to compare

What's Changed

Dependencies

  • Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #124
  • Bump golang.org/x/net from 0.21.0 to 0.23.0 in the go_modules group by @dependabot in #123
  • Bump google-github-actions/get-secretmanager-secrets from 2.1.0 to 2.1.1 by @dependabot in #121
  • Bump github.com/docker/docker from 24.0.9+incompatible to 26.0.2+incompatible in the go_modules group by @dependabot in #125
  • Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 by @dependabot in #127
  • Bump the terraform group across 1 directory with 3 updates by @dependabot in #126
  • Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #128
  • Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 in the terraform group by @dependabot in #129
  • Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #130
  • Bump github.com/hashicorp/terraform-plugin-go from 0.22.2 to 0.23.0 in the terraform group by @dependabot in #132
  • Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #133

Full Changelog: v0.0.12...v0.0.13

v0.0.12

17 Apr 13:46
dd1a900
Compare
Choose a tag to compare

What's Changed

  • Don't rely on the cache in release workflow by @mattmoor in #118
  • oci_append: produce valid layer and validate by @imjasonh in #120

Full Changelog: v0.0.11...v0.0.12

v0.0.11

02 Apr 19:16
8ee265f
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #61
  • Bump actions/checkout from 3.5.3 to 4.1.0 by @dependabot in #77
  • Bump goreleaser/goreleaser-action from 4.3.0 to 5.0.0 by @dependabot in #71
  • Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.0.0 by @dependabot in #72
  • Bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 by @dependabot in #55
  • Bump github.com/google/go-containerregistry from 0.15.2 to 0.16.1 by @dependabot in #59
  • Bump github.com/hashicorp/terraform-plugin-testing from 1.3.0 to 1.5.1 by @dependabot in #65
  • Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #82
  • Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #89
  • Bump github.com/google/go-containerregistry from 0.16.1 to 0.17.0 by @dependabot in #87
  • Bump hashicorp/setup-terraform from 2.0.3 to 3.0.0 by @dependabot in #84
  • Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #85
  • Switch to GPG keys from GSM by @mattmoor in #99
  • Bump google-github-actions/auth from 2.1.1 to 2.1.2 by @dependabot in #103
  • Bump google-github-actions/setup-gcloud from 2.0.1 to 2.1.0 by @dependabot in #101
  • Bump github.com/google/go-containerregistry from 0.17.0 to 0.19.0 by @dependabot in #98
  • Bump google-github-actions/get-secretmanager-secrets from 2.0.0 to 2.1.0 by @dependabot in #100
  • group hashicorp dependabot updates by @k4leung4 in #108
  • Bump the terraform group with 4 updates by @dependabot in #109
  • Bump the terraform group with 1 update by @dependabot in #110
  • Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #111
  • Bump github.com/google/go-containerregistry from 0.19.0 to 0.19.1 by @dependabot in #112
  • Bump github.com/docker/docker from 24.0.0+incompatible to 24.0.7+incompatible by @dependabot in #114
  • Bump the terraform group with 1 update by @dependabot in #116
  • Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #115
  • Fix oci_append for digest baseref by @jonjohnsonjr in #117

New Contributors

Full Changelog: v0.0.10...v0.0.11

v0.0.10

04 Oct 14:17
d07f924
Compare
Choose a tag to compare
add test case for structure_test on single-image index (#80)

Signed-off-by: Jason Hall <jason@chainguard.dev>

v0.0.9

22 Sep 21:08
d5451c1
Compare
Choose a tag to compare
Revert "tag: accept multiple tags per resource (#74)" (#76)

This reverts commit e4a57d90c7bec812b80eb0e69ca1d7109b48249d.

Instead of this, we'll use a new resource, `oci_tags`. This
un-deprecates `tag` and removes `tags`.

v0.0.8

14 Sep 14:28
e4a57d9
Compare
Choose a tag to compare
tag: accept multiple tags per resource (#74)

This makes `oci_tag` accept multiple tags, so we don't need a TF
resource per tag. Plopping that many resources into TF state seems to
make it slow.

Instead we'll deprecate `tag` in favor of `tags`, which does the same
thing by applying multiple tags per resource.

After callers are migrated to `tags` we can remove the deprecated field.

---------

Signed-off-by: Jason Hall <jason@chainguard.dev>

v0.0.7

11 Jul 18:52
7032e62
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

28 Jun 15:04
0efc9e7
Compare
Choose a tag to compare

What's Changed

  • add new data source for parsing oci references by @joshrwolf in #47
  • exec_test: on failure, print full output by @imjasonh in #48

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

22 Jun 01:10
ec21934
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

02 Jun 03:32
5448d63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4