NOTES:
- all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#357)
NOTES:
- data-source/external: The stderr output of the executed program will now always be logged at the TRACE level, regardless of exit code. (#67)
BUG FIXES:
- data-source/external: Prevent regression since v2.3.1 where null
query
element values would be sent to the program as an empty string (#208)
BUG FIXES:
- data-source/external: Remove query validation to allow null and empty string values to be passed to the external program (#193)
NOTES:
- provider: Rewritten to use the
terraform-plugin-framework
(#184)
BUG FIXES:
- data-source/external: Prevented unexpected error after 20 minutes of program execution (#165)
NOTES:
- This release is a republishing of the 2.2.1 release to include a missing release asset. It is identical otherwise.
BUG FIXES:
- data-source/external: Prevented panics with empty string (
""
) elements inprogram
argument
ENHANCEMENTS:
- data-source/external: Program execution will now exit immediately when receiving an interrupt signal (Ctrl-c) from Terraform (#91)
- data-source/external: Enhanced error messaging to include more troubleshooting information and recommendations (#93)
- data-source/external: Added trace log for program being executed (#95)
NOTES:
- The release process was upgraded to use Go 1.16.12 to mitigate CVE-2021-44717.
Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.
Binary releases of this provider now include the linux-arm64 platform.
BREAKING CHANGES:
- Upgrade to version 2 of the Terraform Plugin SDK, which drops support for Terraform 0.11. This provider will continue to work as expected for users of Terraform 0.11, which will not download the new version. (#47)
BUG FIXES:
- In Debugging mode, print the JSON from external data source as a string (#46)
IMPROVEMENTS
- Trace logging added for JSON output (#36)
- This release includes another Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.
- This release includes only a Terraform SDK upgrade intended to align with that being used for other providers as we prepare for the Core v0.12.0 release. It should have no significant changes in behavior for this provider.
ENHANCEMENTS:
- The provider is now compatible with Terraform v0.12, while retaining compatibility with prior versions.
external
data source now acceptsworking_dir
argument to set the working directory for the child process. (#12)
- No changes from 0.1.0; just adjusting to the new version numbering scheme.
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout