From d92915a29ab18ccf659bb314286d9112efab4258 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, 18 Feb 2026 14:11:52 +0000 Subject: [PATCH] Prepare before 1.15.0-alpha20260218 release (#38191) --- CHANGELOG.md | 8 +++++--- version/VERSION | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbb55435f4..af7a3d0c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.15.0 (Unreleased) +## 1.15.0-alpha20260218 (February 18, 2026) NEW FEATURES: @@ -9,6 +9,8 @@ NEW FEATURES: * backend/s3: Support authentication via `aws login` ([#37967](https://github.com/hashicorp/terraform/issues/37967)) +* validate: The validate command now checks the `backend` block. This ensures the backend type exists, that all required attributes are present, and that the backend's own validation logic passes. ([#38021](https://github.com/hashicorp/terraform/issues/38021)) + ENHANCEMENTS: @@ -43,10 +45,10 @@ BUG FIXES: * stacks: send progress events if the plan fails for better UI integration ([#38039](https://github.com/hashicorp/terraform/issues/38039)) -* cloud: terraform cloud and registry discovery network requests are now more resilient, making temporary network or service related errors less common ([#38064](https://github.com/hashicorp/terraform/issues/38064)) - * stacks: component instances should report no-op plan/apply. This solves a UI inconsistency with convergence destroy plans ([#38049](https://github.com/hashicorp/terraform/issues/38049)) +* states: fixed a bug that caused Terraform to be unable to identify when two states had different output values. This may have caused issues in specific circumstances like backend migrations. ([#38181](https://github.com/hashicorp/terraform/issues/38181)) + UPGRADE NOTES: diff --git a/version/VERSION b/version/VERSION index 9a4866bbce..585750d284 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.15.0-dev +1.15.0-alpha20260218