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

one day ago

What's new in chart-v0.9.14

This chart release carries no template change. It advances appVersion to the current daemon release 0.9.14, which makes the database energy-waste figure exist on every run and publishes it in the periodic disclosure. The chart version and appVersion stay in lockstep at 0.9.14.

Changed

  • appVersion advanced from 0.9.13 to 0.9.14, and the artifacthub.io/images tag follows to ghcr.io/robintra/perf-sentinel:0.9.14. The 0.9.14 binary produces green_summary.database_waste on every run. When no Alumet measurement of the database cgroup is available, it estimates the figure from the modeled energy of the window's SQL spans and tags it estimated, so the database-side waste is never silently absent. The figure now shows on the batch text report and the HTML dashboard as well as the daemon, and the periodic disclosure gains an aggregate.database_waste block on schema v1.4, always kept out of every energy and carbon total. See the v0.9.14 release.

Behavior

  • The rendered manifest set is unchanged apart from the image tag. No template changed in this release, no default value changes, and no configuration key changes its meaning.
  • The appVersion bump rolls the pod to the 0.9.14 image, and nothing changes for an operator who does not read the new figure. The database estimate falls out of the normal scoring pass and stays excluded from every energy and carbon total.
  • No upgrade-time behavior change. Every added field defaults when it is absent, so a consumer that ignores the new figure parses unchanged, an older disclosure reader accepts a schema v1.4 report, and content hashes stay stable. No route disappears, no metric loses a label value, and acknowledgment signatures do not reset.

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

Upgrade an existing release:

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

Full Changelog: chart-v0.9.13...chart-v0.9.14

Don't miss a new perf-sentinel release

NewReleases is sending notifications on new releases.