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

latest releases: chart-v0.9.14, v0.9.14
2 days ago

What's new in chart-v0.9.13

This chart release carries no template change. It advances appVersion to the current daemon release 0.9.13, which adds a measured database energy-waste figure driven by Alumet. The chart version and appVersion stay in lockstep at 0.9.13.

Changed

  • appVersion advanced from 0.9.12 to 0.9.13, and the artifacthub.io/images tag follows to ghcr.io/robintra/perf-sentinel:0.9.13. The 0.9.13 binary adds [green.alumet.database], an opt-in daemon figure that multiplies the Alumet-measured database cgroup energy by the SQL-only waste ratio and reports it as green_summary.database_waste, a CPU-only lower bound excluded from every energy and carbon total. green_summary also gains total_sql_io_ops and avoidable_sql_io_ops, and unknown keys under [green.alumet] now fail config load instead of being silently ignored. See the v0.9.13 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.13 image, and nothing changes for an operator who does not enable [green.alumet.database]. The database figure is daemon-only and absent from the default configuration.
  • One upgrade-time behavior change comes from the binary. A daemon whose mounted configuration carried an unknown or mistyped key under [green.alumet] now fails to start instead of ignoring the key, remove the stray key before upgrading. No route disappears, no metric loses a label value, acknowledgment signatures do not reset, and no daemon knob changes its default.

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

Upgrade an existing release:

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

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

Don't miss a new perf-sentinel release

NewReleases is sending notifications on new releases.