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

6 hours ago

What's new in chart-v0.9.2

A chart-only release that advances appVersion to the current daemon release 0.9.2. The chart version and appVersion stay in lockstep at 0.9.2, with no chart template change.

Changed

  • appVersion advanced from 0.9.1 to 0.9.2, and the artifacthub.io/images tag follows to ghcr.io/robintra/perf-sentinel:0.9.2. The 0.9.2 daemon adds Ruby and Active Record suggested-fix coverage, drops non-SQL datastore spans (Redis, MongoDB and similar) at ingestion under a dedicated non_sql_datastore OTLP filter reason, tokenizes MySQL backtick identifiers, and stops embedding the raw db.statement in the self-contained HTML report. See the v0.9.2 release.

Behavior

  • No template change. The rendered manifest set is identical to chart-v0.9.1 apart from the image tag, so an upgrade changes nothing an operator configures.
  • The appVersion bump rolls the pod to the 0.9.2 image. An upgrade that keeps the default empty image.tag resolves the image to ghcr.io/robintra/perf-sentinel:0.9.2 and reschedules the pod. No /api/* route, OTLP wire shape, or configuration key is removed or changed. perf_sentinel_otlp_spans_filtered_total gains a non_sql_datastore value on its reason label, an additive change detailed in the linked daemon release.

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

Upgrade an existing release:

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

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

Don't miss a new perf-sentinel release

NewReleases is sending notifications on new releases.