perf-sentinel chart v0.9.14
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
appVersionadvanced from0.9.13to0.9.14, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.9.14. The 0.9.14 binary producesgreen_summary.database_wasteon 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 itestimated, 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 anaggregate.database_wasteblock 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.14Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.14Full Changelog: chart-v0.9.13...chart-v0.9.14