Skip to content

Releases: kubescape/helm-charts

kubescape-operator-1.19.1

05 Jul 08:27
c6fc4e3
Compare
Choose a tag to compare

Kubescape is an E2E Kubernetes cluster security platform

What's Changed

New Contributors

Full Changelog: kubescape-operator-1.18.18...kubescape-operator-1.19.1

kubescape-operator-1.18.18

25 Jun 04:55
4b79c0b
Compare
Choose a tag to compare

Kubescape is an E2E Kubernetes cluster security platform

What's Changed

Full Changelog: kubescape-operator-1.18.17...kubescape-operator-1.18.18

kubescape-operator-1.18.17

19 Jun 10:51
d1c59c4
Compare
Choose a tag to compare

Kubescape is an E2E Kubernetes cluster security platform

What's Changed

New Contributors

Full Changelog: kubescape-operator-1.18.16...kubescape-operator-1.18.17

kubescape-operator-1.18.16

05 Jun 15:58
c5a3bce
Compare
Choose a tag to compare

Kubescape is an E2E Kubernetes cluster security platform

What's Changed

Full Changelog: kubescape-operator-1.18.14...kubescape-operator-1.18.16

kubescape-operator-1.18.15

04 Jun 07:43
3aed161
Compare
Choose a tag to compare

Kubescape is an E2E Kubernetes cluster security platform

kubescape-operator-1.18.14

28 May 06:35
2374926
Compare
Choose a tag to compare

1.18.14 Release Notes

🚀 Enhancements

  • New rules for the thread detection capability by @amitschendel in #439
  • Do not scan large images, configure kubevuln.maxSBOMSize=20971520
    GA: 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 capabilities.nodeProfileService=enable \
--set alertCRD.installDefault=true \
--set alertCRD.scopeClustered=true \
--set nodeAgent.config.prometheusExporter=enable

🐞 Fixed issues

  • Adding proxy-secret volume to the discovery job by @dwertent in #436

Full Changelog: kubescape-operator-1.18.13...kubescape-operator-1.18.14

kubescape-operator-1.18.13

07 May 10:21
d51c9f9
Compare
Choose a tag to compare

1.18.13 Release Notes

This is a hot-fix release, see 1.18.12 release notes.

🚀 Enhancements

🐞 Fixed issues

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

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