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