chore(deps): update dependency opentofu/opentofu to v1.11.5
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| opentofu/opentofu | patch |
1.11.2 -> 1.11.5
|
Release Notes
opentofu/opentofu (opentofu/opentofu)
v1.11.5
BUG FIXES:
- Add
universe_domainoption in the gcs backend to support sovereign GCP services (#3758) - The azurerm backend's MSI authentication method will now respect the provided client ID (#3586)
- Using a network mirror for the providers source does not print debug logs without being asked for (#3736)
Full Changelog: https://github.com/opentofu/opentofu/blob/67fe9db49b7dafd46470cf9ac7f437aaa95f5c40/CHANGELOG.md
v1.11.4
SECURITY ADVISORIES:
- Previous releases in the v1.11 series could potentially take an excessive amount of time processing a maliciously-crafted
.ziparchive during either provider or module installation duringtofu init. (#3689)
BREAKING CHANGES:
-
Modules containing local provider configurations now also reject the
enabledargument, matching existing behavior forcount,for_each, anddepends_on. (#3680)This was an oversight in the original design of the enabled feature and was missed during the review process. Although our goal is to not introduce breaking changes in patch releases, in some cases it may be warranted. Anyone who has used the enabled feature in this particular way will have unintentionally introduced a foot-gun into their infrastructure and should remedy it post-haste.
BUG FIXES:
- In JSON syntax, the state encryption method configuration now allows specifying keys using both normal expression syntax and using template interpolation syntax. Previously only the template interpolation syntax was allowed, which was inconsistent with other parts of the encryption configuration. (#3654)
- Providers are not configured anymore with
DeferralAllowedcapability of OpenTofu since having that created unwanted behaviour from some providers. (#3676) - Resources containing write-only attributes now are rendered consistently during planning. (#3667)
Full Changelog: https://github.com/opentofu/opentofu/compare/v1.11.3...v1.11.4
v1.11.3
BUG FIXES:
- Fix crash when the executed configuration contains an import block that points to unexisting configuration block (#3616)
- Fixed
tofu testwithmock_providerfailing during cleanup whenlifecycle { ignore_changes }references a block. (#3644) - Fixed state lock not being released when
tofu applyis interrupted with Ctrl+C while using the HTTP backend. (#3624) - azure backend: resolve OIDC token dynamically to support ADO refresh. (#3594)
Full Changelog: https://github.com/opentofu/opentofu/compare/v1.11.2...v1.11.3
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.