From 328813676aec7a4e2a491484f91b5e0b67847b6c Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-core <82990137+hc-github-team-tf-core@users.noreply.github.com> Date: Wed, 5 Nov 2025 10:33:17 +0000 Subject: [PATCH] Prepare before 1.13.5 release (#37873) --- .changes/1.13.5.md | 10 ++++++++++ .changes/v1.13/BUG FIXES-20251024-104732.yaml | 5 ----- .changes/v1.13/BUG FIXES-20251103-112034.yaml | 5 ----- CHANGELOG.md | 14 +++++++++----- version/VERSION | 2 +- 5 files changed, 20 insertions(+), 16 deletions(-) create mode 100644 .changes/1.13.5.md delete mode 100644 .changes/v1.13/BUG FIXES-20251024-104732.yaml delete mode 100644 .changes/v1.13/BUG FIXES-20251103-112034.yaml diff --git a/.changes/1.13.5.md b/.changes/1.13.5.md new file mode 100644 index 0000000000..cc4dcc7c08 --- /dev/null +++ b/.changes/1.13.5.md @@ -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)) + + diff --git a/.changes/v1.13/BUG FIXES-20251024-104732.yaml b/.changes/v1.13/BUG FIXES-20251024-104732.yaml deleted file mode 100644 index ce0a7fb1b6..0000000000 --- a/.changes/v1.13/BUG FIXES-20251024-104732.yaml +++ /dev/null @@ -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" diff --git a/.changes/v1.13/BUG FIXES-20251103-112034.yaml b/.changes/v1.13/BUG FIXES-20251103-112034.yaml deleted file mode 100644 index abe076ad3b..0000000000 --- a/.changes/v1.13/BUG FIXES-20251103-112034.yaml +++ /dev/null @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index ee21258a70..da9ba48468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version/VERSION b/version/VERSION index 0b33e0b5d0..43ded90625 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.13.5-dev +1.13.5