github robintra/perf-sentinel chart-v0.2.55
perf-sentinel chart v0.2.55

11 hours ago

What's new in chart-v0.2.55

This is a metadata-only chart bump: appVersion advances from 0.8.9 to 0.8.10, the default image.tag now resolves to ghcr.io/robintra/perf-sentinel:0.8.10, and the artifacthub.io/images annotation is updated to keep the Artifact Hub display card in lockstep. No chart-level template diff, no values.yaml schema change, no new RBAC, no new optional ConfigMap or Secret, no .perf-sentinel.toml review required to upgrade. The chart-v0.2.54 surface is preserved byte-for-byte.

The 0.8.10 daemon image is a CLI, TUI, and HTML change with no daemon-side change. perf-sentinel demo gains --tui and --html to open the interactive report or write the self-contained dashboard with every tab populated, the interactive TUI gains a centered "Powered by perf-sentinel" footer on every view, the HTML report header renders a theme-aware clickable wordmark logo with tuned dark-mode contrast, and the Inspect Correlations panel is wider. There is no daemon-side change at all, no new endpoint, no metric, no wire-format change, and no configuration change. Full release notes for the daemon at v0.8.10. None of this touches a chart-level template, a daemon HTTP route, or the OTLP listener wire format.

Changed

  • appVersion bumped from 0.8.9 to 0.8.10, default image.tag now resolves to ghcr.io/robintra/perf-sentinel:0.8.10.
  • artifacthub.io/images annotation updated to ghcr.io/robintra/perf-sentinel:0.8.10. Runtime image selection is unaffected (templates already resolve to .Chart.AppVersion when values.yaml image.tag is empty).
  • No chart-level config change. values.yaml, every template, the ServiceMonitor rendering, the NetworkPolicy rendering, the optional [daemon.ack] and [daemon.cors] plumbing, and the ack-toml-baseline mount are byte-for-byte identical to chart-v0.2.54.

Behavior

  • Daemon binary side: no runtime change. The 0.8.10 image changes only the demo command, the interactive TUI, and the HTML report rendering. It serves the same /api/* routes, the same OTLP HTTP and gRPC routes, the same detection findings, the same Prometheus series, and the same daemon HTTP shapes as the 0.8.9 image. query monitor and every existing surface are unchanged.
  • No daemon runtime change at the chart surface. No upgrade hook, no on-disk migration, the runtime ack store JSONL schema is unchanged and existing acks survive the upgrade.

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.2.55

Upgrade an existing release:

helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.2.55

Full Changelog: chart-v0.2.54...chart-v0.2.55

Don't miss a new perf-sentinel release

NewReleases is sending notifications on new releases.