chore: bump sourcebot to v5.1.0#119
Conversation
- Update appVersion to v5.1.0 - Bump chart version to 0.1.93 - Update generated documentation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 31d48c8. Configure here.
| version: 0.1.92 | ||
| appVersion: v5.0.4 | ||
| version: 0.1.93 | ||
| appVersion: v5.1.0 |
There was a problem hiding this comment.
Nonexistent app version referenced
High Severity
appVersion is set to v5.1.0, but Sourcebot’s GitHub releases still list v5.0.4 as Latest and no v5.1.0 release or image tag appears to exist. With the default empty sourcebot.image.tag, sourcebot.image falls back to Chart.AppVersion, so upgrades would pull docker.sourcebot.dev/sourcebot-dev/sourcebot:v5.1.0 and hit ImagePullBackOff.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 31d48c8. Configure here.


Summary
This PR updates Sourcebot to version v5.1.0.
Changes
Automated Changes
This PR was automatically created by the weekly version check workflow.
Release Notes: https://github.com/sourcebot-dev/sourcebot/releases/tag/v5.1.0
Note
Low Risk
Version and documentation-only changes; runtime behavior follows the upstream v5.1.0 image with no chart logic modifications.
Overview
Routine release bump: Helm chart 0.1.92 → 0.1.93 and
appVersionv5.0.4 → v5.1.0, so default deployments pulldocker.sourcebot.dev/...:v5.1.0whensourcebot.image.tagis unset.CHANGELOG adds [0.1.93] - 2026-07-10 with a link to upstream v5.1.0 release notes; README version badges are updated to match. No chart templates, values, or subchart dependency changes in this diff.
Reviewed by Cursor Bugbot for commit 31d48c8. Bugbot is set up for automated code reviews on this repo. Configure here.