Manual changelog update (#37996)

changelog-fix-2
Samsondeen 2 months ago committed by GitHub
parent 077bfafee3
commit de39495e67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,3 +6,8 @@ ENHANCEMENTS:
* Add component registry source resolution support to Terraform Stacks ([#37888](https://github.com/hashicorp/terraform/issues/37888))
BUG FIXES:
* stacks: surface runtime issues with local values to user during plan ([#37980](https://github.com/hashicorp/terraform/issues/37980))
* resource instance apply failures should not cause the resource instance state to be empty. ([#37981](https://github.com/hashicorp/terraform/issues/37981))

@ -1,5 +0,0 @@
kind: BUG FIXES
body: 'stacks: surface runtime issues with local values to user during plan'
time: 2025-12-08T17:02:59.971622+01:00
custom:
Issue: "37980"

@ -1,5 +0,0 @@
kind: BUG FIXES
body: resource instance apply failures should not cause the resource instance state to be empty.
time: 2025-12-09T13:00:50.440436+01:00
custom:
Issue: "37981"

@ -1,19 +1,16 @@
## 1.14.2 (Unreleased)
BUG FIXES:
* stacks: surface runtime issues with local values to user during plan ([#37980](https://github.com/hashicorp/terraform/issues/37980))
* resource instance apply failures should not cause the resource instance state to be empty. ([#37981](https://github.com/hashicorp/terraform/issues/37981))
ENHANCEMENTS:
* Add component registry source resolution support to Terraform Stacks ([#37888](https://github.com/hashicorp/terraform/issues/37888))
## 1.14.2 (December 11, 2025)
BUG FIXES:
ENHANCEMENTS:
* stacks: surface runtime issues with local values to user during plan ([#37980](https://github.com/hashicorp/terraform/issues/37980))
* Add component registry source resolution support to Terraform Stacks ([#37888](https://github.com/hashicorp/terraform/issues/37888))
* resource instance apply failures should not cause the resource instance state to be empty. ([#37981](https://github.com/hashicorp/terraform/issues/37981))
## 1.14.1 (December 3, 2025)

Loading…
Cancel
Save