Skip to content

Commit

Permalink
Prepare for 1.7.0-rc2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apparentlymart committed Jan 11, 2024
1 parent d2fe191 commit 0932698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,4 +1,4 @@
## 1.7.0 (Unreleased)
## 1.7.0-rc2 (January 11, 2024)

UPGRADE NOTES:

Expand Down Expand Up @@ -38,7 +38,7 @@ 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))
* `terraform test`: Improve error message for invalid run block names. ([#34469](https://github.com/hashicorp/terraform/pull/34469))
* `terraform test`: Fix bug where outputs in "empty" modules were not available to the assertions from Terraform test files. ([#34482](https://github.com/hashicorp/terraform/pull/34482))
* security: update `golang.org/x/crypto` to patch CVE-2023-48795 [GH-34426]
* security: Upstream patch to mitigate the security advisory CVE-2023-48795, which potentially affects `local-exec` and `file` provisioners connecting to remote hosts using SSH. ([#34426](https://github.com/hashicorp/terraform/issues/34426))

ENHANCEMENTS:

Expand Down

0 comments on commit 0932698

Please sign in to comment.