Skip to content

Releases: juice-shop/multi-juicer

v3.1.0

28 Mar 11:57
44836ed
Compare
Choose a tag to compare

🚀 Features

  • Upgrade to Juice Shop v10.1.0

📌 Dependencies

v3.0.0

04 Mar 19:43
b79ecd6
Compare
Choose a tag to compare

🚀 Features

  • Removed runtime dependency on redis. All information about teams / instances is now directly stored inside kubernetes as annotations / labels on the deployments of the teams. This aims to make deployment and operation more easy! @J12934 (#25)
  • MultiJuicer now comes Application level prometheus metrics and dashboards for grafana. This will work automatically when using the grafana / prometheus-operator helm chart. See: monitoring setup guide

🏰 Architectural Changes

  • Removed ProgressWatchdog sidecar used in every Juice Shop container. This was replaced by a single Service watching and updating all Juice Shop instances. For more information about this change see this comment @J12934 (related to #25)

📚 Docs

  • Update links to Juice Shop online documentation @bkimminich (#42)
  • Removed references to redis from deployment all guides. @J12934 (related to #25)

v2.1.3

20 Feb 16:40
7884df6
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Pinning the correct service, fixes startup issues in release 2.1.2 🤦 @J12934

v2.1.2

20 Feb 15:29
fafb608
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Pin JuiceShop Version to avoid incompatabilities with v10 @J12934 (#41)

v2.1.1

03 Feb 13:38
da57aa4
Compare
Choose a tag to compare

🐛 Bug Fixes

v2.1.0

31 Jan 16:28
ec897de
Compare
Choose a tag to compare

🚀 Features

📚 Docs

v2.0.1

14 Jan 11:21
c3bdc9d
Compare
Choose a tag to compare

🐛 Bug Fixes

📌 Dependencies

  • Update redis helm chart version from 9.2.2 to 10.3.2. @J12934 (c3bdc9d)

v2.0.0

08 Jan 14:40
635c312
Compare
Choose a tag to compare

💣 Breaking Changes

🚀 Features

  • Automatic cleanup of JuiceShop on uninstall @J12934 (#29)

v1.3.1

13 Oct 13:15
01301de
Compare
Choose a tag to compare

📌 Dependencies

  • Update redis helm chart version from 8.1.4 to 9.2.2

🐛 Bugs

  • Include missing redis dependency chart in published helm package.

v1.3.0

05 Oct 19:55
5a5fd5f
Compare
Choose a tag to compare

🚀 Features

  • Add helm repository (hosted on GitHub Pages) to make the installation via helm easier. @J12934 (#21)

📚 Docs

  • Change install instructions to use a helm repository @J12934 (#21)

Notes

Due to a human error (forgot to increment chart version 🤦‍♂️) the release 1.3.0 has been repeated.