chore(chart): bump client 1.9.4 → 1.9.5 (version + appVersion)#359
Merged
Conversation
Cut a release carrying the installer changes on main since v1.9.4 — headline being the location-drop (auto-derive the carbon zone from the timezone, never prompt: #354/#355/#356, Bugbot hint fix #357) plus the earlier hardening sweep. version + appVersion move in lockstep (appVersion feeds the app.kubernetes.io/version label cluster-info reads). Refs #358. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
👋 Heads-up — Code review queue is at 33 / 30 Above the WIP limit. The team convention is to review existing PRs before opening new work. Open PRs currently in Code review (oldest first):
Pull from review before opening new work. (This is a nudge from the kanban WIP check, not a block.) |
aptracebloc
approved these changes
Jul 16, 2026
saadqbal
added a commit
that referenced
this pull request
Jul 16, 2026
chore(chart): bump client 1.9.4 → 1.9.5 (version + appVersion)
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.
Release-prep bump so the installer changes on
mainsince v1.9.4 can be cut as v1.9.5 and reach production (R8 ships only via the stamped release asset — amainmerge alone doesn't reachtracebloc.io/i.sh).Headline: location drop — auto-derive the carbon zone from the system timezone, never prompt (#354/#355/#356), + Bugbot hint fix (#357) + earlier installer hardening (#345/#350/#351/#352/#353).
version+appVersionbumped in lockstep (appVersion feeds theapp.kubernetes.io/versionlabel cluster-info reads).Next:
develop → mainsync PR, then publish Releasev1.9.5(flips fleet auto-upgrade at :23).Closes #358 partially — tracks the full release.
Note
Low Risk
Metadata-only chart version bump with no behavioral code changes in the diff.
Overview
Release version stamp only —
client/Chart.yamlversionandappVersionmove from 1.9.4 to 1.9.5 in lockstep. No template or installer logic changes in this diff.appVersiondrives theapp.kubernetes.io/versionlabel viatracebloc.labelsin_helpers.tpl, so cluster metadata will report 1.9.5 after this chart is deployed. The bump is release prep so installer work already onmain(e.g. location/timezone carbon zone behavior and related fixes called out in the PR) can ship as v1.9.5 via the stamped release asset rather than a bare merge tomain.Reviewed by Cursor Bugbot for commit 11d4100. Bugbot is set up for automated code reviews on this repo. Configure here.