Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcervante authored Oct 12, 2023
1 parent 07b814c commit 24ac539
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## 1.7.0 (Unreleased)

UPGRADE NOTES:

* Input validations are being restored to the state file in this version of Terraform. Due to a state interoperability issue ([#33770](https://github.com/hashicorp/terraform/issues/33770)) in earlier versions, users that require interaction between different minor series should ensure they have upgraded to the following patches:
* Users of Terraform prior to 1.3.0 are unaffected;
* Terraform 1.3 series users should upgrade to 1.3.10;
* Terraform 1.4 series users should upgrade to 1.4.7;
* Terraform 1.5 series users should upgrade to 1.5.7;
* Users of Terraform 1.6.0 and later are unaffected.

This is important for users with `terraform_remote_state` data sources reading remote state across different versions of Terraform.

BUG FIXES:

* Ignore potential remote terraform version mismatch when running force-unlock ([#28853](https://github.com/hashicorp/terraform/issues/28853))
Expand Down

0 comments on commit 24ac539

Please sign in to comment.