Updated CHANGELOG (markdown)

Alon Girmonsky
2023-04-20 16:53:02 -07:00
parent cbdde3638e
commit 800eae29f4

@@ -8,11 +8,12 @@ https://github.com/kubeshark/kubeshark/wiki/CHANGELOG
### 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.
- All namespaces are now tapped by default and there's no need to use the `-A` flag. The `-n` flag can be used to specify a certain namespaces.
- Starting to use node-level persistent volumes to ensure no data loss. As a result of this change, certain changes follow:
- Added a `PersistentVolumeClaim` that the worker DaemonSet mounts.
- Changed the `storagelimit` option's format from `200MB` to `200Mi` for complying with Kubernetes' internal quantity parser.
- Added `storageclass` option to set the `StorageClass` in `PersistentVolumeClaim`. Default value is `standard`.
- Run `kubeshark config -r` to regenerate the `~/.kubeshark/config.yaml`.
- The above is a breaking change: You need to run `kubeshark config -r` to regenerate the `~/.kubeshark/config.yaml` incase of an existing configuration file.
## 38.4