Releases: hashicorp/terraform-json
Releases · hashicorp/terraform-json
v0.23.0
ENHANCEMENTS:
- Add support for ephemeral resources by @radeksimko in #138
- Add action forget by @ilya-hontarau in #126
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
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
ENHANCEMENTS:
- tfjson: Add
DeferredChanges
andComplete
toPlan
JSON by @austinvalle in #123
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
- @austinvalle made their first contribution in #123
- @xiehan made their first contribution in #128
Full Changelog: v0.21.0...v0.22.0
v0.21.0
ENHANCEMENTS
Full Changelog: v0.20.0...v0.21.0
v0.20.0
ENHANCEMENTS:
- Add
ReplacePaths
toChange
struct by @sebasslash in #117
Full Changelog: v0.19.0...v0.20.0
v0.19.0
ENHANCEMENTS:
- Add
UseJSONNumber
field andUseJSONNumber()
method toPlan
to allow use ofjson.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
- @bendbennett made their first contribution in #113
Full Changelog: v0.18.0...v0.19.0
v0.18.0
NOTES:
ENHANCEMENTS:
BUG FIXES:
INTERNAL:
- Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #98
- Bump github.com/zclconf/go-cty from 1.13.2 to 1.13.3 by @dependabot in #99
- Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #100
- Bump github.com/zclconf/go-cty from 1.13.3 to 1.14.0 by @dependabot in #102
- Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #103
- Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #105
- Bump github.com/zclconf/go-cty from 1.14.0 to 1.14.1 by @dependabot in #107
- Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #109
- Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #110
New Contributors
v0.17.1
BUG FIXES
InstanceKey
withinCheckDynamicAddress
should be aninterface{}
not astring
, as instance keys can be integers or strings.
v0.17.0
v0.16.0
NOTES / BREAKING CHANGES:
- Bump required Go version to 1.18 by @radeksimko in #75
ENHANCEMENTS:
- Add resource drift field to plan by @sebasslash in #73
- Bump github.com/zclconf/go-cty from 1.10.0 to 1.13.0 by @dependabot in #69
INTERNAL:
- Give minimum permissions to existing GHA workflows by @liamcervante in #70
- Add dependabot ecosystem for GHA by @liamcervante in #72
- Create codeowners file by @liamcervante in #71
- Update CODEOWNERS to fix syntax by @radeksimko in #74