Skip to content

Commit 71dde7c

Browse files
deps: update dependency opentofu/opentofu to v1.9.1 (#914)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [opentofu/opentofu](https://redirect.github.com/opentofu/opentofu) | patch | `v1.9.0` -> `v1.9.1` | --- ### Release Notes <details> <summary>opentofu/opentofu (opentofu/opentofu)</summary> ### [`v1.9.1`](https://redirect.github.com/opentofu/opentofu/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/opentofu/opentofu/compare/v1.9.0...v1.9.1) BUG FIXES: - Provider used in import is correctly identified. ([#&#8203;2336](https://redirect.github.com/opentofu/opentofu/pull/2336)) - `plantimestamp()` now returns unknown value during validation ([#&#8203;2397](https://redirect.github.com/opentofu/opentofu/issues/2397)) - Syntax error in the `required_providers` block does not panic anymore, but yields "syntax error" ([2344](https://redirect.github.com/opentofu/opentofu/issues/2344)) - Fix the error message when default value of a complex variable is containing a wrong type ([2394](https://redirect.github.com/opentofu/opentofu/issues/2394)) - Changing Go version to 1.22.11 in order to fix [CVE-2024-45336](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45336) and [CVE-2024-45341](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45341) ([#&#8203;2438](https://redirect.github.com/opentofu/opentofu/pull/2438)) - Fix the way OpenTofu downloads a module that is sourced from a GitHub branch containing slashes in the name. ([2396](https://redirect.github.com/opentofu/opentofu/issues/2396)) - Changing Go version to 1.22.12 in order to fix [CVE-2025-22866](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-22866) and [CVE-2024-45341](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45341) ([#&#8203;2438](https://redirect.github.com/opentofu/opentofu/pull/2438)) **Full Changelog**: opentofu/opentofu@v1.9.0...v1.9.1 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0fef836 commit 71dde7c

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.9.0 # renovate: datasource=github-releases depName=opentofu/opentofu
46+
tofu_version: v1.9.1 # renovate: datasource=github-releases depName=opentofu/opentofu
4747
tofu_wrapper: false
4848

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

151151
- uses: opentofu/setup-opentofu@v1
152152
with:
153-
tofu_version: v1.9.0 # renovate: datasource=github-releases depName=opentofu/opentofu
153+
tofu_version: v1.9.1 # renovate: datasource=github-releases depName=opentofu/opentofu
154154
tofu_wrapper: false
155155

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

0 commit comments

Comments
 (0)