Skip to content

Commit 190372a

Browse files
chore(deps): update dependency opentofu/opentofu to v1.9.1 (#97)
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/kubernetes-dev-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac5792a commit 190372a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
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.9.0 # renovate: datasource=github-releases depName=opentofu/opentofu
21+
tofu_version: v1.9.1 # renovate: datasource=github-releases depName=opentofu/opentofu
2222
tofu_wrapper: false
2323

2424
- uses: pre-commit/[email protected]

.github/workflows/test.yml

+1-1
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.9.0 # renovate: datasource=github-releases depName=opentofu/opentofu
28+
tofu_version: v1.9.1 # renovate: datasource=github-releases depName=opentofu/opentofu
2929
tofu_wrapper: false
3030

3131
- uses: yokawasa/[email protected]

0 commit comments

Comments
 (0)