Updated CHANGELOG (markdown)

Alon Girmonsky
2023-07-03 14:20:36 +03:00
parent ebe953b733
commit 097f91c37b

@@ -5,19 +5,28 @@ This document summarizes main and fixes changes published in stable (aka `main`)
https://github.com/kubeshark/kubeshark/wiki/CHANGELOG
## 4X.X
# 4X.X (2023-07-04)
**Breaking Release**: Yes
**Keywords**: Retention, Offline Investigation, Release Namespace, IRSA, kube2iam, config merge
## Release Highlights
**Keywords**: Traffic Retention, Offline View, Release Namespace, IRSA, kube2iam, config merge
### Enhancements
In addition to numerous bug fixes, new support for offline retained traffic viewing using AWSS3. Support for kube2iam and IRSA mechanisms. Annotations and IngressClass and more.
## Breaking Changes
- Default deployment namespace is now `default and not `kubeshark`
- Configuration attribute `selfnamespace` was changed to `releasenamespace` to comply with Helm best practices
### Additional Enhancements and Changes
- `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)
- Changed `selfnamespace` to `releasenamespace` to comply with Helm best practices
- Changes Kubeshark's default deployment namespace to `default` with the option of setting a different deployment namespace
### Fixes
- Support for --debug / -d functionality
- https://github.com/kubeshark/kubeshark/issues/1375
- https://github.com/kubeshark/kubeshark/issues/1361