From 79ca3090fc0c35359bb11486a49905b2ed860c9c Mon Sep 17 00:00:00 2001 From: Oleksandr Levchenkov Date: Thu, 26 Dec 2024 16:31:26 +0200 Subject: [PATCH] prepare branch for v1.8.8 release (#2314) Signed-off-by: ollevche --- CHANGELOG.md | 11 +++++++++-- version/VERSION | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e0aae895..ac9e18c95c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/version/VERSION b/version/VERSION index 88d3ee7900..1790d35988 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.8.7 +1.8.8