Skip to content

Commit 33aa0f7

Browse files
Prepare before 1.12.1 release (#37145)
1 parent da85ac8 commit 33aa0f7

File tree

6 files changed

+24
-22
lines changed

6 files changed

+24
-22
lines changed

.changes/1.12.1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 1.12.1 (May 21, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* Include resource identity in import apply UI output ([#37044](https://github.com/hashicorp/terraform/issues/37044))
7+
8+
* Fix regression during provider installation by reverting back to not sending HEAD requests. ([#36998](https://github.com/hashicorp/terraform/issues/36998))
9+
10+
* Avoid crash on test failure in comparison in function call ([#37071](https://github.com/hashicorp/terraform/issues/37071))
11+
12+

.changes/v1.12/BUG FIXES-20250514-112152.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/v1.12/BUG FIXES-20250514-184357.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/v1.12/BUG FIXES-20250516-114251.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## 1.12.1 (Unreleased)
1+
## 1.12.1 (May 21, 2025)
2+
3+
4+
BUG FIXES:
5+
6+
* Include resource identity in import apply UI output ([#37044](https://github.com/hashicorp/terraform/issues/37044))
7+
8+
* Fix regression during provider installation by reverting back to not sending HEAD requests. ([#36998](https://github.com/hashicorp/terraform/issues/36998))
9+
10+
* Avoid crash on test failure in comparison in function call ([#37071](https://github.com/hashicorp/terraform/issues/37071))
11+
212

313
## 1.12.0 (May 14, 2025)
414

@@ -47,12 +57,7 @@ BUG FIXES:
4757
UPGRADE NOTES:
4858

4959
* 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))
50-
EXPERIMENTS:
51-
52-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
5360

54-
- 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.
55-
- 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
5661

5762
## Previous Releases
5863

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.1-dev
1+
1.12.1

0 commit comments

Comments
 (0)