What's new in chart-v0.9.11
This chart release carries no template change, it advances appVersion to the current daemon release 0.9.11, a patch release confined to the self-contained HTML report, which consolidates its per-tab search into one global search box and fixes a set of report-only defects. The chart version and appVersion stay in lockstep at 0.9.11.
Changed
appVersionadvanced from0.9.10to0.9.11, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.9.11. The 0.9.11 binary replaces the dashboard's five per-tab search inputs with one global search box in the top bar that filters every searchable tab at once, reporting per-tab match counts in the sidebar badges, and it fixes visible defects in the correlation detail, the live-mode findings count, the narrow-viewport layout, the empty Diff and Correlations panels, and the deep-link handling. See the v0.9.11 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.11 image, and changes nothing an operator monitors. The 0.9.11 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.10, so a fleet sending traces to the daemon produces identical findings. What changes is the search behavior and the corrected panels 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. The report adds no new browser-local storage, and the daemon API key stays session-scoped as before.
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.11Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.11Full Changelog: chart-v0.9.10...chart-v0.9.11