Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 20, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/stacklok/toolhive/operator (source) patch v0.2.8 -> v0.2.9
ghcr.io/stacklok/toolhive/proxyrunner (source) patch v0.2.8 -> v0.2.9

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

stacklok/toolhive (ghcr.io/stacklok/toolhive/operator)

v0.2.9

Compare Source

What's Changed

Full Changelog: v0.2.8...v0.2.9


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 20, 2025
@ChrisJBurns
Copy link
Collaborator

@claude Can you bump the Operator helm chart by 1 fix version please. Make sure to follow the instructions in claude.md in the operator chart directory

Copy link
Contributor

claude bot commented Aug 20, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

Copy link
Contributor

claude bot commented Aug 20, 2025

Claude finished @ChrisJBurns's task —— View job


I'll help you bump the Operator helm chart by 1 fix version. Let me start by analyzing the requirements and creating a task list.

Tasks

  • Read the claude.md file in the operator chart directory for specific instructions
  • Locate and examine the current helm chart version
  • Bump the chart version by 1 fix version (patch version): 0.2.6 → 0.2.7
  • Update appVersion to match new operator image version: 0.2.8 → 0.2.9
  • Update README.md version badge: 0.2.6 → 0.2.7
  • Commit and push changes to the PR branch

Analysis

  • Current chart version: 0.2.6
  • Current appVersion: 0.2.8
  • Target chart version: 0.2.7 (bumped by 1 fix version)
  • Target appVersion: 0.2.9 (matching the operator image version from this PR)

Changes Made

✅ Updated deploy/charts/operator/Chart.yaml:

  • version: 0.2.6 → 0.2.7
  • appVersion: "0.2.8" → "0.2.9"

✅ Updated deploy/charts/operator/README.md:

  • Version badge: 0.2.6 → 0.2.7

✅ Committed and pushed changes to the renovate/toolhive-images branch

Summary

The Operator helm chart has been successfully bumped by 1 fix version as requested. The chart version is now 0.2.7 and the appVersion matches the new operator image version (0.2.9) from this Renovate PR.

Note: The pre-commit run --all-files command mentioned in the claude.md instructions would regenerate helm docs automatically, but it requires tool approval to execute. The core version updates are complete and committed.


Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com>
Copy link
Contributor Author

renovate bot commented Aug 20, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ChrisJBurns
Copy link
Collaborator

@claude you forgot to run the pre-commit commands as described in the claude.md in the operator chart directory

Copy link
Contributor

claude bot commented Aug 20, 2025

Claude finished @ChrisJBurns's task —— View job


I'll complete the missing pre-commit step from the helm chart bump task. Let me check what commands need to be run.

Tasks

  • Read the claude.md file in the operator chart directory for pre-commit instructions
  • Execute the required pre-commit commands (Requires tool approval)
  • Explain the situation to the user

Pre-commit Instructions Found

According to /deploy/charts/operator/CLAUDE.md, after bumping the chart version I need to run:

pre-commit run --all-files

This will auto-generate the docs with the new updated versions.

Issue

I need approval to run the pre-commit run --all-files command. This command would automatically regenerate the helm chart documentation with the updated version numbers.

To complete this task, you'll need to either:

  1. Grant me approval to run pre-commit commands by updating my --allowedTools
  2. Run pre-commit run --all-files manually in your local environment after the PR is merged

The chart version bump (0.2.6 → 0.2.7) and appVersion update (0.2.8 → 0.2.9) are already complete and committed to the renovate/toolhive-images branch.


# -- Image pull policy for the operator container
imagePullPolicy: IfNotPresent

# -- Image to use for Toolhive runners
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.8
toolhiveRunnerImage: ghcr.io/stacklok/toolhive/proxyrunner:v0.2.9
Copy link
Contributor

Choose a reason for hiding this comment

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

we also need to bump OCP

Copy link
Collaborator

Choose a reason for hiding this comment

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

When you say bump OCP, might have to expand on that point. Do we mean bump the version of it we have running in AWS?

Copy link
Contributor

Choose a reason for hiding this comment

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

sorry I was being too terse. I meant the pullspec in the OCP specific value file:

image: ghcr.io/stacklok/toolhive/operator:v0.2.8

Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah, let me see if Claude can help us out

@ChrisJBurns
Copy link
Collaborator

@claude Can you please bump the helm charts for the operator by a bug fix. Also please make sure to follow the instruction set in the documentation. Also bump the openshift values for the images too as it looks like renovate forgot about these.

Copy link
Contributor

claude bot commented Aug 21, 2025

Claude finished @ChrisJBurns's task —— View job


I'll help you bump the helm charts for the operator by a bug fix version and update the OpenShift values. Let me analyze the current state and create a task list.

Tasks

  • Read CLAUDE.md files for operator chart instructions
  • Check current helm chart versions
  • Bump operator helm chart by 1 bug fix version (0.2.7 → 0.2.8)
  • Update OpenShift values file with new image versions (v0.2.8 → v0.2.9)
  • Run pre-commit commands (Requires tool approval - pre-commit not installed)
  • Commit and push changes to renovate branch

Summary

Successfully completed all requested updates:

Helm Chart Updates:

  • Updated deploy/charts/operator/Chart.yaml: version 0.2.7 → 0.2.8
  • Updated deploy/charts/operator/README.md: Version badge 0.2.7 → 0.2.8

OpenShift Values Updates:

  • Updated deploy/charts/operator/values-openshift.yaml:
    • operator image: v0.2.8 → v0.2.9 (line 15)
    • toolhiveRunnerImage: v0.2.8 → v0.2.9 (line 20)

Git Actions:

  • ✅ Committed changes with descriptive message
  • ✅ Pushed to renovate/toolhive-images branch

Note on Pre-commit

The pre-commit run --all-files command requires installation of pre-commit which needs tool approval. The core version updates are complete. If you'd like the helm docs to be regenerated automatically, you can either:

  1. Grant me approval to run pre-commit commands by updating --allowedTools
  2. Run pre-commit run --all-files locally after the PR is merged

The helm chart has been successfully bumped by 1 bug fix version as requested, and all OpenShift image references have been updated to v0.2.9 to match the new operator and proxyrunner versions from this Renovate PR.


… to v0.2.9

- Bump helm chart version from 0.2.7 to 0.2.8
- Update README version badge to match
- Update OpenShift values file with v0.2.9 images for both operator and proxyrunner

Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants