v0.130.0
juicedata/juicefsv0.130.0Jun 23, 2026by github-actions[bot]
AI Summary
A major feature release introducing Dashboard V2 with runtime variables and a new views-first approach, alongside user management improvements and infra-monitoring enhancements.
Key Highlights
- Dashboard V2 with variable settings and config pane
- Views-first V2 dashboards with filters and saved views
- Unified role APIs
- Namespace and Cluster monitoring grouping for PVC
Breaking Changes
- Deprecated install.sh and bundled Docker Compose in favor of Foundry
New Features
- Delete user API
- Accept custom roles in user invite
- Runtime variable selection
- Panel editor foundation
- Public dashboard publish drawer redesign
Full Release Notes
# What's Changed ## ⚠️ Deprecation: `install.sh` and the bundled Docker Compose `deploy/` The install script and the Docker Compose files under `deploy/` are deprecated and will no longer be maintained or distributed. [Foundry](https://github.com/SigNoz/foundry) is the supported way to install and manage SigNoz going forward, including Docker Compose. Existing install-script / Compose users: follow the [migration guide](https://github.com/SigNoz/signoz/blob/main/deploy/MIGRATION.md) to move to Foundry without losing your data. ## 🚀 Features * feat(deprecate): install script and promote foundry (#11811) @mvaldes14 * feat(user): add delete user API (#11833) @vikrantgupta25 * feat(dashboard-v2): variable settings editor UX polishes (#11775) @AshwinBhatkal * feat(dashboards-v2): config pane + section editors (#11770) @ahrefabhi * feat(dashboards-v2): panel editor foundation + qb/perses adapter (#11769) @ahrefabhi * feat(user): accept custom roles in user invite (#11802) @vikrantgupta25 * feat(dashboards): views-first V2 dashboards list with filters, saved views, and tabbed new-dashboard modal (#11682) @AshwinBhatkal * feat(dashboard-v2): runtime variable selection (#11646) @AshwinBhatkal * feat: add search and override filters in pricing model list api (#11735) @nityanandagohain * feat(authz): add unified role APIs (#11798) @vikrantgupta25 * feat(infra-monitoring): namespace+cluster group by for PVC monitoring, cluster group by for namespace monitoring (#11739) @nikhilmantri0902 * feat(dashboard-v2): redesign public dashboard publish drawer (#11748) @AshwinBhatkal ## 🐛 Bug Fixes * fix(dashboard): clickhouse table panel collapses value columns onto query name (#11794) @ahrefabhi * fix(alerts): missing fields when duplicating via edit alert (#11767) @H4ad ## 🧰 Maintenance * refactor(alerts): move channels to alerts (#11641) @H4ad * * refactor(quick-filters): split checkbox into multiple files (#11768) @H4ad * chore: update code owners (#11821) @aks07 * feat: send all data for trace list api (#10583) @nityanandagohain * chore: add flag for ai observability (#11806) @nityanandagohain * chore: modular query range function (#11774) @tushar-signoz * chore(deps): bump @grafana/data and pin transitive deps to patched versions (#11796) @tewarig * chore: send warning instead of error for unseen metrics and missing (… (#11754) @srikanthccv