Prepare before 1.15.0-alpha20260218 release (#38191)

pull/38193/head v1.15.0-alpha20260218
hc-github-team-tf-core 2 months ago committed by GitHub
parent ee3190aab4
commit d92915a29a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

@ -1 +1 @@
1.15.0-dev
1.15.0-alpha20260218

Loading…
Cancel
Save