Uh oh!
There was an error while loading. Please reload this page.
chore(chart): bump client 1.8.5 → 1.9.0 (version + appVersion) - #320
Merged
Conversation
Release carrier for the 13 commits on develop since v1.8.5. Minor bump because it ships a new user-facing feature and a default-image change on top of fixes/hardening: - feat(installer): first-run UX — interim slice of the v2 spec (#307) - fix(chart): default ingestor tag 0.3 → 0.5 (#314); inject proxyEnv into the resource-monitor DaemonSet (#312) - fix(installer): configurable training size (#308); harden provision location + client-detect guards (#315) - fix(tests) ×4 + cross-repo fresh-shell E2E harness (#214); ci(helm) dedup (#280) version + appVersion bumped in lockstep (appVersion feeds the app.kubernetes.io/version label cluster-info reads). Closes#319 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
aptracebloc
approved these changes
Jul 8, 2026
Uh oh!
There was an error while loading. Please reload this page.
saadqbal added a commit
that referenced
this pull request
Jul 8, 2026
chore(chart): bump client 1.8.5 → 1.9.0 (version + appVersion)
saadqbal added a commit
that referenced
this pull request
Jul 9, 2026
Patch bump for the ingestor floating-tag roll (0.5 → 0.6) in this PR — the change alters rendered output (spawned ingestor tag), so the batch on develop is release-ready ahead of the develop→main sync. version + appVersion moved in lockstep, per #320. Refs #322 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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 freeto 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 carrier for the 13 commits on
developsince v1.8.5. Minor bump — ships a new user-facing feature + a default-image behavior change on top of fixes/hardening.What's in 1.9.0
Change
client/Chart.yaml:version+appVersion1.8.5 → 1.9.0 in lockstep (appVersion feeds theapp.kubernetes.io/versionlabel cluster-info reads).Release flow
develop is already in sync with main → merge this → publish GitHub Release tagged
v1.9.0on main → release workflow packages from the tag to gh-pages; fleet auto-upgrade flips at :23.Closes#319
Note
Low Risk
Single metadata bump in Chart.yaml with no runtime manifest or values changes in this diff.
Overview
Bumps the client Helm chart release metadata from 1.8.5 to 1.9.0 in
client/Chart.yaml, updatingversionandappVersiontogether so packaging, GitHub Release tagging, and fleet auto-upgrade align on the same semver.This PR is the chart-only carrier for work already on
develop(installer first-run UX, ingestor default tag and proxy env fixes, installer/training and provision hardening, test/CI updates). No templates or values change here—only the chart’s declared version, which also drives labels such asapp.kubernetes.io/versionused by cluster-info.Reviewed by Cursor Bugbot for commit 22805a8. Bugbot is set up for automated code reviews on this repo. Configure here.