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

5 hours ago

What's new in chart-v0.9.4

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

Changed

  • appVersion advanced from 0.9.3 to 0.9.4, and the artifacthub.io/images tag follows to ghcr.io/robintra/perf-sentinel:0.9.4. The 0.9.4 daemon adds framework-aware suggested_fix for PHP: findings on Laravel/Eloquent and Symfony/Doctrine services instrumented with the native OpenTelemetry PHP libraries carry an idiomatic remediation, and an obfuscated Eloquent or Doctrine N+1 is classified as n_plus_one_sql under the default auto mode. See the v0.9.4 release.

Behavior

  • No template change. The rendered manifest set is identical to chart-v0.9.3 apart from the image tag, so an upgrade changes nothing an operator configures.
  • The appVersion bump rolls the pod to the 0.9.4 image. An upgrade that keeps the default empty image.tag resolves the image to ghcr.io/robintra/perf-sentinel:0.9.4 and reschedules the pod. No /api/* route, OTLP wire shape, configuration key, or Prometheus metric is removed or changed. The daemon changes are additive detection inputs, 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.4

Upgrade an existing release:

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

Full Changelog: chart-v0.9.3...chart-v0.9.4

Don't miss a new perf-sentinel release

NewReleases is sending notifications on new releases.