Skip to content

ROB-310 Upgrade Holmes GPT dependency to version 0.33.0#2101

Merged
naomi-robusta merged 1 commit into
masterfrom
claude/youthful-dijkstra-n02itr
Jun 15, 2026
Merged

ROB-310 Upgrade Holmes GPT dependency to version 0.33.0#2101
naomi-robusta merged 1 commit into
masterfrom
claude/youthful-dijkstra-n02itr

Conversation

@naomi-robusta

Copy link
Copy Markdown
Contributor

Summary

This pull request updates the Holmes GPT Helm chart dependency from version 0.32.0 to 0.33.0.

Changes

  • Updated Holmes GPT chart dependency version to 0.33.0 in Chart.yaml
  • Updated Helm lock file (Chart.lock) with new dependency version and checksums
  • Replaced Holmes GPT chart package from 0.32.0 to 0.33.0

Notes

This is a dependency version bump that brings in the latest Holmes GPT improvements and fixes. The change is controlled by the existing enableHolmesGPT condition in the Helm values.

https://claude.ai/code/session_01PvMeJxmNLjUCpJAxNBHFED

Bump the holmes chart dependency from 0.32.0 to 0.33.0 in
helm/robusta/Chart.yaml and rebuild the chart lock file.

https://claude.ai/code/session_01PvMeJxmNLjUCpJAxNBHFED
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown

Review Change Stack

Walkthrough

The holmes Helm chart dependency in helm/robusta/Chart.yaml is bumped from version 0.32.0 to 0.33.0. No other files are changed.

Changes

Holmes Helm Dependency Bump

Layer / File(s) Summary
Holmes version bump
helm/robusta/Chart.yaml
The holmes dependency version is updated from 0.32.0 to 0.33.0 in the chart dependencies list.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • robusta-dev/robusta#2100: Performs the same type of change on helm/robusta/Chart.yaml, bumping the holmes dependency from 0.31.0 to 0.32.0.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description check ✅ Passed The description is well-written and directly relevant to the changeset, providing clear details about the dependency version update and its implications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly and concisely describes the main change: upgrading the Holmes GPT dependency from 0.32.0 to 0.33.0, which aligns with the actual changeset.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/youthful-dijkstra-n02itr

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown

Docker image ready for f1a7220 (built in 2m 45s)

⚠️ Warning: does not support ARM (ARM images are built on release only - not on every PR)

Use this tag to pull the image for testing.

📋 Copy commands

⚠️ Temporary images are deleted after 30 days. Copy to a permanent registry before using them:

gcloud auth configure-docker us-central1-docker.pkg.dev
docker pull us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:f1a7220
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:f1a7220 me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:f1a7220
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:f1a7220

Patch Helm values in one line:

helm upgrade --install robusta robusta/robusta \
  --reuse-values \
  --set runner.image=me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:f1a7220

@naomi-robusta naomi-robusta changed the title Upgrade Holmes GPT dependency to version 0.33.0 ROB-310 Upgrade Holmes GPT dependency to version 0.33.0 Jun 15, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@helm/robusta/Chart.yaml`:
- Line 18: The holmes dependency version is set to 0.33.0 in the Chart.yaml
file, but this version does not exist in the robusta-charts repository and will
cause Helm dependency resolution to fail. Change the holmes dependency version
from 0.33.0 to 0.32.0, which is the most recent documented release available. If
0.32.0 is not compatible with your requirements, use an earlier version such as
0.31.0 or 0.31.1.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: cd56d6f5-0b97-4fd6-a36d-808b5032aaea

📥 Commits

Reviewing files that changed from the base of the PR and between 737f5aa and d2e7433.

⛔ Files ignored due to path filters (1)
  • helm/robusta/Chart.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • helm/robusta/Chart.yaml
  • helm/robusta/charts/holmes-0.32.0.tgz
  • helm/robusta/charts/holmes-0.33.0.tgz

Comment thread helm/robusta/Chart.yaml
@naomi-robusta naomi-robusta enabled auto-merge (squash) June 15, 2026 18:52
@naomi-robusta naomi-robusta disabled auto-merge June 15, 2026 18:52
@naomi-robusta naomi-robusta enabled auto-merge (squash) June 15, 2026 18:56
@naomi-robusta naomi-robusta merged commit 20dc6b4 into master Jun 15, 2026
7 checks passed
@naomi-robusta naomi-robusta deleted the claude/youthful-dijkstra-n02itr branch June 15, 2026 18:57
Sign up for free to 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.

3 participants