IMPROVEMENTS:
- Added the
trace
attribute containing the outputs of std.trace() function (fixed #13).
IMPROVEMENTS:
- Added ability to import libraries from jsonnet snippets provided by
content
attribute (fixes #12).
NOTES:
- Used go-1.23.1 to build provider.
BUG FIXES:
- Fixed processing of
jsonnet_path
provider attribute (fixes #9).
IMPROVEMENTS:
- Added
jsonnet_path
attribute of data source. - Upgraded go-jsonnet to 0.20.0
NOTES:
- Used go-1.21 to build provider.
IMPROVEMENTS:
- Added
string_output
attribute - Upgraded go-jsonnet to 0.19.1
NOTES:
- Used go-1.19 to build provider
IMPROVEMENTS:
- Upgraded go-jsonnet to 0.17.0
- Used go-1.17 to build provider
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.
BUG FIXES:
Fixed concurrency issues caused by shared FileImporter.
NOTES:
Upgrade go-jsonnet to 0.17.0
NOTES:
Added provider documentation to be published on Terraform Registry.
BREAKING CHANGES:
go-jsonnet
is used for generation json instead of jsonnet
utility, therefore
the parameter jsonnet_bin
of provider was removed.
BUG FIXES:
Usage of external variables don't distort provider config.
NOTES:
- Added tests
- Release script counts checksums of binaries instead of archives
FEATURES:
Supported external variables and top-level arguments
IMPROVEMENTS:
Output full stderr on failure of the command
NOTES:
First public release supporting rendering of jsonnet templates using configurable paths to jsonnet binary and libraries.