Skip to content

Releases: chriskuchin/terraform-provider-hiera5

v0.5.4

11 Sep 04:06
91913e4
Compare
Choose a tag to compare

Full Changelog: v0.5.3...v0.5.4

  • Dependency Upgrade
  • Build with Go 1.21

v0.5.3

18 Aug 01:06
d516a33
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.5 by @dependabot in #45

Full Changelog: v0.5.2...v0.5.3

v0.5.2

24 Jul 03:09
f258de7
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/spf13/cast from 1.5.0 to 1.5.1 by @dependabot in #32
  • Bump github.com/hashicorp/terraform-plugin-log from 0.8.0 to 0.9.0 by @dependabot in #33
  • Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.15.0 by @dependabot in #35
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.2.0 to 1.3.0 by @dependabot in #34
  • Bump github.com/hashicorp/terraform-plugin-go from 0.15.0 to 0.16.0 by @dependabot in #37
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.3.0 to 1.3.1 by @dependabot in #36
  • Bump github.com/hashicorp/terraform-plugin-go from 0.16.0 to 0.18.0 by @dependabot in #41
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0 by @dependabot in #39
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.3.1 to 1.3.2 by @dependabot in #38
  • Bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 by @dependabot in #42
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.3.2 to 1.3.3 by @dependabot in #43

Full Changelog: v0.5.1...v0.5.2

v0.5.1

12 May 20:28
7728075
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 by @dependabot in #24
  • Bump golang.org/x/net from 0.6.0 to 0.7.0 by @dependabot in #25
  • Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1 by @dependabot in #27
  • Bump github.com/hashicorp/terraform-plugin-framework from 1.1.1 to 1.2.0 by @dependabot in #29
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.25.0 to 2.26.1 by @dependabot in #30
  • Bump github.com/hashicorp/terraform-plugin-go from 0.14.3 to 0.15.0 by @dependabot in #31

Full Changelog: v0.5.0...v0.5.1

v0.5.1-rc2

26 Feb 06:38
c88e6d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1-rc1...v0.5.1-rc2

v0.5.1-rc1

20 Feb 19:04
83e5d1f
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 by @dependabot in #24

Full Changelog: v0.5.0...v0.5.1-rc1

v0.5.0-rc1

26 Jan 02:02
5fec8d8
Compare
Choose a tag to compare
  • Add overridable scope variable to all data sources
  • Refactor tests

v0.5.0

26 Jan 02:27
5fec8d8
Compare
Choose a tag to compare
  • Scope Override For All Data Sources
  • Tests Refactor

v0.4.0-rc1

22 Jan 01:58
2d05d99
Compare
Choose a tag to compare

Terraform SDK Framework Upgrade

v0.4.0

22 Jan 02:41
2d05d99
Compare
Choose a tag to compare

Upgrade Terraform Provider SDK Framework

** Note there doesn't appear to be an type differences but some of the underlying code types changed from interface{} to string **