diff --git a/.changes/1.12.1.md b/.changes/1.12.1.md new file mode 100644 index 0000000000..abe53cc2c8 --- /dev/null +++ b/.changes/1.12.1.md @@ -0,0 +1,12 @@ +## 1.12.1 (May 21, 2025) + + +BUG FIXES: + +* Include resource identity in import apply UI output ([#37044](https://github.com/hashicorp/terraform/issues/37044)) + +* Fix regression during provider installation by reverting back to not sending HEAD requests. ([#36998](https://github.com/hashicorp/terraform/issues/36998)) + +* Avoid crash on test failure in comparison in function call ([#37071](https://github.com/hashicorp/terraform/issues/37071)) + + diff --git a/.changes/v1.12/BUG FIXES-20250514-112152.yaml b/.changes/v1.12/BUG FIXES-20250514-112152.yaml deleted file mode 100644 index 0eeaa3f67c..0000000000 --- a/.changes/v1.12/BUG FIXES-20250514-112152.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: Include resource identity in import apply UI output -time: 2025-05-14T11:21:52.75746+02:00 -custom: - Issue: "37044" diff --git a/.changes/v1.12/BUG FIXES-20250514-184357.yaml b/.changes/v1.12/BUG FIXES-20250514-184357.yaml deleted file mode 100644 index c002bf8d6e..0000000000 --- a/.changes/v1.12/BUG FIXES-20250514-184357.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: Fix regression during provider installation by reverting back to not sending HEAD requests. -time: 2025-05-14T18:43:57.332193-04:00 -custom: - Issue: "36998" diff --git a/.changes/v1.12/BUG FIXES-20250516-114251.yaml b/.changes/v1.12/BUG FIXES-20250516-114251.yaml deleted file mode 100644 index 2a1252eaf4..0000000000 --- a/.changes/v1.12/BUG FIXES-20250516-114251.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: BUG FIXES -body: Avoid crash on test failure in comparison in function call -time: 2025-05-16T11:42:51.289379+01:00 -custom: - Issue: "37071" diff --git a/CHANGELOG.md b/CHANGELOG.md index a967a8bec0..1e7a9ea862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -## 1.12.1 (Unreleased) +## 1.12.1 (May 21, 2025) + + +BUG FIXES: + +* Include resource identity in import apply UI output ([#37044](https://github.com/hashicorp/terraform/issues/37044)) + +* Fix regression during provider installation by reverting back to not sending HEAD requests. ([#36998](https://github.com/hashicorp/terraform/issues/36998)) + +* Avoid crash on test failure in comparison in function call ([#37071](https://github.com/hashicorp/terraform/issues/37071)) + ## 1.12.0 (May 14, 2025) @@ -47,12 +57,7 @@ BUG FIXES: UPGRADE NOTES: * On Linux, Terraform now requires Linux kernel version 3.2 or later; support for previous versions has been discontinued. ([#36478](https://github.com/hashicorp/terraform/issues/36478)) -EXPERIMENTS: - -Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases. -- The new command `terraform rpcapi` exposes some Terraform Core functionality through an RPC interface compatible with [`go-plugin`](https://github.com/hashicorp/go-plugin). The exact RPC API exposed here is currently subject to change at any time, because it's here primarily as a vehicle to support the [Terraform Stacks](https://www.hashicorp.com/blog/terraform-stacks-explained) private preview and so will be broken if necessary to respond to feedback from private preview participants, or possibly for other reasons. Do not use this mechanism yet outside of Terraform Stacks private preview. -- The experimental "deferred actions" feature, enabled by passing the `-allow-deferral` option to `terraform plan`, permits `count` and `for_each` arguments in `module`, `resource`, and `data` blocks to have unknown values and allows providers to react more flexibly to unknown values. This experiment is under active development, and so it's not yet useful to participate in this experiment ## Previous Releases diff --git a/version/VERSION b/version/VERSION index ef8e66fb29..f8f4f03b3d 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.12.1-dev +1.12.1