Skip to content

Commit 9c440df

Browse files
Prepare before 1.13.0-beta1 release (#37309)
1 parent 032d4ce commit 9c440df

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.13.0 (Unreleased)
1+
## 1.13.0-beta1 (July 09, 2025)
22

33

44
NEW FEATURES:
@@ -22,6 +22,8 @@ ENHANCEMENTS:
2222

2323
* skip redundant comparisons when comparing planned set changes ([#37280](https://github.com/hashicorp/terraform/issues/37280))
2424

25+
* type checking: improve error message on type mismatches. ([#37298](https://github.com/hashicorp/terraform/issues/37298))
26+
2527

2628
BUG FIXES:
2729

@@ -33,8 +35,12 @@ BUG FIXES:
3335

3436
* workspace: Updated the `workspace delete` command to reject `""` as an invalid workspace name ([#37275](https://github.com/hashicorp/terraform/issues/37275))
3537

38+
* plan: truncate invalid or dynamic references in the relevant attributes ([#37290](https://github.com/hashicorp/terraform/issues/37290))
39+
3640
* Test run Parallelism of 1 should not result in deadlock ([#37292](https://github.com/hashicorp/terraform/issues/37292))
3741

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

3945
NOTES:
4046

@@ -46,12 +52,6 @@ UPGRADE NOTES:
4652
* `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))
4753

4854

49-
EXPERIMENTS:
50-
51-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
52-
53-
- 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.
54-
5555
## Previous Releases
5656

5757
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-beta1

0 commit comments

Comments
 (0)