tfautomv
tfautomv copied to clipboard
fix(deps): update module github.com/hashicorp/terraform-exec to v0.23.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/hashicorp/terraform-exec | v0.21.0 -> v0.23.0 |
Release Notes
hashicorp/terraform-exec (github.com/hashicorp/terraform-exec)
v0.23.0
ENHANCEMENTS:
- Context cancellation on Unix systems will now send Terraform process SIGINT instead of killing it (which is otherwise default
os/execbehaviour) (#512)- You can change the default
60sWaitDelayviaSetWaitDelay(time.Duration)
- You can change the default
- error type returned from individual commands now implements
Unwrapmaking it possible to pass it intoerrors.Asand access lower-level error such asexec.ExitError(#512)
NOTES:
v0.22.0
ENHANCEMENTS:
- tfexec: Add support for
terraform init --jsonviaInitJSON(#478)
INTERNAL:
- go: Require Go 1.22 (previously 1.18) (#499)
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.23.0 -> v0.24.0 |
github.com/zclconf/go-cty |
v1.15.0 -> v1.16.1 |
golang.org/x/text |
v0.14.0 -> v0.21.0 |
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: go.sum
Command failed: go get -d -t ./...
go: module github.com/hashicorp/[email protected] requires go >= 1.23.0; switching to go1.23.10
go: downloading go1.23.10 (linux/amd64)
go: download go1.23.10: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.