Skip to content

Releases: hashicorp/terraform-json

v0.22.1

17 May 14:20
7e28e2d
Compare
Choose a tag to compare

BUG FIXES:

  • tfjson: Update Complete to a pointer value for older Terraform versions by @austinvalle in #131

Full Changelog: v0.22.0...v0.22.1

v0.22.0

14 May 15:41
5e08e15
Compare
Choose a tag to compare

ENHANCEMENTS:

INTERNAL:

  • Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2 by @dependabot in #120
  • Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3 by @dependabot in #121
  • Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 by @dependabot in #122
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #124
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #127
  • github: Set up Dependabot to manage HashiCorp-owned Actions versions by @xiehan in #128
  • Bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 in the github-actions-backward-compatible group by @dependabot in #130

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

19 Jan 10:19
f2686e9
Compare
Choose a tag to compare

ENHANCEMENTS

  • Initial support for provider-defined functions from providers schema -json by @bflad in #119

Full Changelog: v0.20.0...v0.21.0

v0.20.0

21 Dec 17:53
884568c
Compare
Choose a tag to compare

ENHANCEMENTS:

Full Changelog: v0.19.0...v0.20.0

v0.19.0

20 Dec 10:51
41fa8df
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add UseJSONNumber field and UseJSONNumber() method to Plan to allow use of json.Number for numerical values by @bendbennett in #113

INTERNAL:

  • github: Disable dependabot for GHA by @radeksimko in #114
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #115
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #116

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

10 Nov 09:04
ac10835
Compare
Choose a tag to compare

NOTES:

  • Update README to explain when not to use this library by @alisdair in #104

ENHANCEMENTS:

  • Add PreviousAddress field to ResourceChange to support moved block by @takaishi in #95

BUG FIXES:

  • Fixed typing of check results in statefiles by @Yantrio in #101

INTERNAL:

New Contributors

v0.17.1

30 Jun 07:50
a17c11b
Compare
Choose a tag to compare

BUG FIXES

  • InstanceKey within CheckDynamicAddress should be an interface{} not a string, as instance keys can be integers or strings.

v0.17.0

09 Jun 16:24
1e4ab1d
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add checks and plan timestamp to plan #87
  • Add import and generated config to plan #90

INTERNAL:

  • Add copyright headers #66

v0.16.0

09 Mar 10:01
v0.16.0
1985ec4
Compare
Choose a tag to compare

NOTES / BREAKING CHANGES:

ENHANCEMENTS:

INTERNAL:

v0.15.0

08 Feb 14:37
v0.15.0
6ebf043
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add metadata functions structs (#68)

INTERNAL:

  • Replace CircleCI with GitHub actions (#67)
  • Bump github.com/hashicorp/go-version from 1.5.0 to 1.6.0 (#55)
  • Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#58)
  • [COMPLIANCE] Update MPL 2.0 LICENSE (#60)