Prepare before 1.12.1 release (#37145)

pull/37146/head v1.12.1
hc-github-team-tf-core 1 year ago committed by GitHub
parent da85ac8376
commit 33aa0f719b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

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

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

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

@ -1 +1 @@
1.12.1-dev
1.12.1

Loading…
Cancel
Save