Multi Juicer Versions Save

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

v6.0.0-rc.2

1 year ago

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

1 year ago

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

1 year ago

🚀 Feature

🐛 Bug Fixes

  • Fix closeNotificationsChallenge in score board @pseudobeard (#154)

🔧 Maintenance

  • Upgrade minor dependencies @dependabot (#153, #155, #157)

v5.2.0

1 year ago

🚀 Features

  • Bump Juice Shop version to v14.4.0 @bkimminich (#150)

📚 Docs

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

🔧 Maintenance

  • Upgrade dependencies. @J12934
  • Update kubernetes labels for more consistencies across our different resources. @J12934 (c36044fac64bcc71deccba2f2c89a1bdac23adc8, bd3f933c3424ee4f2a6585cadb5447598d1306d7)

v5.1.0

1 year ago

🚀 Features

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

🐛 Bug Fixes

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

📚 Docs

  • Add https Section to Azure Setup Guide @sydseter (#118)

📌 Dependencies

  • Bump got from 11.8.2 to 11.8.5 in juice-balancer & cleaner @dependabot (#121, #122)

v5.0.0

2 years ago

🚀 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: https://github.com/iteratec/multi-juicer/issues/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

  • Bump ejs from 3.1.6 to 3.1.8 in /juice-balancer/ui @dependabot (#114)
  • Bump async from 2.6.3 to 2.6.4 in /juice-balancer/ui @dependabot (#115)
  • Bump node-forge from 1.2.1 to 1.3.0 in /juice-balancer/ui @dependabot (#109)
  • Bump minimist from 1.2.5 to 1.2.6 in /juice-balancer @dependabot (#107)
  • Bump minimist from 1.2.5 to 1.2.6 in /cleaner @dependabot (#108)
  • Bump minimist from 1.2.5 to 1.2.6 in /juice-balancer/ui @dependabot (#110)

v5.0.0-beta.4

2 years ago

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

v5.0.0-beta.3

2 years ago

Configured DockerHub auto builds to build image for beta versions

v5.0.0-beta.2

2 years ago

Same as v5.0.0-beta.1 but fixes an issue in the helm release automation process which might make this one actually work 🤞

v5.0.0-beta.1

2 years ago

This is the first preview version for the upcoming MultiJuicer 5.0 release.

MultiJuicer 5.0 will contain the long awaited ScoreBoard (see #27) feature 🥳 This beta only contains a very early version of it, which is currently hidden under the /balancer/score-board path.