v0.132.1
NVIDIA/garakv0.132.1Jul 9, 2026by github-actions[bot]
AI Summary
This release introduces significant updates to Kubernetes monitoring, public dashboards using the Perses spec, and a major overhaul of the trace details interface.
Key Highlights
- Integration of v2 (Perses-spec) public dashboards.
- Kubernetes Container Monitoring List API added.
- Span Details overhaul with width-driven layout and percentile support.
- Foundation laid for LLM attribute mapping.
New Features
- Public dashboard v2 integration
- Container monitoring API
- Span Details overhaul
- Dashboard v2 bug fixes
- LLM attribute mapping foundation
Full Release Notes
# What's Changed ## 🚀 Features * feat(public-dashboard): integrate v2 (Perses-spec) public dashboards (#12032) @AshwinBhatkal * feat(infra-monitoring): Kubernetes Container Monitoring List API (#11946) @nikhilmantri0902 * feat(dashboard-v2): bug bash fixes II (list, dashboard page, create modal) (#12040) @AshwinBhatkal * feat(infra-monitoring): add v2 initial files (#12034) @H4ad * feat(infra-monitoring): backend of feature_flag `use_infra_monitoring_v2` (#12031) @nikhilmantri0902 * feat(trace-details): Span Details overhaul — width-driven layout, percentile & shared metadata (#11914) @aks07 * feat(llm-attribute-mapping): foundation — route, permission, page shell [1/5] (#11778) @tewarig * feat(trace-details): waterfall timeline crosshair and VQA styling fixes (#11926) @aks07 * feat(dashboard-v2): variables table redesign + apply dynamic variables to panels (#12009) @AshwinBhatkal * feat(dashboard-v2): show empty sections & clone a section with its panels (#12023) @AshwinBhatkal * feat(dashboard-v2): prompt to reload when a dashboard changes elsewhere (#12022) @AshwinBhatkal ## 🐛 Bug Fixes * fix: revert the resizeable quick filter changes (#12058) @YounixM * fix(dashboard-v2): bug bash fixes III (#12041) @ahrefabhi * fix(infra-monitoring): remove container metrics from `podsTableMetricNamesList` to surface non-empty `k8s.pod.start_time` (#12042) @nikhilmantri0902 * fix(dashboard-v2): stop false 'updated elsewhere' prompts on your own edits (#12035) @AshwinBhatkal * feat(dashboard-v2): bug bash fixes II (list, dashboard page, create modal) (#12040) @AshwinBhatkal * fix(dashboard-v2): view-modal, pie chart, and panel fixes (#12033) @ahrefabhi * fix(infra-monitoring-details): remove process/containers tab on hosts & better color for http status on traces (#12019) @H4ad * fix(query-builder): ensure contrast/border/colors are consistent (#11992) @H4ad * fix(dashboards): render logs/traces list panels on public dashboards (#11937) @AshwinBhatkal * feat(dashboard-v2): show empty sections & clone a section with its panels (#12023) @AshwinBhatkal * fix(dashboard-v2): panel drilldown fixes + New Panel modal one-click create (#12026) @ahrefabhi ## 🧰 Maintenance * chore(sql): enable txlock immediate by default (#12048) @vikrantgupta25 * chore: refactor querier to lossen the tight coupling of querybuilder module with other modules (#11911) @tushar-signoz * chore: refactor querier integration tests (#12006) @tushar-signoz