What's new in chart-v0.2.47
This is a metadata-only chart bump: appVersion advances from 0.8.1 to 0.8.2, the default image.tag now resolves to ghcr.io/robintra/perf-sentinel:0.8.2, 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.46 surface is preserved byte-for-byte.
The 0.8.2 daemon image is a feature release. It extends the periodic public disclosure with a two-tier avoidable energy and carbon breakdown, a canonical tier computed at a threshold pinned in the binary so the disclosed waste figure is non-manipulable, next to the operator's own configured threshold, on the additive report schema v1.1. It also fixes a content_hash round-trip defect in verify-hash. Full release notes for the daemon at v0.8.2. 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
appVersionbumped from0.8.1to0.8.2, defaultimage.tagnow resolves toghcr.io/robintra/perf-sentinel:0.8.2.artifacthub.io/imagesannotation updated toghcr.io/robintra/perf-sentinel:0.8.2. Runtime image selection is unaffected (templates already resolve to.Chart.AppVersionwhenvalues.yamlimage.tagis empty).- No chart-level config change.
values.yaml, every template, theServiceMonitorrendering, theNetworkPolicyrendering, the optional[daemon.ack]and[daemon.cors]plumbing, and theack-toml-baselinemount are byte-for-byte identical to chart-v0.2.46.
Behavior
- Daemon binary side: two-tier disclosure and a verify-hash fix. The image adds the canonical and operational avoidable waste tiers to the periodic disclosure on the additive report schema v1.1, and fixes a content_hash mismatch that
verify-hashcould report on an untampered official disclosure. Both are additive, so existing v1.0 reports and consumers stay valid. - No daemon runtime change at the chart surface. Every
/api/*route, every/metricsline, the OTLP HTTP and gRPC routes, the detection findings, and the daemon HTTP shapes the chart exposes are unchanged. 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.47Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.2.47Full Changelog: chart-v0.2.46...chart-v0.2.47