Skip to content

Commit 2d0a8e7

Browse files
Prepare before 1.13.0-alpha20250604 release (#37206)
1 parent cb58a15 commit 2d0a8e7

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,42 @@
1-
## 1.13.0 (Unreleased)
1+
## 1.13.0-alpha20250604 (June 04, 2025)
22

33

44
NEW FEATURES:
55

66
* The new command `terraform stacks` exposes some stack operations through the cli. The available subcommands depend on the stacks plugin implementation. Use `terraform stacks -help` to see available commands. ([#36931](https://github.com/hashicorp/terraform/issues/36931))
77

8-
* Deferred actions: The `plan`, `apply`, and `refresh` commands now support the `-allow-deferral` flag. The flag enables Terraform and Terraform Providers to defer changes with unresolvable unknown values to future plans instead of failing the entire plan. ([#37067](https://github.com/hashicorp/terraform/issues/37067))
9-
108

119
ENHANCEMENTS:
1210

1311
* Filesystem functions are now checked for consistent results to catch invalid data during apply ([#37001](https://github.com/hashicorp/terraform/issues/37001))
1412

1513
* Allow successful init when provider constraint matches at least one valid version ([#37137](https://github.com/hashicorp/terraform/issues/37137))
1614

15+
* Performance fix for evaluating high cardinality resources ([#26355](https://github.com/hashicorp/terraform/issues/26355))
16+
17+
* `terraform test`: Test authors can now specify definitions for external variables that are referenced within test files directly within the test file itself. ([#37195](https://github.com/hashicorp/terraform/issues/37195))
18+
19+
20+
BUG FIXES:
21+
22+
* Added a missing warning diagnostic that alerts users when child module contains an ignored `cloud` block. ([#37180](https://github.com/hashicorp/terraform/issues/37180))
23+
1724

1825
NOTES:
1926

2027
* The command `terraform rpcapi` is now generally available. It is not intended for public consumption, but exposes certain Terraform operations through an RPC interface compatible with [go-plugin](https://github.com/hashicorp/go-plugin). ([#37067](https://github.com/hashicorp/terraform/issues/37067))
2128

2229

30+
UPGRADE NOTES:
31+
32+
* `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))
33+
34+
35+
EXPERIMENTS:
36+
37+
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
38+
39+
- 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.
2340

2441
## Previous Releases
2542

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-alpha20250604

0 commit comments

Comments
 (0)