From ebe953b733aa79bcb655438f56f714eed8499e7b Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:07:45 +0300 Subject: [PATCH] Getting read for the next release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa8573..6ed10f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ This document summarizes main and fixes changes published in stable (aka `main`) https://github.com/kubeshark/kubeshark/wiki/CHANGELOG + +## 4X.X + +**Breaking Release**: Yes +**Keywords**: Retention, Offline Investigation, Release Namespace, IRSA, kube2iam, config merge + +### Enhancements + +- `kubeshark config -r` can now merge existing config properties into a new config structure (https://github.com/kubeshark/kubeshark/issues/1372) +- S3 helper now supports IRSA and kube2iam configurations. (https://github.com/kubeshark/kubeshark/issues/1376) +- Use Kubeshark to view an offline S3 bucket / folder (https://github.com/kubeshark/kubeshark/issues/1374) +- Support adding annotations and setting an ingressClass (https://github.com/kubeshark/kubeshark/issues/1371) + +### Fixes +- https://github.com/kubeshark/kubeshark/issues/1375 +- https://github.com/kubeshark/kubeshark/issues/1361 + ## 40.0 ### changes