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

5 hours ago

What's new in chart-v0.9.1

The first chart release on the realigned version line. From this release the chart version tracks the perf-sentinel application version rather than the earlier independent 0.2.x line, so the chart version and appVersion now move in lockstep, both at 0.9.1. It is a chart-only change that advances appVersion to the current daemon release, with no chart template change.

Changed

  • Chart version realigned to track the daemon. It moves from the independent 0.2.63 to 0.9.1, matching appVersion. From now on the chart version equals the perf-sentinel application version it ships.
  • appVersion advanced from 0.8.14 to 0.9.1, and the artifacthub.io/images tag follows to ghcr.io/robintra/perf-sentinel:0.9.1. The 0.9.x daemon rebuilds the self-contained HTML dashboard as an application shell and adds a local_batch confidence value (0.9.0), then updates opentelemetry_sdk to 0.32.1 to resolve CVE-2026-48504 (0.9.1). See the v0.9.0 and v0.9.1 releases.

Behavior

  • No template change. The rendered manifest set is identical to chart-v0.2.63 apart from the image tag, so an upgrade changes nothing an operator configures.
  • The appVersion bump rolls the pod to the 0.9.1 image. An upgrade that keeps the default empty image.tag resolves the image to ghcr.io/robintra/perf-sentinel:0.9.1 and reschedules the pod. No /api/* route, OTLP wire shape, configuration key, or Prometheus metric is removed or changed. The daemon-visible additions in this range are the redesigned HTML report and the new local_batch confidence value, both detailed in the linked daemon releases.

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

Upgrade an existing release:

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

Full Changelog: chart-v0.2.63...chart-v0.9.1

Don't miss a new perf-sentinel release

NewReleases is sending notifications on new releases.