Skip to content

Commit 9325a5d

Browse files
Prepare before 1.13.2 release (#37585)
1 parent 1f5d7a1 commit 9325a5d

File tree

5 files changed

+21
-17
lines changed

5 files changed

+21
-17
lines changed

.changes/1.13.2.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 1.13.2 (September 10, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* test: Fix the order of execution of cleanup nodes ([#37546](https://github.com/hashicorp/terraform/issues/37546))
7+
8+
* apply: hide sensitive inputs when values have changed between plan and apply ([#37582](https://github.com/hashicorp/terraform/issues/37582))
9+
10+

.changes/v1.13/BUG FIXES-20250905-083104.yaml

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

.changes/v1.13/BUG FIXES-20250910-095424.yaml

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

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.13.2 (September 10, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* test: Fix the order of execution of cleanup nodes ([#37546](https://github.com/hashicorp/terraform/issues/37546))
7+
8+
* apply: hide sensitive inputs when values have changed between plan and apply ([#37582](https://github.com/hashicorp/terraform/issues/37582))
9+
10+
111
## 1.13.1 (August 27, 2025)
212

313

@@ -64,12 +74,6 @@ UPGRADE NOTES:
6474
* `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))
6575

6676

67-
EXPERIMENTS:
68-
69-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
70-
71-
- 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.
72-
7377
## Previous Releases
7478

7579
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.13.1-dev
1+
1.13.2

0 commit comments

Comments
 (0)