From ca5478bca743f86a5bf8a6a4ff107b98804fc526 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, 19 Nov 2025 19:20:50 +0100 Subject: [PATCH] Prepare for 1.15.0-alpha20251119 release (#37918) * Prepare before 1.15.0-alpha20251119 release --------- Co-authored-by: Kristin Laemmert --- CHANGELOG.md | 23 ++++++++++++++++++++++- version/VERSION | 2 +- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b436edc33..78e8aeb072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,25 @@ -## 1.15.0 (Unreleased) +## 1.15.0-alpha20251119 (November 19, 2025) + + +NEW FEATURES: + +* We now produce builds for Windows ARM64 ([#32719](https://github.com/hashicorp/terraform/issues/32719)) + + +ENHANCEMENTS: + +* ssh-based provisioner (file + remote-exec): Re-enable support for PowerShell ([#37794](https://github.com/hashicorp/terraform/issues/37794)) + +* init: skip dependencies declared in development override. This allows you to use `terraform init` with developer overrides and install dependencies that are not declared in the override file. ([#37884](https://github.com/hashicorp/terraform/issues/37884)) + + +BUG FIXES: + +* testing: File-level error diagnostics are now included in JUnit XML skipped test elements, ensuring CI/CD pipelines can detect validation failures ([#37801](https://github.com/hashicorp/terraform/issues/37801)) + +* A refresh-only plan could result in a non-zero exit code with no changes ([#37406](https://github.com/hashicorp/terraform/issues/37406)) + +* cli: Fixed crash in `terraform show -json` when plan contains ephemeral resources with preconditions or postconditions ([#37834](https://github.com/hashicorp/terraform/issues/37834)) EXPERIMENTS: diff --git a/version/VERSION b/version/VERSION index 9a4866bbce..73fc33149d 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.15.0-dev +1.15.0-alpha20251119