From 4acd221fbee3d0295aca373b0fcb0c7ce416e903 Mon Sep 17 00:00:00 2001 From: hc-github-team-tf-core Date: Wed, 2 Apr 2025 12:37:15 +0000 Subject: [PATCH] Cleanup after 1.12.0-beta1 release --- CHANGELOG.md | 9 ++++++++- version/VERSION | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df017f0f0d0f..46fa280052f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.12.0-beta1 (April 02, 2025) +## 1.12.0 (Unreleased) ENHANCEMENTS: @@ -38,6 +38,13 @@ 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 For information on prior major and minor releases, refer to their changelogs: diff --git a/version/VERSION b/version/VERSION index 7152e0adea69..381cf02417c4 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.12.0-beta1 +1.12.0-dev