Release v0.12.33#3902
Conversation
Soffi AI SummaryThis is an automated release PR that bumps the platform version from v0.12.32 to v0.12.33 across all relevant Helm charts. The changes update Commits
Updated: 2026-07-23 05:43 UTC |
Greptile SummaryThis is an automated release PR bumping all charts to v0.12.33, updating the
Confidence Score: 4/5Safe to merge with one caveat: the console-rapid chart will advertise the wrong application version (0.12.32) after this release. All charts consistently bump appVersion to 0.12.33 and update the controller dependency to 0.0.201, except console-rapid whose appVersion was left at 0.12.32. Deployments using the rapid channel will report a stale version until this is corrected. charts/console-rapid/Chart.yaml — appVersion not bumped to 0.12.33
|
| Filename | Overview |
|---|---|
| charts/console/Chart.yaml | appVersion bumped to 0.12.33, chart version to 0.4.32, controller dependency updated to 0.0.201 |
| charts/console-rapid/Chart.yaml | Controller dependency bumped to 0.0.201, but appVersion remains 0.12.32 — not bumped to 0.12.33 unlike all other charts |
| charts/controller/Chart.yaml | appVersion bumped to 0.12.33, chart version bumped to 0.0.201 |
| charts/datastore/Chart.yaml | appVersion bumped to 0.12.33, chart version bumped to 0.0.77 |
| charts/console/Chart.lock | Controller dependency locked to 0.0.201 with updated digest and timestamp |
| charts/console-rapid/Chart.lock | Controller dependency locked to 0.0.201 with updated digest and timestamp |
Comments Outside Diff (1)
-
charts/console-rapid/Chart.yaml, line 4-5 (link)The
console-rapidchart'sappVersionwas not bumped to0.12.33alongside all other charts in this release. Every other chart (console,controller,datastore) had itsappVersionupdated from0.12.32to0.12.33, butconsole-rapidstill declares0.12.32. If the rapid channel is intended to track the same release, this will cause it to report the wrong application version at deploy time.
Reviews (1): Last reviewed commit: "Updated chart to release v0.12.33" | Re-trigger Greptile
Automated Pull Request to release v0.12.33