Multi Juicer Versions Save

Host and manage multiple Juice Shop instances for security trainings and Capture The Flags

v7.2.2

4 weeks ago

🌍 Translations

  • Fix spelling and grammar mistakes in german translation @jvmdc (#201)

πŸ”§ Maintenance

  • Update Node.js version to v21 @jvmdc (#201)
  • Update go version to v1.22 @jvmdc (#201)

New Contributors

Full Changelog: https://github.com/juice-shop/multi-juicer/compare/v7.2.1...v7.2.2

v7.2.1

4 months ago

What's Changed

πŸ”§ Maintenance

Full Changelog: https://github.com/juice-shop/multi-juicer/compare/v7.2.0...v7.2.1

v7.2.1-rc.0

4 months ago

Test Release to iron out issues with release build for release v7.2.0 https://github.com/juice-shop/multi-juicer/discussions/197#discussioncomment-7917164

v7.2.0

4 months ago

⚠️ Build for this release failed. Please use v7.2.1 instead!

What's Changed

πŸš€ Features

  • Bump default JuiceShop version to v16.0.0 @J12934

πŸ› Bug Fixes

πŸ”§ Maintenance

  • Update Node.js version to v20 @J12934

New Contributors

Full Changelog: https://github.com/juice-shop/multi-juicer/compare/v7.1.0...v7.2.0

v7.1.0

6 months ago

What's Changed

πŸš€ Features

  • Add startup probe to JuiceShop pod by @sharjeelaziz in https://github.com/juice-shop/multi-juicer/pull/191 This both allows faster startup for fast environments and also allows it to properly startup without issues on extremely slow environments
  • Bump default JuiceShop version to v15.3.0 @J12934

New Contributors

Full Changelog: https://github.com/juice-shop/multi-juicer/compare/v7.0.1...v7.1.0

v7.0.1

6 months ago

πŸ”§ Maintenance

  • Add workflow to update "News" tab on Juice Shop website #186 @bkimminich
  • Update JavaScript Dependencies 6bb733e70f648c449eb8d861d42e61d2ac9430f9 @J12934
  • Update default JuiceShop Version from v15.2.0 to v15.2.1 @J12934

Full Changelog: https://github.com/juice-shop/multi-juicer/compare/v7.0.0...v7.0.1

v7.0.0

7 months ago

What's Changed

🚨 Breaking

  • Renamed existing securityContext to podSecurityContext. If you configured a securityContext before to rename the property. E.g. juiceBalancer.securityContext to juiceBalancer.podSecurityContext.

πŸš€ Features

  • Updated to JuiceShop v15.2.0 as default JuiceShop version. This version contains a new ScoreBoard and new Blockchainy Challenges. Also brings performance improvements for both the server (15-20% less CPU and Memory usage) which should help reducing costs for MultiJuicer setups :)
  • Added option to configure kubernetes securityContexts on the container level via new containerSecurityContext helm value. Thanks @jonasbg πŸ™Œ
  • Both podSecurityContext & containerSecurityContext are now configured with sensible and locked down defaults for all components. See values.yaml for the new default values. Thanks @jonasbg for providing the default values πŸ™Œ

πŸ“š Documentation

  • Fixed outdated versions used in AWS setup guide. Thanks @wurstbrot πŸ™Œ via #180

πŸ”§ Maintenance

  • Updated dependencies for all components
  • Added unit tests for MultiJuicer Helm chart

New Contributors

Full Changelog: https://github.com/juice-shop/multi-juicer/compare/v6.1.0...7.0.0

v6.1.0

8 months ago

What's Changed

πŸš€ Features

πŸ› Bug Fixes

πŸ™Œ New Contributors

Full Changelog: https://github.com/juice-shop/multi-juicer/compare/v6.0.1...v6.1.0

v6.0.1

10 months ago

πŸ› Bug Fixes

  • Add missing difficulty mapping for emptyUserRegistration challenge (#166, c3dbfc413a975f12d295eb321e8cebb2f5e0b837)

v6.0.0

11 months ago

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

  • Upgrade minor dependencies @J12934 & @dependabot (5f1e59ef8edc9b6e60dd64a3e1d3da0381bf2e04, #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)