Uh oh!
There was an error while loading. Please reload this page.
chore(client): bump chart to 1.2.3 for release - #81
Merged
Conversation
Captures everything that landed on develop/main since v1.1.0 in a single cumulative release: - v1.2.0 (PR #72) — release-scoped resource-monitor names - v1.2.1 (PR #76) — training pod -> mysql-client NetworkPolicy egress - v1.2.2 (PR #78) — release-scope SCC SA refs (OpenShift fix) - v1.2.3 (PR #80) — NOTES.txt rename + generator chart-version drift PR #80's Chart.yaml bump was dropped during the squash merge — both develop and main contain the 1.2.3 changes but Chart.yaml still says 1.2.2. This commit reconciles the two. After merge to develop, the standard promote-to-main flow takes over, then `git tag v1.2.3 && git push --tags` triggers .github/workflows/release-helm-chart.yaml which lints, packages, pushes to gh-pages with index.yaml updated, and creates the GitHub Release with the .tgz attached. Pre-release checks already passed locally: - helm lint --strict ./client -f client/ci/eks-values.yaml — clean - helm unittest client — 105/105 - helm package ./client — produces a valid client-1.2.3.tgz Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
saqlainsyed007
approved these changes
Apr 28, 2026
Uh oh!
There was an error while loading. Please reload this page.
saadqbal added a commit
that referenced
this pull request
Apr 28, 2026
chore(client): bump chart to 1.2.3 for release
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.
Summary
Captures everything that landed on `develop`/`main` since v1.1.0 in a single cumulative release. PR #80's `Chart.yaml` bump was lost during squash-merge — both branches contain the 1.2.3 changes but `Chart.yaml` still reads 1.2.2. This reconciles them.
Why one cumulative release instead of four sequential tags
None of 1.2.0/1.2.1/1.2.2 ever made it past develop into a tag — there are no `v1.2.x` git tags, the helm repo's `index.yaml` has nothing newer than 1.1.0, and customers running `helm repo add tracebloc ... && helm install` would still be pulling 1.1.0. Tagging four versions retroactively for charts no one ever installed is busy-work; one cumulative `v1.2.3` does the same job.
Release sequence after this lands
Test plan
Related
Note
Low Risk
Low risk: only updates Helm chart metadata (
versionandappVersion) with no behavioral or runtime changes.Overview
Bumps the Helm chart
versionandappVersioninclient/Chart.yamlfrom1.2.2to1.2.3to align the chart metadata with the intended release.Reviewed by Cursor Bugbot for commit 0823bee. Bugbot is set up for automated code reviews on this repo. Configure here.