Skip to content

Releases: tmccombs/hcl2json

v0.6.8

26 Aug 09:22
03ebaeb

Choose a tag to compare

Changelog

  • 03ebaeb Merge pull request #130 from tmccombs/dependabot/go_modules/github.com/zclconf/go-cty-1.16.4

Released by GoReleaser.

v0.6.7

29 Mar 21:26
2dcdf50

Choose a tag to compare

Changelog

  • 2dcdf50 Merge pull request #120 from tmccombs/build-fixes

Released by GoReleaser.

v0.6.6

19 Mar 07:48
5891842

Choose a tag to compare

Changelog

  • 5891842 Merge pull request #115 from tmccombs/goreleaser

Released by GoReleaser.

v0.6.5

21 Dec 07:39

Choose a tag to compare

This just increases the hcl dependency.

Notably, this should now correctly parse terraform provider functions.

What's Changed

  • Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 by @dependabot in #106
  • Bump github.com/hashicorp/hcl/v2 from 2.22.0 to 2.23.0 by @dependabot in #107
  • Bump github.com/zclconf/go-cty from 1.15.0 to 1.15.1 by @dependabot in #109

Full Changelog: v0.6.4...v0.6.5

v0.6.4

30 Jul 07:21

Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 by @dependabot in #100
  • feat: add windows arm64 to deployment by @matt-FFFFFF in #102
  • Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 by @dependabot in #103

New Contributors

Full Changelog: v0.6.3...v0.6.4

v0.6.3

03 May 06:52
cd307a2

Choose a tag to compare

What's Changed

  • Bump github.com/zclconf/go-cty from 1.14.3 to 1.14.4 by @dependabot in #94
  • Bump github.com/hashicorp/hcl/v2 from 2.20.0 to 2.20.1 by @dependabot in #95
  • fix: Properly escape things that should be escaped by @tmccombs in #97

Full Changelog: v0.6.2...v0.6.3

v0.6.2

14 Mar 03:55
88500c7

Choose a tag to compare

What's Changed

  • Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2 by @dependabot in #89
  • feat(deploy): create arm64 docker image by @starlightromero in #91
  • Bump github.com/zclconf/go-cty from 1.14.2 to 1.14.3 by @dependabot in #93
  • Bump github.com/hashicorp/hcl/v2 from 2.19.1 to 2.20.0 by @dependabot in #92

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

23 Jan 07:13

Choose a tag to compare

What's Changed

  • Bump github.com/zclconf/go-cty from 1.13.2 to 1.13.3 by @dependabot in #74
  • Bump github.com/hashicorp/hcl/v2 from 2.17.0 to 2.18.0 by @dependabot in #76
  • Bump github.com/zclconf/go-cty from 1.13.3 to 1.14.0 by @dependabot in #75
  • Bump actions/checkout from 3 to 4 by @dependabot in #77
  • Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #81
  • Bump docker/build-push-action from 4 to 5 by @dependabot in #80
  • Bump docker/metadata-action from 4 to 5 by @dependabot in #78
  • Bump docker/login-action from 2 to 3 by @dependabot in #79
  • Bump github.com/hashicorp/hcl/v2 from 2.18.0 to 2.18.1 by @dependabot in #83
  • Bump github.com/zclconf/go-cty from 1.14.0 to 1.14.1 by @dependabot in #84
  • Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.1 by @dependabot in #85
  • fix typo in docker run command by @mvadu in #86
  • Bump actions/setup-go from 4 to 5 by @dependabot in #87

New Contributors

  • @mvadu made their first contribution in #86

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 Aug 07:25
d57fd55

Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/hcl/v2 from 2.16.1 to 2.16.2 by @dependabot in #64
  • Bump github.com/zclconf/go-cty from 1.13.0 to 1.13.1 by @dependabot in #65
  • Bump actions/setup-go from 3 to 4 by @dependabot in #66
  • Bump github.com/zclconf/go-cty from 1.13.1 to 1.13.2 by @dependabot in #67
  • Bump github.com/hashicorp/hcl/v2 from 2.16.2 to 2.17.0 by @dependabot in #68
  • docs: add MacPorts install info by @herbygillot in #72
  • Add a -version flag by @tmccombs in #73

New Contributors

Full Changelog: v0.5.0...v0.6.0

0.5.0

04 Mar 08:06

Choose a tag to compare

  • Make a few functions public in library
  • Fix bug where stdin wasn't used if no files are passed as arguments