Skip to content

Releases: chainguard-dev/terraform-provider-imagetest

v0.0.19

13 May 14:47
f271a0d
Compare
Choose a tag to compare

What's Changed

  • chore(log): move logging provider to clog by @stormqueen1990 in #88
  • chore(log): fix usage of clog by @stormqueen1990 in #91
  • chore(harnesses): remove unneeded error from function signature by @stormqueen1990 in #89
  • chore(deps): Bump github.com/hashicorp/terraform-plugin-go from 0.22.2 to 0.23.0 in the terraform group by @dependabot in #92
  • chore(logs): adjust logging to write to file by @stormqueen1990 in #93
  • chore(labels): ensure all resources have labels and add a new label to identify entrypoint of harness by @stormqueen1990 in #94
  • chore(deps): Bump github.com/docker/docker from 26.1.1+incompatible to 26.1.2+incompatible by @dependabot in #95
  • move common logger method to the provider store by @joshrwolf in #96

Full Changelog: v0.0.18...v0.0.19

v0.0.18

01 May 13:28
c28ed3b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump k8s.io/apimachinery from 0.29.3 to 0.29.4 by @dependabot in #73
  • chore: bump terraform-plugin-docs by @stormqueen1990 in #74
  • chore(deps): Bump k8s.io/apimachinery from 0.29.4 to 0.30.0 by @dependabot in #75
  • add chainguard source by @cpanato in #76
  • chore(deps): Bump github.com/docker/docker from 26.0.1+incompatible to 26.0.2+incompatible in the go_modules group by @dependabot in #77
  • chore(deps): Bump the terraform group with 2 updates by @dependabot in #78
  • chore(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.0 to 0.19.1 in the terraform group by @dependabot in #80
  • chore(deps): Bump github.com/docker/docker from 26.0.2+incompatible to 26.1.0+incompatible by @dependabot in #81
  • feat(harness_docker): add memory knobs by @stormqueen1990 in #79
  • feat: add debug logs option by @stormqueen1990 in #82
  • chore(deps): Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 in the terraform group by @dependabot in #85
  • plumb "sandbox.image" through as a valid provider config by @joshrwolf in #83
  • chore(log): improve log levels by @stormqueen1990 in #86
  • chore(deps): Bump github.com/docker/docker from 26.1.0+incompatible to 26.1.1+incompatible by @dependabot in #87

New Contributors

Full Changelog: v0.0.17...v0.0.18

v0.0.17

16 Apr 13:40
dac45a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.16...v0.0.17

v0.0.16

13 Apr 00:59
ed1ee41
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump github.com/docker/docker from 26.0.0+incompatible to 26.0.1+incompatible by @dependabot in #68
  • handle docker pulls with auth by @joshrwolf in #69

Full Changelog: v0.0.15...v0.0.16

v0.0.15

10 Apr 17:19
c9e528c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

02 Apr 17:54
abd2906
Compare
Choose a tag to compare
add some different defaults when running on workstations (#60)

plumbs through a way of adding workstation specific configuration for
the k3s harness.

start by adding default `--snapshotter` options

v0.0.13

15 Feb 22:33
5ceea78
Compare
Choose a tag to compare

What's Changed

  • partially wrap docker client with concurrency safe DockerClient by @joshrwolf in #38

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

v0.0.12

15 Feb 20:46
69574d1
Compare
Choose a tag to compare

What's Changed

  • use a single docker client for all resources by @joshrwolf in #37

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

v0.0.11

15 Feb 19:35
e2ef77c
Compare
Choose a tag to compare

What's Changed

  • tune docker harness network setup and clean up inputs by @joshrwolf in #36

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

v0.0.10

06 Feb 17:21
6dafd64
Compare
Choose a tag to compare

What's Changed

  • plumb through k3s harness config options by @joshrwolf in #33
  • add an optional step (exponential|linear) backoff retry by @joshrwolf in #31

Full Changelog: v0.0.9...v0.0.10