Skip to content

Releases: hashicorp/terraform-json

v0.27.2

17 Sep 10:54
ef5e0b8

Choose a tag to compare

NOTES / BUG FIXES

  • UnmarshalLogMessage to use json.Number (instead of default float64) (#178)
    • This avoids precision related problems when decoding numbers in JSON data. This would impact only 0.27.1 consumers.

v0.27.1

16 Sep 17:43
3fe6fb2

Choose a tag to compare

What's Changed

ENHANCEMENTS

  • Replace json.RawMessage with any for list log messages by @dbanck in #177

Full Changelog: v0.27.0...v0.27.1

v0.27.0

16 Sep 08:14
739a592

Choose a tag to compare

What's Changed

ENHANCEMENTS

  • logging: Introduce types for structured UI messages + UnmarshalLogMessage() by @radeksimko in #167
  • logging: Add query related message types by @radeksimko in #169
  • Add support for action schemas (unlinked) by @austinvalle in #166
  • Add support for action invocation within Plan JSON by @mutahhir in #172
  • tf query: add identity version for the list_resource_found message by @dsa0x in #176

INTERNAL

  • go: Bump to 1.25 by @radeksimko in #168
  • Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions-breaking group by @dependabot[bot] in #170
  • Bump github.com/zclconf/go-cty from 1.16.3 to 1.16.4 by @dependabot[bot] in #171
  • build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 in the github-actions-breaking group by @dependabot[bot] in #174

New Contributors

Full Changelog: v0.26.0...v0.27.0

v0.26.0

13 Aug 05:40
c824227

Choose a tag to compare

ENHANCEMENTS:

INTERNAL:

  • Bump actions/setup-go from 5.4.0 to 5.5.0 in the github-actions-backward-compatible group by @dependabot[bot] in #161
  • github: Add PR template with required fields for PCI compliance by @xiehan in #162
  • Bump github.com/zclconf/go-cty from 1.16.2 to 1.16.3 by @dependabot[bot] in #163

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0

14 May 13:04
c2689b1

Choose a tag to compare

ENHANCEMENTS:

  • Add identity fields to plan struct by @dbanck in #158
  • Update state and provider JSON with identity fields by @dbanck in #155

INTERNAL:

  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #149
  • Bump github.com/zclconf/go-cty from 1.15.1 to 1.16.0 by @dependabot in #150
  • Bump github.com/zclconf/go-cty from 1.16.0 to 1.16.1 by @dependabot in #151
  • Bump github.com/zclconf/go-cty from 1.16.1 to 1.16.2 by @dependabot in #152
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #153
  • Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by @dependabot in #154
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #156
  • Update owner field in catalog-info.yaml by @imakewebthings in #157
  • Update CODEOWNERS by @austinvalle in #159
  • github: Use Dependabot to keep Actions updated by @xiehan in #160

Full Changelog: v0.24.0...v0.25.0

v0.24.0

12 Dec 15:42
338fe14

Choose a tag to compare

ENHANCEMENTS:

INTERNAL:

  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #141
  • Add CONTRIBUTING.md by @radeksimko in #143
  • ci: Report test coverage by @radeksimko in #144
  • Bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 by @dependabot in #145

New Contributors

Full Changelog: v0.23.0...v0.24.0

v0.23.0

30 Oct 08:22
888d47a

Choose a tag to compare

ENHANCEMENTS:

INTERNAL:

  • Add a catalog-info.yaml file for Backstage by @imakewebthings in #137
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #132
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #134
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #136
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #139
  • build(deps): Bump workflows to latest trusted versions by @hashicorp-tsccr in #140
  • Bump github.com/hashicorp/go-version from 1.6.0 to 1.7.0 by @dependabot in #133
  • Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 by @dependabot in #135

Full Changelog: v0.22.1...v0.23.0

v0.22.1

17 May 14:20
7e28e2d

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

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

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