Skip to content

Commit 3054e67

Browse files
Prepare before 1.14.4 release (#38106)
1 parent 6435464 commit 3054e67

File tree

6 files changed

+24
-25
lines changed

6 files changed

+24
-25
lines changed

.changes/1.14.4.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 1.14.4 (January 28, 2026)
2+
3+
4+
BUG FIXES:
5+
6+
* backend: Fix nil pointer dereference crash during `terraform init` when the destination backend returns an error ([#38027](https://github.com/hashicorp/terraform/issues/38027))
7+
8+
* Fixes an issue where any warning diagnostics generated during terraform query execution failed to render in the cloud backend session ([#38040](https://github.com/hashicorp/terraform/issues/38040))
9+
10+
* actions in modules without instances failed the plan graph ([#38089](https://github.com/hashicorp/terraform/issues/38089))
11+
12+

.changes/v1.14/BUG FIXES-20251223-184516.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/v1.14/BUG FIXES-20260108-114527.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/v1.14/BUG FIXES-20260123-103307.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## 1.14.4 (Unreleased)
1+
## 1.14.4 (January 28, 2026)
2+
3+
4+
BUG FIXES:
5+
6+
* backend: Fix nil pointer dereference crash during `terraform init` when the destination backend returns an error ([#38027](https://github.com/hashicorp/terraform/issues/38027))
7+
8+
* Fixes an issue where any warning diagnostics generated during terraform query execution failed to render in the cloud backend session ([#38040](https://github.com/hashicorp/terraform/issues/38040))
9+
10+
* actions in modules without instances failed the plan graph ([#38089](https://github.com/hashicorp/terraform/issues/38089))
11+
212

313
## 1.14.3 (December 17, 2025)
414

@@ -86,15 +96,7 @@ UPGRADE NOTES:
8696
* The parallelism of Terraform operations within container runtimes may be reduced depending on the CPU bandwidth limit setting. ([#37436](https://github.com/hashicorp/terraform/issues/37436))
8797

8898
* 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))
89-
EXPERIMENTS:
90-
91-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
9299

93-
- 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.
94-
- `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.
95-
- `terraform test`: `backend` blocks and `skip_cleanup` attributes:
96-
- 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.
97-
- 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.
98100

99101
## Previous Releases
100102

version/VERSION

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

0 commit comments

Comments
 (0)