Releases: juice-shop/multi-juicer
Releases · juice-shop/multi-juicer
v3.1.0
🚀 Features
- Upgrade to Juice Shop
v10.1.0
📌 Dependencies
- Bump acorn from 6.4.0 to 6.4.1 in /cleaner @dependabot (#44)
- Bump acorn from 6.4.0 to 6.4.1 in /juice-balancer @dependabot (#45)
v3.0.0
🚀 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
v2.1.2
v2.1.1
v2.1.0
v2.0.1
v2.0.0
v1.3.1
📌 Dependencies
- Update redis helm chart version from
8.1.4
to9.2.2
🐛 Bugs
- Include missing redis dependency chart in published helm package.