tfautomv icon indicating copy to clipboard operation
tfautomv copied to clipboard

fix(deps): update module github.com/hashicorp/terraform-exec to v0.23.0

Open renovate[bot] opened this issue 10 months ago • 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/hashicorp/terraform-exec v0.21.0 -> v0.23.0 age adoption passing confidence

Release Notes

hashicorp/terraform-exec (github.com/hashicorp/terraform-exec)

v0.23.0

Compare Source

ENHANCEMENTS:

  • Context cancellation on Unix systems will now send Terraform process SIGINT instead of killing it (which is otherwise default os/exec behaviour) (#​512)
    • You can change the default 60s WaitDelay via SetWaitDelay(time.Duration)
  • error type returned from individual commands now implements Unwrap making it possible to pass it into errors.As and access lower-level error such as exec.ExitError (#​512)

NOTES:

  • go: Require Go 1.23 (previously 1.22) (#​499)
  • Declare support of Terraform 0.12+ (#​510)

v0.22.0

Compare Source

ENHANCEMENTS:

  • tfexec: Add support for terraform init --json via InitJSON (#​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.

renovate[bot] avatar Jan 21 '25 17:01 renovate[bot]

ℹ 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

renovate[bot] avatar Jan 21 '25 17:01 renovate[bot]

⚠️ 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

renovate[bot] avatar Apr 10 '25 13:04 renovate[bot]

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.

renovate[bot] avatar Jun 06 '25 13:06 renovate[bot]