prepare branch for v1.8.8 release (#2314)

Signed-off-by: ollevche <ollevche@gmail.com>
This commit is contained in:
Oleksandr Levchenkov 2024-12-26 16:31:26 +02:00 committed by GitHub
parent d7124386f2
commit 79ca3090fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

View File

@ -1,9 +1,16 @@
## 1.8.8 (unreleased)
## 1.8.9 (unreleased)
## 1.8.8
SECURITY:
* Upgraded `golang.org/x/crypto` to resolve CVE-2024-45337. ([#2287](https://github.com/opentofu/opentofu/pull/2287))
* Upgraded `golang.org/x/net` to resolve CVE-2024-45338. ([#2311](https://github.com/opentofu/opentofu/pull/2311))
BUG FIXES:
* `tofu test` now removes outputs of destroyed modules between different test runs. ([#2274](https://github.com/opentofu/opentofu/pull/2274))
## 1.8.7
BUG FIXES:

View File

@ -1 +1 @@
1.8.7
1.8.8