Update dependency opentofu to v1.8.3
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| opentofu | minor | 1.7.2 -> 1.8.3 |
Release Notes
opentofu/opentofu (opentofu)
v1.8.3
What's Changed
SECURITY:
- Added option to enable the sensitive flag for variables used in module sources/versions and backend configurations.
- This emits a warning by default to prevent breaking compatability with previous 1.8.x versions.
- It is highly recommended to set
TOFU_ENABLE_STATIC_SENSITIVE=1in any environments using this release. - This will be enabled by default as a breaking change in v1.9.0
BUG FIXES:
- Fixed autoloaded test tfvar files being used in non-test scenarios (#2039)
- Fixed crash when using sensitive values in module sources/versions and backend configurations (#2046)
Full Changelog: https://github.com/opentofu/opentofu/compare/v1.8.2...v1.8.3
v1.8.2
What's Changed
SECURITY:
- Update go version to 1.21.11 to fix CVE-2024-24790
BUG FIXES:
- Better handling of key_provider references (#1965)
Full Changelog: https://github.com/opentofu/opentofu/compare/v1.8.1...v1.8.2
v1.8.1
What's Changed
- Fix missing module source panic (#1888) in https://github.com/opentofu/opentofu/pull/1889
Full Changelog: https://github.com/opentofu/opentofu/compare/v1.8.0...v1.8.1
v1.8.0
We're proud to announce that OpenTofu 1.8.0 is now officially out! 🎉
What's New?
- Early variable/locals evaluation
- Provider mocking in
tofu test - Resource overrides in
tofu test - Override files for OpenTofu: keeping compatibility
- Deprecation:
use_legacy_workflowhas been removed from the S3 backend-backend
See the launch post on our blog: https://opentofu.org/blog/opentofu-1-8-0/
For all the features, see the detailed changelog.
You can find the full diff here.
v1.7.3
OpenTofu 1.7.3 is now out!
The main improvement is a bug fix for handling lower-case proxy environment variables.
If you'd like to read about all the changes introduced, check out the detailed changelog.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.