Releases: tehcyx/terraform-provider-kind
v0.7.0
What's Changed
- Add support for IP DualStackFamily by @bdalpe in #72
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0 by @dependabot in #70
- Bump sigs.k8s.io/kind from 0.24.0 to 0.25.0 by @dependabot in #71
New Contributors
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.1
Sorry we're skipping v0.5.0 because my release key expired. I had to update the key and created a new signed commit (updating a library) to trigger a new flow instead of removing the old tag and re-adding that same tag.
What's Changed
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0 by @dependabot in #58
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #59
- Bump sigs.k8s.io/kind from 0.22.0 to 0.23.0 by @dependabot in #60
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 by @dependabot in #61
- update release action by @tehcyx in #62
Full Changelog: v0.5.0...v0.5.1
Full Changelog: v0.4.0...v0.5.1
v0.4.0
What's Changed
- Bump sigs.k8s.io/kind from 0.21.0 to 0.22.0 by @dependabot in #57
Apparently there was a new release and so after just one day we're also following up with that.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 by @dependabot in #49
- upgrade actions by @tehcyx in #52
- upgrade golang to 1.21 by @tehcyx in #51
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.29.0 to 2.30.0 by @dependabot in #50
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.30.0 to 2.31.0 by @dependabot in #53
- Bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #54
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.31.0 to 2.32.0 by @dependabot in #55
- Bump sigs.k8s.io/kind from 0.20.0 to 0.21.0 by @dependabot in #56
hidden in the kind upgrade is a test removal, due to a feature flag going GA and therefor it's not available anymore.
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0 by @dependabot in #44
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.27.0 to 2.28.0 by @dependabot in #47
- add a test and add mapping for kube_proxy_mode in #48
- thanks @maabik for reporting
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.1
What's Changed
- Add read only mount support by @JackFlukinger in #41
New Contributors
- @JackFlukinger made their first contribution in #41
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Creating a v0.1.0 release to finally be able to ship fixes for releases. You know, follow best practices... Hopefully that makes things easier for folks that are trying to pull in different versions. I'm probably going to update the minor version if we're updating to a new kind release.
What's Changed
- Fix feature_gates by @nicokratky in #39
New Contributors
- @nicokratky made their first contribution in #39
Full Changelog: v0.0.19...v0.1.0
v0.0.19
Changes include:
- fix for
featureGates
andruntimeConfiguration
since the tests unfortunately reported green when they weren't - upgrading kind to v0.19.0
- updated node image references in the docs