Skip to content

Commit d7c1823

Browse files
chore(deps): update dependency opentofu/opentofu to v1.10.3 (#36)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [opentofu/opentofu](https://redirect.github.com/opentofu/opentofu) | patch | `v1.10.2` -> `v1.10.3` | --- ### Release Notes <details> <summary>opentofu/opentofu (opentofu/opentofu)</summary> ### [`v1.10.3`](https://redirect.github.com/opentofu/opentofu/releases/tag/v1.10.3) [Compare Source](https://redirect.github.com/opentofu/opentofu/compare/v1.10.2...v1.10.3) ##### 1.10.3 BUG FIXES: - OpenTofu will no longer crash in a rare case where a dynamically-invalid expression has its error suppressed by `try` or `can` and then that expression becomes relevant for deciding whether to report a "change outside of OpenTofu" in the human-oriented plan diff. ([#&#8203;2988](https://redirect.github.com/opentofu/opentofu/pull/2988)) - Ensure provider downloads into temp are cleaned up correctly on windows. ([#&#8203;2843](https://redirect.github.com/opentofu/opentofu/issues/2843)) - Correctly handle structural typed attributes during test provider mocking. ([#&#8203;2994](https://redirect.github.com/opentofu/opentofu/pull/2994)) - Fix erroneous detection of changes with sensitive resource attributes. ([#&#8203;3024](https://redirect.github.com/opentofu/opentofu/pull/3024)) **Full Changelog**: opentofu/opentofu@v1.10.2...v1.10.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/nomad-dev-env). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85c6467 commit d7c1823

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

3131
- uses: hashicorp/setup-nomad@main

0 commit comments

Comments
 (0)