Skip to content

Commit 0932698

Browse files
Prepare for 1.7.0-rc2 release
1 parent d2fe191 commit 0932698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.7.0 (Unreleased)
1+
## 1.7.0-rc2 (January 11, 2024)
22

33
UPGRADE NOTES:
44

@@ -38,7 +38,7 @@ BUG FIXES:
3838
* `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))
3939
* `terraform test`: Improve error message for invalid run block names. ([#34469](https://github.com/hashicorp/terraform/pull/34469))
4040
* `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))
41-
* security: update `golang.org/x/crypto` to patch CVE-2023-48795 [GH-34426]
41+
* 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))
4242

4343
ENHANCEMENTS:
4444

0 commit comments

Comments
 (0)