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

8 hours ago

What's new in chart-v0.2.58

This is a metadata-only chart bump: appVersion advances from 0.8.11 to 0.8.12, the default image.tag now resolves to ghcr.io/robintra/perf-sentinel:0.8.12, 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.57 surface is preserved byte-for-byte.

The 0.8.12 daemon image is a TUI-only fix with no daemon-side change. query monitor's Trends tab now plots its Energy, Carbon, and headroom charts in a fixed-width window instead of compressing the curves as history accumulates, so each new sample scrolls them leftward at a constant rate and the time-span axis label stays put. 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.12. None of this touches a chart-level template, a daemon HTTP route, or the OTLP listener wire format.

Changed

  • appVersion bumped from 0.8.11 to 0.8.12, default image.tag now resolves to ghcr.io/robintra/perf-sentinel:0.8.12.
  • artifacthub.io/images annotation updated to ghcr.io/robintra/perf-sentinel:0.8.12. 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, the StatefulSet persistence wiring from chart-v0.2.57, and the ack-toml-baseline mount are byte-for-byte identical to chart-v0.2.57.

Behavior

  • Daemon binary side: no runtime change. The 0.8.12 image changes only how the query monitor Trends tab renders its charts. 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.11 image.
  • 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.58

Upgrade an existing release:

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

Full Changelog: chart-v0.2.57...chart-v0.2.58

Don't miss a new perf-sentinel release

NewReleases is sending notifications on new releases.