From ef61cbfe73be7986cc4b264b8f6651f12cb67896 Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Mon, 17 Feb 2025 14:53:27 +0100 Subject: [PATCH] clean up merge artifact --- .../v1.11/ENHANCEMENTS-20250206-162053.yaml | 5 ----- CHANGELOG.md | 21 ------------------- 2 files changed, 26 deletions(-) delete mode 100644 .changes/v1.11/ENHANCEMENTS-20250206-162053.yaml diff --git a/.changes/v1.11/ENHANCEMENTS-20250206-162053.yaml b/.changes/v1.11/ENHANCEMENTS-20250206-162053.yaml deleted file mode 100644 index 9e20b9cbf7..0000000000 --- a/.changes/v1.11/ENHANCEMENTS-20250206-162053.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: ENHANCEMENTS -body: "Terraform Test: Continue subsequent test execution when an expected failure is not encountered." -time: 2025-02-06T16:20:53.83763+01:00 -custom: - Issue: "34969" diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d293140c..b07f9ec237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,6 @@ ## 1.12.0 (Unreleased) - -ENHANCEMENTS: - -* Terraform Test command now accepts a -parallelism=n option, which sets the number of parallel operations in a test run's plan/apply operation. ([#34237](https://github.com/hashicorp/terraform/issues/34237)) - -* Logical binary operators can now short-circuit ([#36224](https://github.com/hashicorp/terraform/issues/36224)) - -* Terraform Test: Runs can now be annotated for possible parallel execution. ([#34180](https://github.com/hashicorp/terraform/issues/34180)) - -* Allow terraform init when tests are present but no configuration files are directly inside the current directory ([#35040](https://github.com/hashicorp/terraform/issues/35040)) - -* Terraform Test: Continue subsequent test execution when an expected failure is not encountered. ([#34969](https://github.com/hashicorp/terraform/issues/34969)) - - -BUG FIXES: - -* Refreshed state was not used in the plan for orphaned resource instances ([#36394](https://github.com/hashicorp/terraform/issues/36394)) - -* Fixes malformed Terraform version error when the remote backend reads a remote workspace that specifies a Terraform version constraint. ([#36356](https://github.com/hashicorp/terraform/issues/36356)) - - EXPERIMENTS: Experiments are only enabled in alpha releases of Terraform CLI. The following features are not yet available in stable releases.