From cbdde3638ee336ccd770643686ecc5528c85f7bf Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Thu, 20 Apr 2023 22:00:20 +0300 Subject: [PATCH] 40.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22b5cf9..0169415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ This document summarizes main and fixes changes published in stable (aka `main`) https://github.com/kubeshark/kubeshark/wiki/CHANGELOG +## 40.0 + +### changes + + - Removed the `-A` flag. Now Kubeshark targets all namespaces by default. Use `-n` flag to specify namespaces. + - Changed the `storagelimit` option's format from `200MB` to `200Mi` for complying with Kubernetes' internal quantity parser. + - Added a `PersistentVolumeClaim` that the worker DaemonSet mounts. + - Added `storageclass` option to set the `StorageClass` in `PersistentVolumeClaim`. Default value is `standard`. + - Run `kubeshark config -r` to regenerate the `~/.kubeshark/config.yaml`. + ## 38.4 ### changes