v6.0.0
v6.0.0 MultiJuicer goes OWASP!
MultiJuicer is now part of the official OWASP Juice Shop project 🥳🐝🧃
Thank you iteratec for donating the project and the continuing support 🙌
💣 Breaking changes
- New helm chart version are now published as OCI artifacts into the GitHub package registries.
For updated install instructions refer to our readme page.
If you still use MultiJuicer versions (=< v5.3.0) you can use the updated GitHub pages url
helm repo add multi-juicer https://iteratec.github.io/multi-juicer/
=>helm repo add multi-juicer https://juice-shop.github.io/multi-juicer/
- Container images have been moved from Docker Hub to the GitHub Container registry. E.g.
docker.io/iteratec/juice-balancer
=>ghcr.io/juice-shop/multi-juicer/juice-balancer
- Updated default
ImagePullPolicy
for all pods in the helm chart fromAlways
toIfNotPresent
- Updated domain name used for custom MultiJuicer kubernetes annotation on JuiceShop Deployments from
multi-juicer.dev
tomulti-juicer.owasp-juice.shop
. E.g.multi-juicer.dev/lastRequest
tomulti-juicer.owasp-juice.shop/lastRequest
🎢 Features
🔧 Maintenance
- Upgrade minor dependencies @J12934 & @dependabot (5f1e59e, #60)
🐛 Bug Fixes
- Fix duplicate type definition leading to warning in kustomize @stuebingerb (#162)
📚 Docs
- Improve Digital Ocean guide @adrianeriksen (#159)
- Fix typos in documentation and helm chart @MichaelEischer (#161)