Skip to content

Commit e15f8b3

Browse files
Prepare before 1.13.4 release (#37772)
1 parent 89525ec commit e15f8b3

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

.changes/1.13.4.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 1.13.4 (October 15, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* Fix crash when showing a cloud plan without having a cloud backend ([#37751](https://github.com/hashicorp/terraform/issues/37751))
7+
8+

.changes/v1.13/BUG FIXES-20251009-144645.yaml

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

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 1.13.4 (Unreleased)
1+
## 1.13.4 (October 15, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* Fix crash when showing a cloud plan without having a cloud backend ([#37751](https://github.com/hashicorp/terraform/issues/37751))
7+
28

39
## 1.13.3 (September 17, 2025)
410

@@ -82,11 +88,7 @@ NOTES:
8288
UPGRADE NOTES:
8389

8490
* `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))
85-
EXPERIMENTS:
86-
87-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
8891

89-
- 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.
9092

9193
## Previous Releases
9294

version/VERSION

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

0 commit comments

Comments
 (0)