Skip to content

Commit d1ffc4c

Browse files
chore(deps): update dependency opentofu/opentofu to v1.10.6 (#44)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [opentofu/opentofu](https://redirect.github.com/opentofu/opentofu) | patch | `v1.10.5` -> `v1.10.6` | --- ### Release Notes <details> <summary>opentofu/opentofu (opentofu/opentofu)</summary> ### [`v1.10.6`](https://redirect.github.com/opentofu/opentofu/releases/tag/v1.10.6) [Compare Source](https://redirect.github.com/opentofu/opentofu/compare/v1.10.5...v1.10.6) ##### 1.10.6 UPGRADE NOTES: - Upgrade go from 1.24.4 to 1.24.6 to fix [GO-2025-3849](https://pkg.go.dev/vuln/GO-2025-3849) ([3127](https://redirect.github.com/opentofu/opentofu/pull/3127)) - Upgrade github.com/openbao/openbao/api/v2 from 2.1.0 to 2.3.0 to fix [GO-2025-3783](https://pkg.go.dev/vuln/GO-2025-3783) ([3134](https://redirect.github.com/opentofu/opentofu/pull/3134)) - The upgrade is necessary to silence the security scanner and does not affect the actual state encryption provided by OpenBao. BUG FIXES: - Variables with validation no longer interfere with the destroy process ([#&#8203;3131](https://redirect.github.com/opentofu/opentofu/pull/3131)) - Fixed crash when processing multiple deprecated marks on a complex object ([#&#8203;3105](https://redirect.github.com/opentofu/opentofu/pull/3105)) - When OpenTelemetry encounters errors, log it at the warning level instead of panic ([#&#8203;3235](https://redirect.github.com/opentofu/opentofu/pull/3235)) **Full Changelog**: <opentofu/opentofu@v1.10.5...v1.10.6> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/nomad-dev-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6457bd7 commit d1ffc4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: opentofu/setup-opentofu@v1
2020
with:
21-
tofu_version: v1.10.5 # renovate: datasource=github-releases depName=opentofu/opentofu
21+
tofu_version: v1.10.6 # renovate: datasource=github-releases depName=opentofu/opentofu
2222
tofu_wrapper: false
2323

2424
- uses: pre-commit/action@v3.0.1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- uses: opentofu/setup-opentofu@v1
2727
with:
28-
tofu_version: v1.10.5 # renovate: datasource=github-releases depName=opentofu/opentofu
28+
tofu_version: v1.10.6 # renovate: datasource=github-releases depName=opentofu/opentofu
2929
tofu_wrapper: false
3030

3131
- uses: hashicorp/setup-nomad@main

0 commit comments

Comments
 (0)