chore(release): umbrella 0.4.70 — pin release-branch image builds - #2105
Merged
cyberantonz merged 1 commit intoJul 31, 2026
Conversation
Manual equivalent of the publish-chart job, which does not yet run on release branches (CI gap, being fixed separately in constructorfabric#2097): pin the branch-built image tags into the subchart appVersions + the toolbox ref, and patch-bump the umbrella version so the chart carrying the identity-resolution seed CronJob template (constructorfabric#2046 backport) can be published and consumed from gitops. - backend subcharts + toolbox: 2026.07.31.06.52-bf09d6a.release-2026.07.1 - frontend subchart: 2026.07.31.06.52-0bb785c.release-2026.07.1 - umbrella: 0.4.68 -> 0.4.70 (appVersion = max subchart appVersion) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Anton Zelenov <antonz@constructor.tech>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
cyberantonz
merged commit Jul 31, 2026
0594950
into
constructorfabric:release-2026.07.1
2 checks passed
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.
Manual equivalent of the
publish-chartjob, which does not yet run on release branches (CI gap, fix in flight: #2097). The release branch carries the identity-resolution seed CronJob template (#2046 backport) but no chart containing it was ever published — the last publish from this branch is0.4.68, which predates the backport.appVersions +ingestion.toolboxImageto the branch-built tag2026.07.31.06.52-bf09d6a.release-2026.07.1(all verified present on GHCR).appVersionto2026.07.31.06.52-0bb785c.release-2026.07.1.0.4.68→0.4.70(patch stream of this release branch; trunk is on0.5.x),appVersion= max subchart appVersion,deploy/gitops/.insight-versionmoved along.Chart.lockis unchanged (subchart chart versions didn't move). Verifiedhelm templatewith the target environment's values renders theinsight-identity-resolution-seedCronJob with the pinned image.The chart artifact
insight-0.4.70is packaged from this commit and pushed tooci://ghcr.io/constructorfabric/charts/insightmanually; the matching gitops chartVersion bump follows separately.🤖 Generated with Claude Code