40.0

M. Mert Yildiran
2023-04-20 22:00:20 +03:00
parent 32310d733f
commit cbdde3638e

@@ -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