Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 19:43
b79ecd6

🚀 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)