Releases: juice-shop/multi-juicer
Releases · juice-shop/multi-juicer
v4.4.0
🚀 Features
- Bump to Juice Shop v13.1.0 @bkimminich (#100)
🐳 Containery Things
- This release (temporarily) moves the docker image build pipeline from GitHub Actions to DockerHub Auto Builds due to DockerHub licensing / auth issues. This removed the support for ARM based platforms like the RaspberryPi for the prebuild images. You can still build the images for ARM platforms yourself. This is meant as a temporary workaround and we hope to get this working again soon 🤞
v4.3.2
v4.3.1
Changes
- Bump Juice Shop version to hotfix 12.10.1 @bkimminich (#96)
v4.3.0
🚀 Features
- Update to Juice Shop 12.10.0 @bkimminich (#92)
Note: CodingChallenges progress is currently not backed up for the instances like the normal challenges, only in the users cookies. See #95 - Change logo & favicon used in JuiceShop to MultiJuicer one @bkimminich & @J12934 (#93)
📠 Technical debt
- Update Ingress and CronJob Kubernetes ApiVersions to ensure compatibility with Kubernetes 1.22
- Update npm dependencies for front and backend
- Update node.js version to 16
- Update golang version to 17
v4.2.0
🚀 Features
- Add Kubernetes RuntimeClass Configuration to allow users to configure an additional layer of isolation between the Juice Shop containers and the Kubernetes Nodes. E.g.
gvisor
on Google Kubernetes Engine @J12934
v4.1.0
🚀 Features
- Add Kubernetes affinities and toleration config options for all components for more control on which node / node pools components will run on. @J12934
📌 Dependencies
- Bump ws from 7.4.5 to 7.4.6 in /cleaner @dependabot (#87)
- Bump ws from 7.4.5 to 7.4.6 in /juice-balancer @dependabot (#86)
- Bump browserslist from 4.16.4 to 4.16.6 in /juice-balancer @dependabot (#85)
v4.0.0
🚀 Features
- New Logo 🍹🥳
- Dark Mode 🌑 / 🌕. Automatically uses your browser / system preference.
🐛 Bug Fixes
- MultiJuicer images are now always pinned to the version you have installed instead of
latest
. This should help prevent unwanted updates.
📚 Docs
- Added new guide for running MultiJuicer in production.
📌 Dependencies
- Updates all frontend and backend packages.
v3.11.0
v3.10.0
🚀 Features
- Adding HelmChart configuration for ENV, Volume and VolumeMounts for Juice Shop Instances @rseedorff (#76)
- Update default Juice Shop Version to v12.6.1 (ccdf921)
- Add Panel displaying the new Juice Shop cheat Score in the included Grafana Dashboard (c8c11e7)
🐛 Bug Fixes
- Fixes error in Label Selector of Prometheus Operator Service Monitor, which caused missing metrics of the Juice Balancer Component. (02a0030)
📚 Documentation
- Update Component Versions and links in the Monitoring Setup Guide (de77bcf)
- Updated commented out example Juice Shop config for CTF setups (#75, 1d19d3d)