Skip to content

Commit 9eaccdd

Browse files
Prepare before 1.13.3 release (#37631)
1 parent 54ceb05 commit 9eaccdd

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

.changes/1.13.3.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 1.13.3 (September 17, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* variable validation: keep sensitive and ephemeral metadata when evaluating variable conditions. ([#37595](https://github.com/hashicorp/terraform/issues/37595))
7+
8+

.changes/v1.13/BUG FIXES-20250911-142038.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.3 (Unreleased)
1+
## 1.13.3 (September 17, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* variable validation: keep sensitive and ephemeral metadata when evaluating variable conditions. ([#37595](https://github.com/hashicorp/terraform/issues/37595))
7+
28

39
## 1.13.2 (September 10, 2025)
410

@@ -74,11 +80,7 @@ NOTES:
7480
UPGRADE NOTES:
7581

7682
* `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))
77-
EXPERIMENTS:
78-
79-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
8083

81-
- 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.
8284

8385
## Previous Releases
8486

version/VERSION

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

0 commit comments

Comments
 (0)