Skip to content

v7.0.0

Compare
Choose a tag to compare
@J12934 J12934 released this 23 Sep 13:16
· 306 commits to main since this release
a8c56ff

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