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

4 days ago

What's new in chart-v0.2.46

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

The 0.8.1 daemon image is a maintenance patch with no daemon-facing change. It hardens the SQL normalizer with a debug-only char-boundary assertion on its tokenizer slices (compiled out of the release binary) and documents the release profile's stance on integer overflow checks. Full release notes for the daemon at v0.8.1. None of this touches a chart-level template, a daemon HTTP route, a Prometheus metric label set the chart already exposes, or the OTLP listener wire format.

Changed

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

Behavior

  • Daemon binary side: SQL tokenizer hardening. The image carries a debug-only char-boundary assertion on the SQL normalizer's internal slices. It compiles out of the release binary and changes no output, it is a refactor guard against a future regression.
  • No daemon runtime change. Every /api/* route, every /metrics line, the OTLP HTTP and gRPC routes, the detection findings, and every JSON shape are byte-for-byte identical to chart-v0.2.45. 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.46

Upgrade an existing release:

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

Full Changelog: chart-v0.2.45...chart-v0.2.46

Don't miss a new perf-sentinel release

NewReleases is sending notifications on new releases.