Skip to content

Commit d92915a

Browse files
Prepare before 1.15.0-alpha20260218 release (#38191)
1 parent ee3190a commit d92915a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.15.0 (Unreleased)
1+
## 1.15.0-alpha20260218 (February 18, 2026)
22

33

44
NEW FEATURES:
@@ -9,6 +9,8 @@ NEW FEATURES:
99

1010
* backend/s3: Support authentication via `aws login` ([#37967](https://github.com/hashicorp/terraform/issues/37967))
1111

12+
* 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))
13+
1214

1315
ENHANCEMENTS:
1416

@@ -43,10 +45,10 @@ BUG FIXES:
4345

4446
* stacks: send progress events if the plan fails for better UI integration ([#38039](https://github.com/hashicorp/terraform/issues/38039))
4547

46-
* 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))
47-
4848
* 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))
4949

50+
* 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))
51+
5052

5153
UPGRADE NOTES:
5254

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.0-dev
1+
1.15.0-alpha20260218

0 commit comments

Comments
 (0)