Skip to content

Commit

Permalink
deps: update dependency opentofu/opentofu to v1.8.6 (#793)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [opentofu/opentofu](https://redirect.github.com/opentofu/opentofu) |
patch | `v1.8.5` -> `v1.8.6` |

---

### Release Notes

<details>
<summary>opentofu/opentofu (opentofu/opentofu)</summary>

###
[`v1.8.6`](https://redirect.github.com/opentofu/opentofu/releases/tag/v1.8.6)

[Compare
Source](https://redirect.github.com/opentofu/opentofu/compare/v1.8.5...v1.8.6)

ENHANCEMENTS:

- OpenTofu builds now use Go version 1.22
([#&#8203;2050](https://redirect.github.com/opentofu/opentofu/issues/2050))

BUG FIXES:

- Extended trace logging for HTTP backend, including request and
response bodies.
([#&#8203;2120](https://redirect.github.com/opentofu/opentofu/pull/2120))
- The `tofu test` command doesn't try to validate mock provider
definition by its underlying provider schema now.
([#&#8203;2140](https://redirect.github.com/opentofu/opentofu/pull/2140))
- Type validation for mocks and overrides are now less strict in `tofu
test`.
([#&#8203;2144](https://redirect.github.com/opentofu/opentofu/pull/2144))

</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/csi-driver).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent eb919ff commit ae42b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: opentofu/setup-opentofu@v1
with:
tofu_version: v1.8.5 # renovate: datasource=github-releases depName=opentofu/opentofu
tofu_version: v1.8.6 # renovate: datasource=github-releases depName=opentofu/opentofu
tofu_wrapper: false

- uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit ae42b44

Please sign in to comment.