Skip to content

Commit d752b27

Browse files
deps: update dependency opentofu/opentofu to v1.10.1 (#960)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [opentofu/opentofu](https://redirect.github.com/opentofu/opentofu) | patch | `v1.10.0` -> `v1.10.1` | --- ### Release Notes <details> <summary>opentofu/opentofu (opentofu/opentofu)</summary> ### [`v1.10.1`](https://redirect.github.com/opentofu/opentofu/releases/tag/v1.10.1) [Compare Source](https://redirect.github.com/opentofu/opentofu/compare/v1.10.0...v1.10.1) BUG FIXES: - Fix `TF_APPEND_USER_AGENT` handling in the S3 remote state backend. ([#&#8203;2955](https://redirect.github.com/opentofu/opentofu/pull/2955)) OTHER CHANGES: - OpenTofu is now built with Go 1.24.4, which should clear some false-positive indirect security advisories. </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/hcloud-cloud-controller-manager). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d66875 commit d752b27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- uses: opentofu/setup-opentofu@v1
4545
with:
46-
tofu_version: v1.10.0 # renovate: datasource=github-releases depName=opentofu/opentofu
46+
tofu_version: v1.10.1 # renovate: datasource=github-releases depName=opentofu/opentofu
4747
tofu_wrapper: false
4848

4949
- uses: yokawasa/action-setup-kube-tools@v0.11.2
@@ -157,7 +157,7 @@ jobs:
157157

158158
- uses: opentofu/setup-opentofu@v1
159159
with:
160-
tofu_version: v1.10.0 # renovate: datasource=github-releases depName=opentofu/opentofu
160+
tofu_version: v1.10.1 # renovate: datasource=github-releases depName=opentofu/opentofu
161161
tofu_wrapper: false
162162

163163
- uses: yokawasa/action-setup-kube-tools@v0.11.2

0 commit comments

Comments
 (0)