Skip to content

Commit 0b6ed18

Browse files
Prepare before 1.13.1 release (#37503)
1 parent 267e9e0 commit 0b6ed18

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

.changes/1.13.1.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 1.13.1 (August 27, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* Fix regression that caused `terraform test` with zero tests to return a non-zero exit code. ([#37477](https://github.com/hashicorp/terraform/issues/37477))
7+
8+
* terraform test: prevent panic when resolving incomplete references ([#37484](https://github.com/hashicorp/terraform/issues/37484))
9+
10+

.changes/v1.13/BUG FIXES-20250821-091753.yaml

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

.changes/v1.13/BUG FIXES-20250825-125018.yaml

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

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## 1.13.1 (Unreleased)
1+
## 1.13.1 (August 27, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* Fix regression that caused `terraform test` with zero tests to return a non-zero exit code. ([#37477](https://github.com/hashicorp/terraform/issues/37477))
7+
8+
* terraform test: prevent panic when resolving incomplete references ([#37484](https://github.com/hashicorp/terraform/issues/37484))
9+
210

311
## 1.13.0 (August 20, 2025)
412

@@ -54,11 +62,7 @@ NOTES:
5462
UPGRADE NOTES:
5563

5664
* `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))
57-
EXPERIMENTS:
58-
59-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
6065

61-
- 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.
6266

6367
## Previous Releases
6468

version/VERSION

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

0 commit comments

Comments
 (0)