From ade834506e94ac1d576aa3debceaf81138314151 Mon Sep 17 00:00:00 2001 From: crssnd Date: Fri, 20 Oct 2023 09:06:18 +0200 Subject: [PATCH] Reset changelog for release v0.32.2 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fa8ad17..ac121be5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Compliant Kubernetes changelog +- [v0.32.2](#v0322---2023-10-20) - [v0.32.1](#v0321---2023-09-19) - [v0.32.0](#v0320---2023-08-07) - [v0.31.0](#v0310---2023-07-06) @@ -37,6 +38,21 @@ - [v0.5.0](#v050---2020-08-06) +------------------------------------------------- +## v0.32.2 - 2023-10-20 + +### Release notes + +### Fixed + +- Rclone sync enable Thanos and Harbor destination swift only if `.objectStorage.sync.syncDefaultBuckets: true` + +### Updated + +- Ingress-nginx controller to 1.8.4 and chart to 4.7.3 (HTTP/2 fix for CVE-2023-44487) + - a limit of no more than 2 * max_concurrent_streams new streams per one event loop iteration was introduced + - refused streams are now limited to maximum of max_concurrent_streams and 100 + ------------------------------------------------- ## v0.32.1 - 2023-09-19