Prepare before 1.13.5 release (#37873)

pull/37874/head v1.13.5
hc-github-team-tf-core 6 months ago committed by GitHub
parent 4930eaab9b
commit 328813676a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,10 @@
## 1.13.5 (November 5, 2025)
BUG FIXES:
* impure functions could cause templatefile to incorrectly fail consistency checks ([#37807](https://github.com/hashicorp/terraform/issues/37807))
* Allow filesystem functions to return inconsistent results when evaluated within provider configuration ([#37854](https://github.com/hashicorp/terraform/issues/37854))

@ -1,5 +0,0 @@
kind: BUG FIXES
body: impure functions could cause templatefile to incorrectly fail consistency checks
time: 2025-10-24T10:47:32.255706-04:00
custom:
Issue: "37807"

@ -1,5 +0,0 @@
kind: BUG FIXES
body: Allow filesystem functions to return inconsistent results when evaluated within provider configuration
time: 2025-11-03T11:20:34.913068-05:00
custom:
Issue: "37854"

@ -1,4 +1,12 @@
## 1.13.5 (Unreleased)
## 1.13.5 (November 5, 2025)
BUG FIXES:
* impure functions could cause templatefile to incorrectly fail consistency checks ([#37807](https://github.com/hashicorp/terraform/issues/37807))
* Allow filesystem functions to return inconsistent results when evaluated within provider configuration ([#37854](https://github.com/hashicorp/terraform/issues/37854))
## 1.13.4 (October 15, 2025)
@ -90,11 +98,7 @@ NOTES:
UPGRADE NOTES:
* `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))
EXPERIMENTS:
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
- 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.
## Previous Releases

@ -1 +1 @@
1.13.5-dev
1.13.5

Loading…
Cancel
Save