What's new in chart-v0.9.10
This chart release carries no template change, it advances appVersion to the current daemon release 0.9.10, a minor release confined to the self-contained HTML report, which is reskinned and gains sortable tables, a density toggle, and an acknowledgment undo. The chart version and appVersion stay in lockstep at 0.9.10.
Changed
appVersionadvanced from0.9.9to0.9.10, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.9.10. The 0.9.10 binary reskins the HTML dashboard to the hi-fi design handoff, embedding DM Sans and JetBrains Mono in place of Geist and replacing every gradient with a flat pastel fill. Its Overview KPI cards become semantic and clickable, and the panels gain sortable tables, a comfort and compact density toggle, search-match highlighting, and an undo on acknowledgment. See the v0.9.10 release.
Behavior
- The rendered manifest set is unchanged apart from the image tag. No template, default value, alert rule, or configuration key changes in this chart release.
- The appVersion bump rolls the pod to the 0.9.10 image, and changes nothing an operator monitors. The 0.9.10 release touches only the HTML report sink. The daemon routes, the OTLP wire shape, the Prometheus metrics, the detectors, and the analysis payload are the same as 0.9.9, so a fleet sending traces to the daemon produces identical findings. What changes is the appearance and the interactivity of the dashboard an operator opens, either from an archived report or through
/api/export/report. - No breaking change. Acknowledgment signatures do not reset, no metric gains or loses a label value, no
/api/*route or configuration key changes, and no daemon knob changes its default. Reports rendered by this image store two new browser-local UI preferences, the density and the table sort, which stay in the reader's browser and never reach the daemon.
Install
The chart is published as an OCI artifact on GHCR, install it directly with no helm repo add step:
helm install perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.10Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.10Full Changelog: chart-v0.9.9...chart-v0.9.10