Skip to content

Releases: juice-shop/multi-juicer

v6.1.0

20 Aug 17:33
6ac3a9e
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Add Ukrainian locale 🇺🇦 (uk-UA) by @saymolet in #168
  • Add additional labels, annotations and ingress improvements to helm values by @zadjadr in #173

🐛 Bug Fixes

🙌 New Contributors

Full Changelog: v6.0.1...v6.1.0

v6.0.1

21 Jun 15:39
d04493d
Compare
Choose a tag to compare

🐛 Bug Fixes

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

v6.0.0

30 May 11:28
9a24212
Compare
Choose a tag to compare

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

v6.0.0-rc.2

24 May 18:25
3daf781
Compare
Choose a tag to compare
v6.0.0-rc.2 Pre-release
Pre-release

This is a test release to test the release pipeline after the migration of this repository to the juice-shop GitHub organization.
Compared to v6.0.0-rc.1 the following things have been corrected:

  • the container images now point to the proper github container registry
  • updated all url references to point to the new repository
  • the custom kubernetes annotations used by multi-juicer have been moved to the juice-shop domain. e.g. multi-juicer.dev/lastRequest has been update to multi-juicer.owasp-juice.shop/lastRequest

If everything works our well a proper v6.0.0 release will follow soon 🤞

v6.0.0-rc.1

24 May 17:03
82b65e8
Compare
Choose a tag to compare
v6.0.0-rc.1 Pre-release
Pre-release

This is a test release to test the release pipeline after the migration of this repository to the juice-shop GitHub organization.
If everything works our well a proper v6.0.0 release will follow soon 🤞

v5.3.0

16 Mar 12:43
f264ac1
Compare
Choose a tag to compare

🚀 Feature

  • Update default Juice Shop version to v14.5.1 (6a2e479)

🐛 Bug Fixes

🔧 Maintenance

v5.2.0

30 Jan 17:19
06a437b
Compare
Choose a tag to compare

🚀 Features

📚 Docs

  • Fix image links in helm readme. @coffemakingtoaster (#139)

🔧 Maintenance

v5.1.0

13 Jul 20:11
fbf8110
Compare
Choose a tag to compare

🚀 Features

  • Update default Juice Shop version to v14.1.1 (fbf8110)

🐛 Bug Fixes

  • Fix Missing Challenge Id in score-board and ProgressWatchdog @shipko (#124)

📚 Docs

📌 Dependencies

v5.0.0

20 May 18:03
fb84088
Compare
Choose a tag to compare

🚀 Features

  • Added score-board page to view the progress of every team. This feature is enabled by default but the score-board page isn't publicly linked to from the ui. You can access it by going to the /balancer/score-board page of your MultiJuicer instance. Feedback to this feature is highly appreciated, fell free to post it into the related GitHub issue: #27 @J12934
  • Re-enabled ARM builds for MultiJuicers container images @J12934
  • Update default Juice Shop version to v14.0.0 @bkimminich (#113)

📚 Docs

  • Updated documentation for AWS to setup MultiJuicer with an external load balancer. @fwijnholds (#111)
  • Updated documentation for Azure to setup MultiJuicer with an external load balancer. @blucas-accela (#112)

🔧 Maintenance

  • Switched default git branch from master to main @J12934

📌 Dependencies

v5.0.0-beta.4

20 May 15:28
97a424c
Compare
Choose a tag to compare
v5.0.0-beta.4 Pre-release
Pre-release

test build with reenabled multi-platform (x86 / intel & arm cpu's) build