diff --git a/.changes/1.14.2.md b/.changes/1.14.2.md index 600205390a..f994924e05 100644 --- a/.changes/1.14.2.md +++ b/.changes/1.14.2.md @@ -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)) diff --git a/.changes/v1.14/BUG FIXES-20251208-170259.yaml b/.changes/v1.14/BUG FIXES-20251208-170259.yaml deleted file mode 100644 index 1f4f9dc708..0000000000 --- a/.changes/v1.14/BUG FIXES-20251208-170259.yaml +++ /dev/null @@ -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" diff --git a/.changes/v1.14/BUG FIXES-20251209-130050.yaml b/.changes/v1.14/BUG FIXES-20251209-130050.yaml deleted file mode 100644 index 97914871b9..0000000000 --- a/.changes/v1.14/BUG FIXES-20251209-130050.yaml +++ /dev/null @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 837eb924b2..a3c74d5c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)