mirror of https://github.com/hashicorp/terraform
parent
da85ac8376
commit
33aa0f719b
@ -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 +1 @@
|
||||
1.12.1-dev
|
||||
1.12.1
|
||||
|
||||
Loading…
Reference in new issue