Releases: chainguard-dev/terraform-provider-imagetest
Releases · chainguard-dev/terraform-provider-imagetest
v0.0.36
What's Changed
- chore(deps): Bump github.com/docker/docker from 27.2.0+incompatible to 27.3.1+incompatible by @dependabot in #191
- chore(deps): Bump the terraform group with 2 updates by @dependabot in #192
- docs(readme.md): set correct design document link by @maxgio92 in #182
- chore(deps): Bump github.com/docker/cli from 27.2.0+incompatible to 27.3.1+incompatible by @dependabot in #190
- chore(deps): Bump k8s.io/api from 0.31.0 to 0.31.1 by @dependabot in #187
- chore(deps): Bump k8s.io/kubelet from 0.31.0 to 0.31.1 by @dependabot in #185
- chore(deps): Bump github.com/samber/slog-multi from 1.2.1 to 1.2.2 by @dependabot in #194
- feat: add IMAGETEST_SKIP_ALL for skipping tests at apply time by @shimmerjs in #193
New Contributors
- @maxgio92 made their first contribution in #182
- @shimmerjs made their first contribution in #193
Full Changelog: v0.0.35...v0.0.36
v0.0.35
What's Changed
- format error with more verbosity by @joshrwolf in #180
Full Changelog: v0.0.34...v0.0.35
v0.0.34
What's Changed
- add runtime pterraform vars through IMAGETEST_TF_VAR_ by @joshrwolf in #174
- chore(deps): Bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible by @dependabot in #178
- chore(deps): Bump github.com/samber/slog-multi from 1.2.0 to 1.2.1 by @dependabot in #175
- chore(deps): Bump github.com/docker/cli from 27.1.2+incompatible to 27.2.0+incompatible by @dependabot in #177
- plumb through combined stdout/stderr to diagnostics by @joshrwolf in #179
Full Changelog: v0.0.33...v0.0.34
v0.0.33
What's Changed
- use magicdns for harnesses using docker by @joshrwolf in #173
Full Changelog: v0.0.32...v0.0.33
v0.0.32
What's Changed
- chore(deps): Bump github.com/docker/docker from 27.1.1+incompatible to 27.1.2+incompatible by @dependabot in #165
- chore(deps): Bump github.com/docker/cli from 27.1.1+incompatible to 27.1.2+incompatible by @dependabot in #163
- chore(deps): Bump k8s.io/kubelet from 0.30.3 to 0.31.0 by @dependabot in #164
- run the harness tests in parallel by @joshrwolf in #170
- create a "sandbox" interface by @joshrwolf in #169
- chore(deps): Bump github.com/chainguard-dev/clog from 1.4.0 to 1.5.0 by @dependabot in #159
- expose k3s to the host and rejigger sandbox connection by @joshrwolf in #171
- deconflict networks before creating by @joshrwolf in #172
Full Changelog: v0.0.31...v0.0.32
v0.0.31
What's Changed
- plumb through command logging by @joshrwolf in #162
- retry various network create errors by @joshrwolf in #161
Full Changelog: v0.0.30...v0.0.31
v0.0.30
What's Changed
- modify startup scripts to call kubectl directly by @joshrwolf in #160
Full Changelog: v0.0.29...v0.0.30
v0.0.29
What's Changed
- run tests against 1.8 and 1.9 by @joshrwolf in #138
- chore(deps): Bump k8s.io/api from 0.30.2 to 0.30.3 by @dependabot in #142
- chore(deps): Bump k8s.io/client-go from 0.30.2 to 0.30.3 by @dependabot in #139
- chore(deps): Bump k8s.io/kubelet from 0.30.2 to 0.30.3 by @dependabot in #141
- use a BaseHarnessResource for removing harness boilerplate by @joshrwolf in #143
- More logical features by @joshrwolf in #145
- chore(deps): Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.0+incompatible by @dependabot in #144
- support update/destroy lifecycles with state by @joshrwolf in #146
- chore(deps): Bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible by @dependabot in #147
- run the upstream public image tests for presubmit by @joshrwolf in #149
- refactors the usage of docker into a more cohesive client by @joshrwolf in #148
- chore(deps): Bump github.com/docker/cli from 26.0.0+incompatible to 27.1.1+incompatible by @dependabot in #150
- chore(deps): Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #151
- Connectors by @joshrwolf in #152
- chore(deps): Bump golang.org/x/sync from 0.7.0 to 0.8.0 by @dependabot in #153
- chore(deps): Bump github.com/google/go-containerregistry from 0.20.1 to 0.20.2 by @dependabot in #156
- chore(deps): Bump github.com/hashicorp/terraform-plugin-framework from 1.10.0 to 1.11.0 in the terraform group by @dependabot in #155
- chore(deps): Bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 in the terraform group by @dependabot in #158
Full Changelog: v0.0.28...v0.0.29
v0.0.28
What's Changed
- feat(k3s): add knob for configuring k3s kubelet by @stormqueen1990 in #135
- chore(deps): Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 by @dependabot in #136
Full Changelog: v0.0.27...v0.0.28
v0.0.27
What's Changed
- chore(deps): Bump github.com/docker/docker from 27.0.0+incompatible to 27.0.1+incompatible by @dependabot in #124
- chore(deps): Bump github.com/docker/docker from 27.0.1+incompatible to 27.0.2+incompatible by @dependabot in #125
- chore(deps): Bump github.com/docker/docker from 27.0.2+incompatible to 27.0.3+incompatible by @dependabot in #127
- Add some more resources to clusterrole by @priyawadhwa in #128
- chore(deps): Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 by @dependabot in #129
- chore(deps): Bump github.com/samber/slog-multi from 1.1.0 to 1.2.0 by @dependabot in #131
- update presubmit ci by @joshrwolf in #133
- chore(deps): bump terraform dependencies by @stormqueen1990 in #134
- add a runtime env IMAGETEST_K3S_KUBECONFIG to allow exposing the k3s apiserver to the host by @joshrwolf in #132
New Contributors
- @priyawadhwa made their first contribution in #128
Full Changelog: v0.0.26...v0.0.27