Skip to content

Releases: alxrem/terraform-provider-jsonnet

v2.3.2

03 Oct 21:38
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added ability to import libraries from jsonnet snippets provided by content attribute (fixes #12).

NOTES:

  • Used go-1.23.1 to build provider.

v2.3.1

07 Nov 22:06
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed processing of jsonnet_path provider attribute (fixes #9).

v2.3.0

06 Nov 09:57
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added jsonnet_path attribute of data source.
  • Upgraded go-jsonnet to 0.20.0

NOTES:

  • Used go-1.21 to build provider.

v2.2.0

28 Mar 21:25
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Added string_output attribute
  • Upgraded go-jsonnet to 0.19.1

v2.1.0

23 Mar 19:33
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Upgraded go-jsonnet to 0.17.0
  • Used go 1.17 to build provider

v2.0.0

12 Dec 16:18
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Provider migrated to Terraform Plugin SDKv2.
  • Type of jsonnet_path changed from list to string.

IMPROVEMENTS:

  • Provider can be configured by JSONNET_PATH environment variable.

v1.0.3

24 Dec 23:33
Compare
Choose a tag to compare

Fixed concurrency issues caused by shared FileImporter.

v1.0.2

23 Dec 20:38
Compare
Choose a tag to compare

Upgrade go-jsonnet to 0.17.0

v1.0.1

30 Jun 20:54
Compare
Choose a tag to compare

Added provider documentation to be published on Terraform Registry.

v1.0.0

30 Jun 20:18
Compare
Choose a tag to compare

go-jsonnet is used for generation json instead of jsonnet utility