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

2 hours ago

What's new in chart-v0.2.54

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

The 0.8.9 daemon image is a CLI-only change. perf-sentinel demo now marks its quality-gate verdict as informational, so a first-run user does not mistake the demo's Quality gate: FAILED line for an error, and the install docs recommend cargo install perf-sentinel --locked. 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.9. None of this touches a chart-level template, a daemon HTTP route, or the OTLP listener wire format.

Changed

  • appVersion bumped from 0.8.8 to 0.8.9, default image.tag now resolves to ghcr.io/robintra/perf-sentinel:0.8.9.
  • artifacthub.io/images annotation updated to ghcr.io/robintra/perf-sentinel:0.8.9. 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.53.

Behavior

  • Daemon binary side: no runtime change. The 0.8.9 image only annotates the demo command's console output and updates documentation. 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.8 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.54

Upgrade an existing release:

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

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

Don't miss a new perf-sentinel release

NewReleases is sending notifications on new releases.