Skip to content

Commit a3a21f0

Browse files
Prepare before 1.12.0-beta1 release
1 parent 6917e69 commit a3a21f0

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

CHANGELOG.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.12.0 (Unreleased)
1+
## 1.12.0-beta1 (April 02, 2025)
22

33

44
ENHANCEMENTS:
@@ -17,6 +17,8 @@ ENHANCEMENTS:
1717

1818
* Improved elapsed time display in UI Hook to show minutes and seconds in `mm:ss` format. ([#36368](https://github.com/hashicorp/terraform/issues/36368))
1919

20+
* Update legacy term used in error messages. (Terraform Cloud agent => HCP Terraform Agent) ([#36706](https://github.com/hashicorp/terraform/issues/36706))
21+
2022

2123
BUG FIXES:
2224

@@ -28,19 +30,14 @@ BUG FIXES:
2830

2931
* Avoid reporting duplicate attribute-associated diagnostics, such as "Available Write-only Attribute Alternative" ([#36579](https://github.com/hashicorp/terraform/issues/36579))
3032

33+
* for_each expressions in import blocks should not be able to reference the import target ([#36801](https://github.com/hashicorp/terraform/issues/36801))
34+
3135

3236
UPGRADE NOTES:
3337

3438
* 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))
3539

3640

37-
EXPERIMENTS:
38-
39-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
40-
41-
- 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.
42-
- 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
43-
4441
## Previous Releases
4542

4643
For information on prior major and minor releases, refer to their changelogs:

version/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.0-dev
1+
1.12.0-beta1

0 commit comments

Comments
 (0)