chore(release): bump version to 0.7.8 - #398
Merged
Merged
Conversation
Ships the validator log-label normalization fix (#397) — the only code on develop/master ahead of the v0.7.7 release image. Tagging v0.7.8 after this merges triggers release-image.yml -> ghcr.io/tracebloc/ingestor:0.7.8. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
aptracebloc
approved these changes
Jul 27, 2026
This was referenced Jul 27, 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.
Release bump so a
v0.7.8tag can be cut to build the next ingestor image.Why
develop/masterare one commit ahead of the v0.7.7 release image: the validator log-label normalization fix (#397). No image contains it yet because the image is built only byrelease-image.ymlon av*.*.*tag push.What
tracebloc_ingestor/__init__.py:0.7.7→0.7.8After merge
Tag
v0.7.8ondevelop→release-image.ymlbuilds & pushesghcr.io/tracebloc/ingestor:0.7.8(+:0.7,:0), signs it, and writes the digest to the GitHub release. Prod stays on 0.7.7 untilimages.ingestor.prodDigestin the client chart is updated to the new digest.🤖 Generated with Claude Code
Note
Low Risk
Single-line version string change with no behavioral impact; production stays on 0.7.7 until the chart digest is updated.
Overview
Release version bump from
0.7.7to0.7.8intracebloc_ingestor/__init__.py(__version__), the package’s single source of truth thatsetup.pyreads at build time.No runtime or ingestor logic changes in this PR—it only prepares cutting a
v0.7.8tag sorelease-image.ymlcan build and publish the next ingestor image (including the validator log-label fix from #397 that isn’t in the0.7.7image yet).Reviewed by Cursor Bugbot for commit efd82a7. Bugbot is set up for automated code reviews on this repo. Configure here.