Skip to content

Commit cf917e6

Browse files
Prepare before 1.14.0-rc2 release (#37876)
1 parent b7b7fdc commit cf917e6

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.14.0 (Unreleased)
1+
## 1.14.0-rc2 (November 05, 2025)
22

33

44
NEW FEATURES:
@@ -37,6 +37,10 @@ BUG FIXES:
3737

3838
* The CLI now summarizes the number of actions invoked during `terraform apply`, matching the plan output. ([#37689](https://github.com/hashicorp/terraform/issues/37689))
3939

40+
* Allow filesystem functions to return inconsistent results when evaluated within provider configuration ([#37854](https://github.com/hashicorp/terraform/issues/37854))
41+
42+
* query: improve error handling for missing identity schemas ([#37863](https://github.com/hashicorp/terraform/issues/37863))
43+
4044

4145
UPGRADE NOTES:
4246

@@ -45,16 +49,6 @@ UPGRADE NOTES:
4549
* Building Terraform 1.14 requires macOS Monterey or later (due to being built on Go 1.25 which imposes these requirements) ([#37436](https://github.com/hashicorp/terraform/issues/37436))
4650

4751

48-
EXPERIMENTS:
49-
50-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
51-
52-
- 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.
53-
- `terraform test cleanup`: The experimental `test cleanup` command. In experimental builds of Terraform, a manifest file and state files for each failed cleanup operation during test operations are saved within the `.terraform` local directory. The `test cleanup` command will attempt to clean up the local state files left behind automatically, without requiring manual intervention.
54-
- `terraform test`: `backend` blocks and `skip_cleanup` attributes:
55-
- Test authors can now specify `backend` blocks within `run` blocks in Terraform Test files. Run blocks with `backend` blocks will load state from the specified backend instead of starting from empty state on every execution. This allows test authors to keep long-running test infrastructure alive between test operations, saving time during regular test operations.
56-
- Test authors can now specify `skip_cleanup` attributes within test files and within run blocks. The `skip_cleanup` attribute tells `terraform test` not to clean up state files produced by run blocks with this attribute set to true. The state files for affected run blocks will be written to disk within the `.terraform` directory, where they can then be cleaned up manually using the also experimental `terraform test cleanup` command.
57-
5852
## Previous Releases
5953

6054
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.14.0-dev
1+
1.14.0-rc2

0 commit comments

Comments
 (0)