tfautomv
tfautomv copied to clipboard
fix(deps): update module github.com/hashicorp/terraform-exec to v0.24.0
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| github.com/hashicorp/terraform-exec | v0.23.0 -> v0.24.0 |
Release Notes
hashicorp/terraform-exec (github.com/hashicorp/terraform-exec)
v0.24.0
ENHANCEMENTS:
- Implement
QueryJSONand introduce new way for consuming Terraform's structured logging (#539)
INTERNAL:
- bump actions/setup-go from 5.5.0 to 6.0.0 (#536)
v0.23.1
BUG FIXES:
- Avoid closing stdio pipes early on graceful (SIGINT-based) cancellation (#527)
- This enables correct handling of graceful cancellation for recent versions of Terraform (1.1+). Older versions should use
SetEnableLegacyPipeClosing(true)to avoid hanging on cancellation.
- This enables correct handling of graceful cancellation for recent versions of Terraform (1.1+). Older versions should use
INTERNAL:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 3 additional dependencies were updated
Details:
| Package | Change |
|---|---|
github.com/hashicorp/terraform-json |
v0.25.0 -> v0.27.1 |
github.com/zclconf/go-cty |
v1.16.2 -> v1.16.4 |
golang.org/x/text |
v0.22.0 -> v0.23.0 |