chore(client): bump chart 1.3.0 -> 1.3.1 (auto-upgrade verification)#91
Merged
chore(client): bump chart 1.3.0 -> 1.3.1 (auto-upgrade verification)#91
Conversation
Trivial bump used to exercise the third (and only previously-unverified) branch of the #69 auto-upgrade CronJob: actual `helm upgrade` execution against the live public repo from inside the upgrader Pod. The two non-upgrade branches were already verified during the #69 release: "deployed > published" (when 1.3.0 was on cluster but 1.2.3 was the public latest) and "deployed == published" (after v1.3.0 publish, before this bump). This release closes the loop. Rolls up under the #69 ticket — no separate kanban entry per CLAUDE.md guidance on trivial follow-ups inside an already-tracked task.
saqlainsyed007
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
helm upgradeexecution from inside the upgrader Pod against the live public repo.The other two paths were already verified during the #69 release:
current > latest: cluster on 1.3.0, public latest 1.2.3 → CronJob took the "deployed is ahead" branch and exited 0.current == latest: afterv1.3.0publish → CronJob took the "already at latest" branch.This release closes the loop on the third branch.
Rolls up under #69 — no separate kanban ticket per CLAUDE.md.
Test plan
v1.3.1→ release workflow publishes to gh-pages.tracebloc-templates) manually withkubectl create job --from=cronjob/tracebloc-auto-upgrade ….upgrading 1.3.0 -> 1.3.1thenupgrade complete: 1.3.0 -> 1.3.1.helm history tracebloc -n tracebloc-templatesshows a new revision and chartclient-1.3.1.mysql-clientandtracebloc-jobs-managerpods stayed running through the upgrade.🤖 Generated with Claude Code
Note
Low Risk
Low risk: only bumps Helm chart/app version metadata and adds documentation noting successful end-to-end validation of the existing auto-upgrade CronJob path.
Overview
Bumps the unified
clientHelm chartversion/appVersionfrom1.3.0to1.3.1.Updates
MIGRATION.mdto record that theauto-upgradeCronJob successfully self-upgraded a live release from1.3.0→1.3.1without operator intervention.Reviewed by Cursor Bugbot for commit d46a419. Bugbot is set up for automated code reviews on this repo. Configure here.