Skip to content

Releases: tehcyx/terraform-provider-kind

v0.6.0

15 Aug 23:47
v0.6.0
16e9052
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.1

29 May 18:13
v0.5.1
cb23015
Compare
Choose a tag to compare

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

16 Feb 02:45
v0.4.0
7405f25
Compare
Choose a tag to compare

What's Changed

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

13 Feb 18:38
v0.3.0
ab65fc8
Compare
Choose a tag to compare

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

25 Aug 22:39
v0.2.1
0584c8b
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Jun 21:51
v0.2.0
190cf62
Compare
Choose a tag to compare

What's Changed

  • Bump sigs.k8s.io/kind from 0.19.0 to 0.20.0

Full Changelog: v0.1.1...v0.2.0

v0.1.1

04 Jun 01:16
v0.1.1
57a4fac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

18 May 15:29
v0.1.0
97afb1f
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.0.19...v0.1.0

v0.0.19

17 May 22:21
v0.0.19
1437fb9
Compare
Choose a tag to compare

Changes include:

  • fix for featureGates and runtimeConfiguration since the tests unfortunately reported green when they weren't
  • upgrading kind to v0.19.0
  • updated node image references in the docs

v0.0.18...v0.0.19

v0.0.18

15 May 14:54
v0.0.18
b9f7604
Compare
Choose a tag to compare

Warning
This release is broken, please use v0.0.19 instead.

Changes include:

  • featureGates option available via feature_gates
  • runtimeConfiguration option available via runtime_configuration

v0.0.17...v0.0.18