artifacthub helm/securecodebox/persistence-defectdojo 3.11.0
v3.11.0

latest releases: 4.6.0, 4.6.0-alpha.1, 4.5.0...
2 years ago

Changes

This release contains the following changes ๐ŸŽ‰. Help spread the word or leave a GitHub star if you like it ๐Ÿ˜‰

GitHub commits since tagged version GitHub Repo stars Twitter URL

โš ๏ธ Upgrade Notes

This update adds new fields to the Custom Resource Definitions (CRDs), Helm does not update CRDs after the initial installation.
To upgrade the CRDs you can run the following script or grab the latest CRDs from the git repo at the v3.11.0 tag:

kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.11.0/operator/crds/cascading.securecodebox.io_cascadingrules.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.11.0/operator/crds/execution.securecodebox.io_parsedefinitions.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.11.0/operator/crds/execution.securecodebox.io_scancompletionhooks.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.11.0/operator/crds/execution.securecodebox.io_scans.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.11.0/operator/crds/execution.securecodebox.io_scantypes.yaml
kubectl apply -f https://raw.githubusercontent.com/secureCodeBox/secureCodeBox/v3.11.0/operator/crds/execution.securecodebox.io_scheduledscans.yaml

โš ๏ธ Potential Breaking Scanner Upgrades

Important: please be aware that this release contains some potential breaking scanner updates. As discussed in ADR 0011 we accept potentially breaking changes delivered by security scanner projects within our minor updates. In the future, minor releases can contain changes that are breaking to some users. These changes will be highlighted in the release notes. Major releases will be used to indicate larger compatibility-breaking changes.

๐Ÿš€ Features

๐Ÿš“ Security Scanner

โš“๏ธ Hooks

๐Ÿ› Bug Fixes

๐Ÿงช Test

  • Removed the simply expanded variable for the ABS_PROJECT_DIR in Makefile @Ilyesbdlala (#1124)

๐Ÿ“š Documentation

๐Ÿ”ง Maintenance

๐Ÿ“Œ Dependencies

Distribution

Artifact HUB
Docker Hub

Contributors

Thanks to all our contributors supporting this project ๐Ÿค—
@Ilyesbdlala, @J12934, @Miker91, @SebieF, @Spritekin, @Weltraumschaf, @malexmave, @rseedorff, @secureCodeBoxBot and @the-simmon

Don't miss a new persistence-defectdojo release

NewReleases is sending notifications on new releases.