Releases: undistro/zora
Releases · undistro/zora
v0.7.0-rc3
Changelog
- 981cad8 Merge branch 'main' into feat/trivy-plugin
- 2993029 Merge branch 'main' into feat/trivy-plugin
- db12033 Update README.md (#225)
- 064d6fe chore: add --no-progress flag in trivy plugin
- 980d678 chore: add license header
- 8ac3109 chore: add totalResources, summary, type and score in Vulnerability types
- 4872f2a chore: add trivy plugin in helm chart
- 618639f chore: always apply plugins
- 6afbb68 chore: apply trivy plugin on make install
- b45f419 chore: bump curl image
- aab9c26 chore: delete unused file
- 04fa665 chore: generate clientset for VulnerabilityReport
- 51b46c5 chore: handle misc plugins
- 1329d18 chore: handle vulnerabilities in worker
- 30bf280 chore: log trivy report errors as info
- a4ceac5 chore: remove non-alphanumeric from vuln reports name
- ddf0fcb chore: rename clusterscan template file in helm chart
- 7b888af chore: set PLUGIN_TYPE to worker env
- 1891485 chore: set type field on plugin manifests
- 2e7be1d chore: testing parseVulnResults function
- 7f5c8dd chore: update imagePullSecret template name in helm chart
- cb935ca chore: update logs
- ef5dcee chore: update operator role
- 8cbf4ae chore: update plugins role
- 9dbc59a chore: update test error messages
- b8940fe chore: update trivy plugin
- 2606663 ci: set go-version-file in setup-go@v4
- d1d2be9 ci: update helm chart repository
- 35e45af create namespace on
make install
- 521b513 create trivy plugin sample
- 7359ab8 create vulnerabilityreport crd
- c05f3a7 feat: add type field in Plugin
- 2ab75ea feat: add vuln reports column markers
- 584cb5f feat: agent mode support (#227)
- fa7c1a8 feat: apply scans for both misc and vuln in helm chart
- 1246ac7 feat: creating vulnerability reports in worker
- 1888bde feat: do not set security context pod level
- 145d014 feat: implement trivy parse function
- 1017ac2 feat: set allowPrivilegeEscalation to false in plugins security context
- 5c8ffa5 feat: set security context on init container
- ffc13d0 feat: set security context on worker container
- 031acb1 feat: update clusterissues short names
- a2bded8 feat: update clusterscans and customchecks short names
- f22510b feat: update plugins role
- ec667fd new: feat: setup analytics for data tracking (#224)
- 1009639 refactor worker (#226)
- 4af04d6 set runAsNonRoot in container level
- 18a1c1c update plugins role
- 8975c15 zora v0.7.0-rc3
v0.7.0-rc2
Changelog
- c1c5701 fix: operator should have the same permissions as the plugins
v0.7.0-rc1
Changelog
- 6979f03 add default-container annotation on plugin pods
- 621c812 add view permissions to zora-plugins ClusterRole
- 37227d5 feat: add agent mode flag in helm chart
- f745556 remove kubeconfig flags from plugins cmd
- ba7fb30 remove kubeconfigRef from Cluster sample
- 4e2651e set KUBECONFIG env only if the Cluster has kubeconfigKeyRef
- e84c586 upgrade dependencies and go version (#223)