Skip to content

Commit 60c044f

Browse files
Prepare before 1.13.0-rc1 release (#37407)
1 parent 36a0fd6 commit 60c044f

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.13.0 (Unreleased)
1+
## 1.13.0-rc1 (August 06, 2025)
22

33

44
NEW FEATURES:
@@ -41,6 +41,8 @@ BUG FIXES:
4141

4242
* static validation: detect invalid static references via indexes on objects. ([#37298](https://github.com/hashicorp/terraform/issues/37298))
4343

44+
* Fixes resource identity being dropped from state in certain cases ([#37396](https://github.com/hashicorp/terraform/issues/37396))
45+
4446

4547
NOTES:
4648

@@ -52,12 +54,6 @@ UPGRADE NOTES:
5254
* `terraform test`: External variables referenced within test files should now be accompanied by a `variable` definition block within the test file. This is optional, but users with complex external variables may see error diagnostics without the additional variable definition. ([#37195](https://github.com/hashicorp/terraform/issues/37195))
5355

5456

55-
EXPERIMENTS:
56-
57-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
58-
59-
- The experimental "deferred actions" feature, enabled by passing the `-allow-deferral` option to `terraform plan`, permits `count` and `for_each` arguments in `module`, `resource`, and `data` blocks to have unknown values and allows providers to react more flexibly to unknown values.
60-
6157
## Previous Releases
6258

6359
For information on prior major and minor releases, refer to their changelogs:

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0-dev
1+
1.13.0-rc1

0 commit comments

Comments
 (0)