Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 19, 2025

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 renovate bot added the renovate label Apr 19, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Apr 19, 2025

ℹ 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):

  • 12 additional dependencies were updated

Details:

Package Change
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/ProtonMail/go-crypto v1.1.5 -> v1.1.6
github.com/cloudflare/circl v1.5.0 -> v1.6.0
github.com/cyphar/filepath-securejoin v0.3.6 -> v0.4.1
github.com/skeema/knownhosts v1.3.0 -> v1.3.1
github.com/zclconf/go-cty v1.15.1 -> v1.16.2
golang.org/x/mod v0.22.0 -> v0.24.0
github.com/go-git/go-git/v5 v5.13.2 -> v5.14.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da -> v0.0.0-20241129210726-2c02b8208cf8
github.com/google/go-cmp v0.6.0 -> v0.7.0
golang.org/x/crypto v0.33.0 -> v0.35.0
golang.org/x/net v0.35.0 -> v0.36.0

@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.97%. Comparing base (cc5c448) to head (d192cba).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #572   +/-   ##
=======================================
  Coverage   44.97%   44.97%           
=======================================
  Files          79       79           
  Lines        5727     5727           
=======================================
  Hits         2576     2576           
  Misses       2937     2937           
  Partials      214      214           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/github.tiyicn.workers.dev-hashicorp-terraform-exec-0.x branch 5 times, most recently from c58602c to 5351956 Compare April 28, 2025 10:24
@renovate renovate bot force-pushed the renovate/github.tiyicn.workers.dev-hashicorp-terraform-exec-0.x branch from 5351956 to d192cba Compare April 29, 2025 08:56
@corrieriluca corrieriluca merged commit 979746d into main Apr 29, 2025
7 checks passed
@corrieriluca corrieriluca deleted the renovate/github.tiyicn.workers.dev-hashicorp-terraform-exec-0.x branch April 29, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants