Skip to content

Commit 47d6573

Browse files
deps: update dependency opentofu/opentofu to v1.11.3 (#1124)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [opentofu/opentofu](https://redirect.github.com/opentofu/opentofu) | patch | `v1.11.2` → `v1.11.3` | --- ### Release Notes <details> <summary>opentofu/opentofu (opentofu/opentofu)</summary> ### [`v1.11.3`](https://redirect.github.com/opentofu/opentofu/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/opentofu/opentofu/compare/v1.11.2...v1.11.3) ##### BUG FIXES: - Fix crash when the executed configuration contains an import block that points to unexisting configuration block ([#&#8203;3616](https://redirect.github.com/opentofu/opentofu/pull/3616)) - Fixed `tofu test` with `mock_provider` failing during cleanup when `lifecycle { ignore_changes }` references a block. ([#&#8203;3644](https://redirect.github.com/opentofu/opentofu/issues/3644)) - Fixed state lock not being released when `tofu apply` is interrupted with Ctrl+C while using the HTTP backend. ([#&#8203;3624](https://redirect.github.com/opentofu/opentofu/issues/3624)) - azure backend: resolve OIDC token dynamically to support ADO refresh. ([#&#8203;3594](https://redirect.github.com/opentofu/opentofu/pull/3594)) **Full Changelog**: <opentofu/opentofu@v1.11.2...v1.11.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 772ced3 commit 47d6573

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

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

6464
- uses: opentofu/setup-opentofu@v1
6565
with:
66-
tofu_version: v1.11.2 # renovate: datasource=github-releases depName=opentofu/opentofu
66+
tofu_version: v1.11.3 # renovate: datasource=github-releases depName=opentofu/opentofu
6767
tofu_wrapper: false
6868

6969
- uses: yokawasa/action-setup-kube-tools@v0.13.1
@@ -181,7 +181,7 @@ jobs:
181181

182182
- uses: opentofu/setup-opentofu@v1
183183
with:
184-
tofu_version: v1.11.2 # renovate: datasource=github-releases depName=opentofu/opentofu
184+
tofu_version: v1.11.3 # renovate: datasource=github-releases depName=opentofu/opentofu
185185
tofu_wrapper: false
186186

187187
- uses: yokawasa/action-setup-kube-tools@v0.13.1

0 commit comments

Comments
 (0)