Skip to content

Releases: kubescape/helm-charts

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

kubescape-operator-1.17.3

15 Jan 20:05
9ebf743
Compare
Choose a tag to compare

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

12 Jan 08:33
ef226b2
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: kubescape-operator-1.16.8...kubescape-operator-1.17.2

kubescape-operator-1.17.1

08 Jan 12:48
877bac0
Compare
Choose a tag to compare

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

01 Jan 20:43
62cece8
Compare
Choose a tag to compare

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

25 Dec 10:07
df6cf84
Compare
Choose a tag to compare

Kubescape is an E2E Kubernetes cluster security platform