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