Skip to content

Releases: juice-shop/multi-juicer

v7.2.2

19 Apr 17:48
824da99
Compare
Choose a tag to compare

🌍 Translations

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

🔧 Maintenance

New Contributors

Full Changelog: v7.2.1...v7.2.2

v7.2.1

21 Dec 11:11
Compare
Choose a tag to compare

What's Changed

🔧 Maintenance

  • Fix release build by dropping support for arm/v7 CPU architectures.
    (arm64 is still supported, for ARM support on 32bit architecture please use release v7.1.0 for now 😢)
    See: #197 (comment)

Full Changelog: v7.2.0...v7.2.1

v7.2.1-rc.0

21 Dec 11:05
Compare
Choose a tag to compare
v7.2.1-rc.0 Pre-release
Pre-release

Test Release to iron out issues with release build for release v7.2.0
#197 (comment)

v7.2.0

20 Dec 11:17
Compare
Choose a tag to compare

⚠️ 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: v7.1.0...v7.2.0

v7.1.0

08 Nov 18:33
e2eaab7
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • Add startup probe to JuiceShop pod by @sharjeelaziz in #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: v7.0.1...v7.1.0

v7.0.1

18 Oct 18:04
6bb733e
Compare
Choose a tag to compare

🔧 Maintenance

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

Full Changelog: v7.0.0...v7.0.1

v7.0.0

23 Sep 13:16
a8c56ff
Compare
Choose a tag to compare

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: v6.1.0...7.0.0

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