Skip to content

Releases: juice-shop/multi-juicer

v3.8.0

09 Oct 14:32
6dabd05
Compare
Choose a tag to compare

🚀 Features

  • Add button to reset the passcode of a team @DerGut (#64)

v3.7.0

17 Sep 09:10
551a6fd
Compare
Choose a tag to compare

🚀 Features

  • Add configurable securityContext to all workloads @DerGut (#61)
  • Update to Juice Shop v12.0.2 (ab9ed2e)
  • MultiJuicer Image now use a numeric userId which allows them to pass the runAsNonRoot PodSecurityPolicy. (d4e1f0d)

v3.6.1

07 Sep 11:22
7f21156
Compare
Choose a tag to compare

🔑 Security Fixes

v3.6.0

02 Sep 17:27
c2fd621
Compare
Choose a tag to compare

🚀 Features

  • Upgrade default Juice Shop Version to v11.1.3 (related to #51)

📚 Docs

  • Added guide for setting up Multi-Juicer on a plain k8s cluster @skandix (#58)

Changes

  • Bump lodash from 4.17.15 to 4.17.19 in /juice-balancer @dependabot (#55)
  • Bump lodash from 4.17.14 to 4.17.19 in /cleaner @dependabot (#56)

v3.5.0

15 Jun 10:16
1c756b5
Compare
Choose a tag to compare

🚀 Features

  • Upgrade default Juice Shop Version to v11.1.0

v3.4.1

23 May 12:11
dc4e7c1
Compare
Choose a tag to compare

📚 Docs

  • Added README.md to helm chart, to be displayed in helm / artifact hubs.

v3.4.0

13 May 10:21
a16ccfb
Compare
Choose a tag to compare

🚀 Features

  • Upgrade default Juice Shop Version to v10.3.1

🖥 Dashboard

  • Added Visualization breaking down a Teams Progress based on the challenge categories @J12934 (c2a8f8d)

🐛 Bug Fixes

  • Prevent accidental overwrite of "ctf" config section with null @bkimminich (#53)

v3.3.0

08 May 12:46
cb76889
Compare
Choose a tag to compare

🚀 Features

  • Added balancer.skipOwnerReference helm config value to optionally disable the automatic creation of kubernetes ownerReference on the created Juice Shop Deployments and Services. Setting this to true enables MultiJuicer to run on older kubernetes / OpenShift versions. @J12934 (#51, 88b91f9)

v3.2.0

22 Apr 18:21
96841a5
Compare
Choose a tag to compare

🚀 Features

  • Added a template to configure an ingress rule directly via the hem values @rseedorff (#50)
  • Updated to Juice Shop v10.2.0 @J12934 (2771cad)

🐛 Bug Fixes

  • Fix notifications repeating on every solved challenge @J12934 (f5b6e7c)

v3.1.1

15 Apr 16:02
0d772c5
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix ProgressWatchdog from crashing when deployed in namespaces other than "default" @splattner & @J12934 (#48)

📚 Docs

  • Adding some more steps / debugging notes to AWS Setup Guide @nickmalcolm (#46)