move main branch changie directory name to dev

pull/36525/head
Daniel Schmidt 1 year ago
parent 8865218ccb
commit 365714a01e

@ -0,0 +1,10 @@
# Changelog process
We use [Changie](https://changie.dev/) to manage our changelog.
We support PRs to three branches, which all have their own changelog folders:
- **N-1**: latest maintenance release -> `.changes/current`
- **N**: upcoming release -> `.changes/next`
- **N+1**: next release -> `.changes/dev`

@ -0,0 +1,5 @@
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"

@ -1,9 +1,8 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
changesDir: .changes
unreleasedDir: unreleased
unreleasedDir: dev
versionFooterPath: version_footer.tpl.md
changelogPath: CHANGELOG.md
versionExt: md

@ -1,6 +1,27 @@
## 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.

Loading…
Cancel
Save