Releases: opentofu/opentofu
Releases · opentofu/opentofu
v1.10.5
BUG FIXES:
- Fixed issue where usage of TF_PLUGIN_CACHE_DIR could result in unexpected lock contention errors (#3090)
- NOTE: It is still highly recommended to have valid .terraform.lock.hcl files in projects using TF_PLUGIN_CACHE_DIR
Full Changelog: v1.10.4...v1.10.5
v1.10.4
BUG FIXES:
- Fixed crash where sensitive set values used in for_each could cause a panic. (#3070)
- Fixed incorrect approach to mocking provider "ReadResource" calls in test. (#3068)
- Reduced calls to ListKeys in azure backend (for rate limiting). (#3083)
Full Changelog: v1.10.3...v1.10.4
v1.9.3
BUG FIXES:
- Fixed incorrect approach to mocking provider "ReadResource" calls in test. (#3068)
- Reduced calls to ListKeys in azure backend (for rate limiting). (#3083)
Full Changelog: v1.9.2...v1.9.3
v1.8.11
BUG FIXES:
- Fixed incorrect approach to mocking provider "ReadResource" calls in test. (#3068)
- Reduced calls to ListKeys in azure backend (for rate limiting). (#3083)
Full Changelog: v1.8.10...v1.8.11
v1.7.10
BUG FIXES:
- Reduced calls to ListKeys in azure backend (for rate limiting). (#3083)
Full Changelog: v1.7.9...v1.7.10
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
orcan
and then that expression becomes relevant for deciding whether to report a "change outside of OpenTofu" in the human-oriented plan diff. (#2988) - Ensure provider downloads into temp are cleaned up correctly on windows. (#2843)
- Correctly handle structural typed attributes during test provider mocking. (#2994)
- Fix erroneous detection of changes with sensitive resource attributes. (#3024)
Full Changelog: v1.10.2...v1.10.3
v1.9.2
1.9.2
BUG FIXES:
- OpenTofu will no longer crash in a rare case where a dynamically-invalid expression has its error suppressed by
try
orcan
and then that expression becomes relevant for deciding whether to report a "change outside of OpenTofu" in the human-oriented plan diff. (#2988) - Ensure provider downloads into temp are cleaned up correctly on windows. (#2843)
- Correctly handle structural typed attributes during test provider mocking. (#2994)
- Fix erroneous detection of changes with sensitive resource attributes. (#3024)
Full Changelog: v1.9.1...v1.9.2
v1.8.10
1.8.10
BUG FIXES:
- OpenTofu will no longer crash in a rare case where a dynamically-invalid expression has its error suppressed by
try
orcan
and then that expression becomes relevant for deciding whether to report a "change outside of OpenTofu" in the human-oriented plan diff. (#2988) - Ensure provider downloads into temp are cleaned up correctly on windows. (#2843)
- Correctly handle structural typed attributes during test provider mocking. (#2994)
- Fix erroneous detection of changes with sensitive resource attributes. (#3024)
Full Changelog: v1.8.9...v1.8.10
v1.7.9
1.7.9
BUG FIXES:
- OpenTofu will no longer crash in a rare case where a dynamically-invalid expression has its error suppressed by
try
orcan
and then that expression becomes relevant for deciding whether to report a "change outside of OpenTofu" in the human-oriented plan diff. (#2988) - Ensure provider downloads into temp are cleaned up correctly on windows. (#2843)
- Correctly handle structural typed attributes during test provider mocking. (#2994)
- Fix erroneous detection of changes with sensitive resource attributes. (#3024)
Full Changelog: v1.7.8...v1.7.9
v1.10.2
1.10.2
- S3 backend now correctly sends the
x-amz-server-side-encryption
header for the lockfile. (#2870) - A provider source address explicitly using the hostname
registry.terraform.io
will no longer cause errors related to a corresponding provider onregistry.opentofu.org
when executing workflow commands like plan and apply. (#2979)
Full Changelog: v1.10.1...v1.10.2