Skip to content

Commit 12f981b

Browse files
Prepare before 1.12.0-beta3 release
1 parent 921e643 commit 12f981b

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

CHANGELOG.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## 1.12.0 (Unreleased)
1+
## 1.12.0-beta3 (April 23, 2025)
2+
3+
4+
NEW FEATURES:
5+
6+
* Added Terraform backend implementation for OCI Object Storage ([#34465](https://github.com/hashicorp/terraform/issues/34465))
27

38

49
ENHANCEMENTS:
@@ -40,13 +45,6 @@ UPGRADE NOTES:
4045
* 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))
4146

4247

43-
EXPERIMENTS:
44-
45-
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
46-
47-
- 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.
48-
- 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
49-
5048
## Previous Releases
5149

5250
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-beta3

0 commit comments

Comments
 (0)