Releases: kubescape/helm-charts
kubescape-operator-1.26.6
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
Full Changelog: kubescape-operator-1.26.5...kubescape-operator-1.26.6
kubescape-operator-1.26.5
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
- Adding rules by @amitschendel in #647
- Sync roles & clusterroles by @amirmalka in #648
- removing deprecated CRDs by @matthyx in #649
- add divisor: '1' to GOMAXPROCS and GOMEMLIMIT for argo by @matthyx in #640
- kubescape/node-agent@v0.2.269...v0.2.274
- fixed malicious app by @afek854 in kubescape/node-agent#503
- Fixing a panic when slugToContainers returns nil by @amitschendel in kubescape/node-agent#504
- Feature/ebpf top by @afek854 in kubescape/node-agent#505
- fixed comment by @afek854 in kubescape/node-agent#506
- kubescape/synchronizer@v0.0.100...v0.0.102
- bump github.com/cilium/cilium to v1.16.6 by @matthyx in kubescape/synchronizer#107
- fix proxy support by @matthyx in kubescape/synchronizer#108
Full Changelog: kubescape-operator-1.26.4...kubescape-operator-1.26.5
kubescape-operator-1.26.4
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
- fix operator network policy for admission controller port by @amirmalka in #642
- use a noop exporter for logs instead of disabling by @matthyx in #644
- include more resources to ignoreDifferences ArgoCD App by @StefanCenusa in #646
- kubescape/kubescape@v3.0.30...v3.0.31
- fix score calculation for framework with all controls in status irrelevant by @amirmalka in kubescape/kubescape#1802
- Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by https://github.com/dependabot in kubescape/kubescape#1803
- kubescape/operator@v0.2.74...v0.2.77
- fix exporter alert data by @afek854 in kubescape/operator#297
- add pullsecrets from pod for scanAP by @matthyx in kubescape/operator#298
- kubescape/kubevuln@v0.3.65...v0.3.66
- discard vulnerabilitymanifest created from old sbom by @matthyx in kubescape/kubevuln#280
- kubescape/storage@v0.0.161...v0.0.166
- unregister applicationactivity and networkneighbors by @matthyx in kubescape/storage#200
- remove goroutine from lock acquisition by @matthyx in kubescape/storage#201
- prune metadata if gob file not found by @matthyx in kubescape/storage#202
- kubescape/node-agent@v0.2.263...v0.2.269
- Added fallback by @afek854 in kubescape/node-agent#496
- Adding backoff on runc originated processes by @amitschendel in kubescape/node-agent#497
- Removing path from malicious paths by @amitschendel in kubescape/node-agent#498
- Removing container specification from message as this comes in the me… by @amitschendel in kubescape/node-agent#500
- kubescape/synchronizer@v0.0.99...v0.0.100
- fix pulsar reader loop by @amirmalka in kubescape/synchronizer#106
New Contributors
- @StefanCenusa made their first contribution in #646
Full Changelog: kubescape-operator-1.26.3...kubescape-operator-1.26.4
kubescape-operator-1.26.3
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
- add missing condition to install exporter's servicemonitor by @matthyx in #638
- remove logs from otel exporter config by @matthyx in #639
- disable otel collector when configurations.otelUrl is set by @matthyx in #636
- allow disabling runtimeObservability while keeping relevancy by @matthyx in #641
Full Changelog: kubescape-operator-1.26.2...kubescape-operator-1.26.3
kubescape-operator-1.26.2
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
- do not set insecureSkipTLSVerify=false with mtls (argo) by @matthyx in #631
- kubescape/kubevuln@v0.3.62...v0.3.65
- add build image file by @jnathangreeg in kubescape/kubevuln#277
- only submit CVE to backend if we have a wlid by @matthyx in kubescape/kubevuln#279
- normalize imageTag for scan AP by @matthyx in kubescape/kubevuln#278
- kubescape/node-agent@v0.2.259...v0.2.263
- avoid out of range errors in initContainerIdToName by @matthyx in kubescape/node-agent#492
- fixed parsing of http response by @afek854 in kubescape/node-agent#493
- removed line by @afek854 in kubescape/node-agent#495
- don't rely on containerstatuses order, avoid indices by @matthyx in kubescape/node-agent#494
Full Changelog: kubescape-operator-1.26.1...kubescape-operator-1.26.2
kubescape-operator-1.26.1
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
- disable nodeSbomGeneration by @amirmalka in #630
Full Changelog: kubescape-operator-1.26.0...kubescape-operator-1.26.1
kubescape-operator-1.26.0
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
- Enable host sensor configurations by @slashben in #624
- Changing default chart settings (node SBOM,mTLS, Admission controller, and HTTP) by @slashben in #625
- add missing nodeSelector for os linux by @matthyx in #626
- kubescape/kubescape@v3.0.29...v3.0.30
- Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 in /httphandler by @dependabot in kubescape/kubescape#1796
- update prerequisites command by @matthyx in kubescape/kubescape#1797
- kubescape/operator@v0.2.73...v0.2.74
- check correct setting for continuous scanning by @matthyx in kubescape/operator#296
- host-scanner rebuilt for CVE in stdlib
Full Changelog: kubescape-operator-1.25.7...kubescape-operator-1.26.0
kubescape-operator-1.25.7
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
- added io uring detection by @afek854 in #617
- Replace full folder mount to per file mount of extra CA certificates by @slashben in #613
- add capability to save filtered SBOMs again
- kubescape/kubescape@v3.0.25...v3.0.29
- Refactor: maroto version v2 by @Fernando-hub527 in kubescape/kubescape#1786
- Feature: Added exceptions flag in scan image cmd by @VaibhavMalik4187 in kubescape/kubescape#1568
- added support for exception rules in Scan API ( As a HTTP request) by @Sanskarzz in kubescape/kubescape#1591
- do not skip on location resolver error by @matthyx in kubescape/kubescape#1788
- Refactor: propagate context from main to avoid redundant context creation by @pixel365 in kubescape/kubescape#1789
- fix: add error handling and context propagation by @pixel365 in kubescape/kubescape#1790
- update prerequisites by @matthyx in kubescape/kubescape#1791
- removing enable/disable colors, as not compatible with all loggers by @matthyx in kubescape/kubescape#1792
- deprecate control name in exception policies by @amirmalka in kubescape/kubescape#1795
- kubescape/operator@v0.2.69...v0.2.73
- Update k8s-interface to v0.0.187 to support google artifact registry by @vijaytdh in kubescape/operator#292
- fix continuous scanning by @matthyx in kubescape/operator#290
- Update registryx dependency to v0.0.25 and adjust go.sum by @kooomix in kubescape/operator#293
- bump some deps by @matthyx in kubescape/operator#295
- kubescape/kubevuln@v0.3.58...v0.3.62
- add option to save filtered SBOMs by @matthyx in kubescape/kubevuln#274
- fix compatibility with node-agent SBOMs by @matthyx in kubescape/kubevuln#273
- only use registry provider to pull images by @matthyx in kubescape/kubevuln#275
- kubescape/storage@v0.0.159...v0.0.161
- notify watchers when cleanup deletes objects by @matthyx in kubescape/storage#195
- add timeout to storage locks by @matthyx in kubescape/storage#196
- kubescape/node-agent@v0.2.246...v0.2.259
- avoid panic on shared container data by getting it once by @matthyx in kubescape/node-agent#478
- Fixing panic when application profile is nil and being passed to inde… by @amitschendel in kubescape/node-agent#479
- Feature/iouring detection by @afek854 in kubescape/node-agent#476
- memlock enable when not checking kernel by @amitschendel in kubescape/node-agent#482
- use ToolVersionMetadataKey from k8s-interface by @matthyx in kubescape/node-agent#480
- add retry to patchApplicationProfile in case of timeout by @matthyx in kubescape/node-agent#481
- add nil check for appProfile in ApplicationProfileCacheImpl by @matthyx in kubescape/node-agent#483
- Host hash sensor by @slashben in kubescape/node-agent#484
- Imporving fileless execution detection and removing paths from senset… by @amitschendel in kubescape/node-agent#489
- Add ignored comms for /etc/shadow access by @slashben in kubescape/node-agent#490
- Remove perl from whitelist by @slashben in kubescape/node-agent#491
- kubescape/synchronizer@v0.0.98...v0.0.99
- fatal on pulsar channel closed by @matthyx in kubescape/synchronizer#105
- kubescape/prometheus-exporter@v0.2.1...v0.2.2
- Added use of refresh interval time by @jayantpranjal0 in kubescape/prometheus-exporter#29
Full Changelog: kubescape-operator-1.25.6...kubescape-operator-1.25.7
kubescape-operator-1.25.6
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
- Updating rules & bumping in-cluster components by @amitschendel in #614
- prepare next release by @matthyx in #615
- kubescape/storage@v0.0.156...v0.0.159
- add call stack feature
- improve list/watch for virtual CRDs
- kubescape/node-agent@v0.2.238...v0.2.246
- add call stack feature
- improve list/watch calls with fullSpec option
Full Changelog: kubescape-operator-1.25.5...kubescape-operator-1.25.6
kubescape-operator-1.25.5
Kubescape is an E2E Kubernetes cluster security platform
What's Changed
- Add support for mapping extra CA certificates in Kubescape Helm chart by @slashben in #610
- Add kubescape offline capability by @matthyx in #611
- prepare new release by @matthyx in #612
- kubescape/operator@v0.2.68...v0.2.69
- acknoledge that imagePullSecrets can contain multiple credentials
- kubescape/http-request@v0.2.9...v0.2.11
- bump deps for vulnerabilities
Full Changelog: kubescape-operator-1.25.4...kubescape-operator-1.25.5