Releases: kubescape/helm-charts
kubescape-operator-1.18.4
1.18.4 Release Notes
🚀 Enhancements
- Synchronizer GA by @amirmalka in #394
- Generating network policies is enabled:
kubectl -n <namespace> get generatednetworkpolicies <workload-kind>-<workload-name> -o yaml
- Adding ignore label to all resources by @dwertent in #395 (This is for future support)
- bump images by @matthyx in #396
🐞 Fixed issues
- Fix: missing imagePullSecrets in storage deployment by @jbertozzi in #391
- Fix panic in
node-agent
- Fix panic in
storage
New Contributors
- @jbertozzi made their first contribution in #391
Full Changelog: kubescape-operator-1.18.3...kubescape-operator-1.18.4
kubescape-operator-1.18.3
1.18.3 Release Notes
🐞 Fixed issues
Full Changelog: kubescape-operator-1.18.2...kubescape-operator-1.18.3
kubescape-operator-1.18.2
1.18.2 Release Notes
🚀 Enhancements
- add README explanation for runc path on K3s by @matthyx in #385
- Adding gateway API objects to clusterrole by @slashben in #388
- Fix accessKey value by @dwertent in #387
- Bump versions by @dwertent in #389
🐞 Fixed issues
- Trigger scan when an image is updated
- Enhance initContainers image scanning
- Reduce storage memory usage
- Optimize
applicationProfiles
patching
Full Changelog: kubescape-operator-1.18.1...kubescape-operator-1.18.2
kubescape-operator-1.18.1
1.18.1 Release Notes
🚀 Enhancements
- Add secret for private registries credentials by @amirmalka in #382
🐞 Fixed issues
- Fix SBOM cleanup mechanics
- Removed many logs from the storage
Full Changelog: kubescape-operator-1.18.0...kubescape-operator-1.18.1
kubescape-operator-1.18.0
1.18.0 Release Notes
📢 Updates
We changed the internal SBOM format from SPDX to the Syft format in this release.
As a result, any collected relevant data is ignored and must be collected again.
This change will reduce the number of false-positive results.
Note: SPDX format is no longer supported, you can convert from the syft format using the
syft convert
command
Full Changelog: kubescape-operator-1.17.3...kubescape-operator-1.18.0
kubescape-operator-1.17.3
1.17.3 Release Notes
📢 Updates
We have noticed some heavy loads on the storage component so we decided to disable the responsible capabilities by default until we sort it out.
If you wish to enable the networkPolicyGenenration
and applicationProfiles
capabilities, run the chart with the following args:
--set capabilities.networkPolicyService=enable --set capabilities.runtimeObservability=enable
🐞 Fixed issues
- Scanning workload with multiple
imagePullSecrets
- NetwokPolicy generation: Removed some labels
Full Changelog: kubescape-operator-1.17.2...kubescape-operator-1.17.3
kubescape-operator-1.17.2
1.17.2 Release Notes
🚀 Enhancements
- Adding Prometheus Exporter to Helm Charts by @0xt3j4s in #343. Docs. The current Prometheus exporter will be deprecated!
- Generating network policies is enabled
- Application profiles are enabled
kubectl get applicationprofiles -A
- Application activities are available by default
kubectl get applicationactivities -A
- Synchronizer: enabling the synchronizer for future developments
🐞 Fixed issues
- Fix cron templates by @chrism417 in #373 (#369 )
- Storage retention #338
- Fix Operator OOM killed by @amirmalka in #375
New Contributors
- @chrism417 made their first contribution in #373
- @0xt3j4s made their first contribution in #343
Full Changelog: kubescape-operator-1.16.8...kubescape-operator-1.17.2
kubescape-operator-1.17.1
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
- Disable applicationprofile, networkpolicies - bump storage, synchronizer by @matthyx in #370
- Fail on missing access key by @amirmalka in #371
- Add cleanup interval and missing rbac for storage by @matthyx in #368
Full Changelog: kubescape-operator-1.17.0...kubescape-operator-1.17.1
kubescape-operator-1.17.0
1.17.0 Release Notes
🚀 Enhancements
- Generating network policies is enabled
- Application profiles are enabled
kubectl get applicationprofiles -A
- Application activities are available by default
kubectl get applicationactivities -A
- Synchronizer: enabling the synchronizer for future developments
🐞 Fixed issues
Full Changelog: kubescape-operator-1.16.8...kubescape-operator-1.17.0
kubescape-operator-1.16.8
Kubescape is an E2E Kubernetes cluster security platform