Skip to content

Releases: opentofu/opentofu

v1.10.5

01 Aug 14:57
Compare
Choose a tag to compare

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

31 Jul 14:18
Compare
Choose a tag to compare

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

31 Jul 14:17
Compare
Choose a tag to compare

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

31 Jul 14:16
Compare
Choose a tag to compare

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

31 Jul 14:16
Compare
Choose a tag to compare

BUG FIXES:

  • Reduced calls to ListKeys in azure backend (for rate limiting). (#3083)

Full Changelog: v1.7.9...v1.7.10

v1.10.3

15 Jul 14:33
Compare
Choose a tag to compare

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 or can 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

15 Jul 16:54
Compare
Choose a tag to compare

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 or can 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

15 Jul 17:25
Compare
Choose a tag to compare

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 or can 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

15 Jul 17:26
Compare
Choose a tag to compare

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 or can 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

01 Jul 17:44
v1.10.2
57408eb
Compare
Choose a tag to compare

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 on registry.opentofu.org when executing workflow commands like plan and apply. (#2979)

Full Changelog: v1.10.1...v1.10.2