Skip to content

chore(release): bump chart to 1.9.10 after the v1.9.9 release - #536

Merged
saadqbal merged 1 commit into
developfrom
chore/bump-chart-1.9.10
Aug 3, 2026
Merged

chore(release): bump chart to 1.9.10 after the v1.9.9 release#536
saadqbal merged 1 commit into
developfrom
chore/bump-chart-1.9.10

Conversation

@LukasWodka

@LukasWodkaLukasWodka commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Why

v1.9.9 shipped to main this morning — tag, GitHub Release, and the Helm chart published to the public index. client/Chart.yaml still said 1.9.9, so the next develop → staging hop would have refused before merging anything:

NOT tagged - v1.9.9 already exists (bump client/Chart.yaml on develop before the next release)

Same refusal data-ingestors, design-system and tracebloc-py-package hit in today's prod hop. Correct behaviour — the train will not mint a duplicate tag — but avoidable here.

For this repo it matters more than most: a Helm repo only ever publishes a new version, so an unbumped chart edit either reaches no install at all or silently overwrites an already-published one. Both have happened here (#472's dark ship; ingestor-0.2.0.tgz overwritten 5×).

Scope

version and appVersion move together, as they have for every release in this repo. No chart content touched, so chart-version-guard reports N/A.

1.9.10 is a floor, not a judgement about what comes next — raise it to 1.10.0 if the next release carries features.

Refs: tracebloc/backend#1405

🤖 Generated with Claude Code


Note

Low Risk
Metadata-only version bump with no chart logic or deployment behavior changes.

Overview
Bumps client/Chart.yamlversion and appVersion from 1.9.9 to 1.9.10 so the next release train can tag and publish without colliding with the shipped v1.9.9 chart. No templates, values, or other chart content changes.

Reviewed by Cursor Bugbot for commit e9d379c. Bugbot is set up for automated code reviews on this repo. Configure here.

v1.9.9 shipped to main on 2026-08-03 (tag + GitHub Release + Helm chart
published). Chart.yaml still said 1.9.9, so the next develop -> staging hop
would have refused with 'v1.9.9 already exists' before merging anything.
version and appVersion move together, as they have for every release in this
repo.
The train reads Chart.yaml as the DECLARED NEXT release and never writes it, so
every release leaves the file equal to what just shipped.
Patch bump is a floor, not a judgement about what comes next.
Refs: tracebloc/backend#1405
@LukasWodkaLukasWodka self-assigned this Aug 3, 2026
@saadqbal
saadqbal merged commit e85a0b3 into developAug 3, 2026
23 checks passed
@saadqbal
saadqbal deleted the chore/bump-chart-1.9.10 branch August 3, 2026 05:41
@LukasWodka

Copy link
Copy Markdown
ContributorAuthor

/fr-pass

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@LukasWodka@saadqbal