Releases: juice-shop/multi-juicer
v7.2.1-rc.0
Test Release to iron out issues with release build for release v7.2.0
#197 (comment)
v7.2.0
⚠️ 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
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
- @sharjeelaziz made their first contribution in #191
Full Changelog: v7.0.1...v7.1.0
v7.0.1
🔧 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
What's Changed
🚨 Breaking
- Renamed existing
securityContext
topodSecurityContext
. If you configured asecurityContext
before to rename the property. E.g.juiceBalancer.securityContext
tojuiceBalancer.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 newcontainerSecurityContext
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
- @jonasbg made their first contribution in #177
- @wurstbrot made their first contribution in #180
Full Changelog: v6.1.0...7.0.0
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 🤞