Skip to content

Releases: kubescape/helm-charts

kubescape-operator-1.18.12

01 May 13:15
dfc42d1
Compare
Choose a tag to compare

1.18.12 Release Notes

📢 Updates

We updated the internal package responsible for generating the SBOM and the vulnerabilities report. This change might impact some scanning results, making them more accurate.

🚀 Enhancements

Rule-based alerting installation guide

Full Changelog: kubescape-operator-1.18.11...kubescape-operator-1.18.12

kubescape-operator-1.18.11

17 Apr 15:17
e88dede
Compare
Choose a tag to compare

1.18.11 Release Notes

🚀 Enhancements

Beta (release candidate): rule-based alerting

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 --set alertCRD.installDefault=true --set alertCRD.scopeClustered=true --set nodeAgent.config.prometheusExporter=enable

🐞 Fixed issues

Full Changelog: kubescape-operator-1.18.10...kubescape-operator-1.18.11

kubescape-operator-1.18.10

09 Apr 12:19
b4f6651
Compare
Choose a tag to compare

1.18.10 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.10

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