mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Prepare before 1.14.0-alpha20250827 release (#37505)
This commit is contained in:
parent
f9b4f0a898
commit
4c4669b046
2 changed files with 9 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
## 1.14.0 (Unreleased)
|
||||
## 1.14.0-alpha20250827 (August 27, 2025)
|
||||
|
||||
|
||||
ENHANCEMENTS:
|
||||
|
|
@ -8,6 +8,13 @@ ENHANCEMENTS:
|
|||
* terraform test: ignore prevent_destroy attribute during when cleaning up tests" ([#37364](https://github.com/hashicorp/terraform/issues/37364))
|
||||
|
||||
|
||||
UPGRADE NOTES:
|
||||
|
||||
* The parallelism of Terraform operations within container runtimes may be reduced depending on the CPU bandwidth limit setting. ([#37436](https://github.com/hashicorp/terraform/issues/37436))
|
||||
|
||||
* Building Terraform 1.14 requires macOS Monterey or later (due to being built on Go 1.25 which imposes these requirements) ([#37436](https://github.com/hashicorp/terraform/issues/37436))
|
||||
|
||||
|
||||
EXPERIMENTS:
|
||||
|
||||
Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.14.0-dev
|
||||
1.14.0-alpha20250827
|
||||
|
|
|
|||
Loading…
Reference in a new issue