Releases: juice-shop/multi-juicer
Releases · juice-shop/multi-juicer
v6.1.0
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
- Fix team name validation in UI by @stuebingerb in #174
🙌 New Contributors
Full Changelog: v6.0.1...v6.1.0
v6.0.1
v6.0.0
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 fromAlways
toIfNotPresent
- Updated domain name used for custom MultiJuicer kubernetes annotation on JuiceShop Deployments from
multi-juicer.dev
tomulti-juicer.owasp-juice.shop
. E.g.multi-juicer.dev/lastRequest
tomulti-juicer.owasp-juice.shop/lastRequest
🎢 Features
🔧 Maintenance
- Upgrade minor dependencies @J12934 & @dependabot (5f1e59e, #60)
🐛 Bug Fixes
- Fix duplicate type definition leading to warning in kustomize @stuebingerb (#162)
📚 Docs
- Improve Digital Ocean guide @adrianeriksen (#159)
- Fix typos in documentation and helm chart @MichaelEischer (#161)
v6.0.0-rc.2
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 tomulti-juicer.owasp-juice.shop/lastRequest
If everything works our well a proper v6.0.0 release will follow soon 🤞
v6.0.0-rc.1
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
🚀 Feature
- Update default Juice Shop version to v14.5.1 (6a2e479)
🐛 Bug Fixes
- Fix
closeNotificationsChallenge
in score board @pseudobeard (#154)
🔧 Maintenance
- Upgrade minor dependencies @dependabot (#153, #155, #157)
v5.2.0
v5.1.0
🚀 Features
- Update default Juice Shop version to v14.1.1 (fbf8110)
🐛 Bug Fixes
📚 Docs
📌 Dependencies
- Bump got from 11.8.2 to 11.8.5 in juice-balancer & cleaner @dependabot (#121, #122)
v5.0.0
🚀 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
tomain
@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
test build with reenabled multi-platform (x86 / intel & arm cpu's) build