Skip to content

Releases: kubescape/helm-charts

kubescape-operator-1.18.9

08 Apr 16:36
e6a21c5
Compare
Choose a tag to compare

1.18.9 Release Notes

🚀 Enhancements

Alpha release: rule-based alerting
In this release, we are introducing runtime-based alerting to detect malicious behavior in the applications running in the cluster.
Feel free to contact us if you are interested in testing it out :)

Install

For installation, add the following flags to the installation command:

  • runtimeDetection: Detect unexpected file exec/file open and network
  • malwareDetection: Anti-virus
--set capabilities.runtimeDetection=enable --set capabilities.malwareDetection=enable 

Alerts

The alerts should be available in Prometheus.
Enable the serviceMonitor:

--set nodeAgent.serviceMonitor.enabled=true

@dwertent @amirmalka @amitschendel #416

🐞 Fixed issues

Full Changelog: kubescape-operator-1.18.8...kubescape-operator-1.18.9

kubescape-operator-1.18.8

02 Apr 15:16
f49831a
Compare
Choose a tag to compare

1.18.8 Release Notes

🚀 Enhancements

  • Adding contextual remediation (remediation based on runtime data) by @matthyx in #410

🐞 Fixed issues

  • Fix potential race conditions in the synchronizer
  • Removed deprecated summary objects

Full Changelog: kubescape-operator-1.18.7...kubescape-operator-1.18.8

kubescape-operator-1.18.7

27 Mar 17:53
b82e4c2
Compare
Choose a tag to compare

Kubescape is an E2E Kubernetes cluster security platform

kubescape-operator-1.18.6

06 Mar 16:26
632f7d6
Compare
Choose a tag to compare

1.18.6 Release Notes

🐞 Fixed issues

  • Hotfix registry scanning

Full Changelog: kubescape-operator-1.18.5...kubescape-operator-1.18.6

kubescape-operator-1.18.5

04 Mar 19:02
26089dd
Compare
Choose a tag to compare

1.18.5 Release Notes

🚀 Enhancements

🐞 Fixed issues

  • Set continues-scanning to disable when there is an adaptor
  • Improve image vulnerability scanning results

Full Changelog: kubescape-operator-1.18.4...kubescape-operator-1.18.5

kubescape-operator-1.18.4

22 Feb 13:45
128c775
Compare
Choose a tag to compare

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

Full Changelog: kubescape-operator-1.18.3...kubescape-operator-1.18.4

kubescape-operator-1.18.3

12 Feb 15:20
311ca0a
Compare
Choose a tag to compare

1.18.3 Release Notes

🐞 Fixed issues

Full Changelog: kubescape-operator-1.18.2...kubescape-operator-1.18.3

kubescape-operator-1.18.2

07 Feb 10:22
bfd5e78
Compare
Choose a tag to compare

1.18.2 Release Notes

🚀 Enhancements

🐞 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

29 Jan 12:51
5bcd180
Compare
Choose a tag to compare

1.18.1 Release Notes

🚀 Enhancements

🐞 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

24 Jan 09:58
e1aefaa
Compare
Choose a tag to compare

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