Skip to content

Commit

Permalink
chore(deps): update dependency opentofu/opentofu to v1.8.7 (#70)
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.6` -> `v1.8.7` |

---

### Release Notes

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

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

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

BUG FIXES:

- Error messages related to validation of sensitive input variables will
no longer disclose the sensitive value in the UI.
([#&#8203;2219](https://redirect.github.com/opentofu/opentofu/pull/2219))
- Changes to encryption configuration now auto-apply the migration
([#&#8203;2232](https://redirect.github.com/opentofu/opentofu/pull/2232))
- Updated github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.1 to make
security scanners happy (no vulnerability, see
[#&#8203;2179](https://redirect.github.com/opentofu/opentofu/pull/2179))
- `tofu test` is now setting `null`s for dynamic type when generating
mock values.
([#&#8203;2245](https://redirect.github.com/opentofu/opentofu/pull/2245))
- Variables declared in test files are now taking into account type
default values.
([#&#8203;2244](https://redirect.github.com/opentofu/opentofu/pull/2244))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent c35e0cd commit 40b22ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

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

- uses: pre-commit/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

- uses: yokawasa/[email protected]
Expand Down

0 comments on commit 40b22ed

Please sign in to comment.