Skip to content

Commit

Permalink
version: Prepare for 1.6.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alisdair committed Dec 13, 2023
1 parent 807a58d commit eba3240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,9 +1,9 @@
## 1.6.6 (Unreleased)
## 1.6.6 (December 13, 2023)

BUG FIXES:
* `terraform test`: Stop attempting to destroy run blocks that have no actual infrastructure to destroy. This fixes an issue where attempts to destroy "verification" run blocks that load only data sources would fail if the underlying infrastructure referenced by the run blocks had already been destroyed. ([#34331](https://github.com/hashicorp/terraform/pull/34331))
* cloud: prevent running saved cloud plans in VCS-connected workspaces. Saved plans might be applied later, and VCS workspaces shouldn't apply configurations that don't come from their designated VCS branch.
* core: Unmanaged plugins (mainly used by provider acceptance testing) would not have a provider address set, preventing the caching of their schemas [GH-34380]
* core: Unmanaged plugins (mainly used by provider acceptance testing) would not have a provider address set, preventing the caching of their schemas ([#34380](https://github.com/hashicorp/terraform/issues/34380))

## 1.6.5 (November 29, 2023)

Expand Down

0 comments on commit eba3240

Please sign in to comment.