What's new in chart-v0.9.17
This chart release carries no template change. It advances appVersion from 0.9.15 to 0.9.17, realigning the chart version and appVersion in lockstep after the chart-only 0.9.16 fix that held appVersion back. The 0.9.17 binary gives the batch subcommands a distinct exit code for a tooling failure, separate from a quality-gate breach. The chart version and appVersion now move together again at 0.9.17.
Changed
appVersionadvanced from0.9.15to0.9.17, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.9.17. The 0.9.17 binary gives the batch subcommands (analyze,report,diff,tempo,jaeger-query,pg-stat,mysql-stat,calibrate,explain,bench,demo) a distinct exit code75for a runtime tooling or internal failure: a missing or malformed input, config, acknowledgments, or baseline file, atempoorjaeger-queryfetch failure, anexplaintrace-not-found, or a report-write failure. Exit1is now reserved for a genuine quality-gate breach onanalyze --ci,tempo --ci, andjaeger-query --ci, and2for a usage error. See the v0.9.17 release.- The chart
versionrealigns withappVersionat0.9.17. The chart-only0.9.16fix heldappVersionat0.9.15and advanced the chartversionon its own, so this release skips0.9.16for the application and restores the lockstep. Both numbers move together again from here.
Behavior
- The rendered manifest set changes only in the image tag. No template changed, no default value changes, and no configuration key changes its meaning. Only the chart
versionandappVersionmoved. - The appVersion bump rolls the pod to the 0.9.17 image, with no daemon behavior change. The exit-code contract is a batch-CLI concern,
watchand its APIs run exactly as on 0.9.15, so a daemon deployment sees nothing functional beyond the new image tag. 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.17Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.17Full Changelog: chart-v0.9.16...chart-v0.9.17