Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 11:28
· 107 commits to main since this release
9a24212

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 from Always to IfNotPresent
  • Updated domain name used for custom MultiJuicer kubernetes annotation on JuiceShop Deployments from multi-juicer.dev to multi-juicer.owasp-juice.shop. E.g. multi-juicer.dev/lastRequest to multi-juicer.owasp-juice.shop/lastRequest

🎢 Features

  • MultiJuicer Container images are now signed using cosign @J12934

🔧 Maintenance

🐛 Bug Fixes

  • Fix duplicate type definition leading to warning in kustomize @stuebingerb (#162)

📚 Docs