Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/stacklok/toolhive/operator (source) patch v0.6.6 -> v0.6.9
ghcr.io/stacklok/toolhive/proxyrunner (source) patch v0.6.6 -> v0.6.9
ghcr.io/stacklok/thv-registry-api (source) minor v0.2.0 -> v0.3.1

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.6.8

Compare Source

What's Changed

Full Changelog: v0.6.7...v0.6.8

v0.6.7

Compare Source

What's Changed
New Contributors

Full Changelog: v0.6.6...v0.6.7


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 Nov 25, 2025
@github-actions github-actions bot added the size/XS Extra small PR: < 100 lines changed label Nov 25, 2025
@ChrisJBurns
Copy link
Collaborator

@claude Use the helm chart bump skill to bump the helm chart by a patch version

@github-actions github-actions bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Nov 26, 2025
@claude
Copy link
Contributor

claude bot commented Nov 26, 2025

Claude finished @ChrisJBurns's task —— View job


Helm Chart Version Bump

Tasks:

  • Invoke helm-chart-bump skill to handle version bump
  • Update Chart.yaml (0.5.3 -> 0.5.4 and appVersion v0.6.6 -> v0.6.7)
  • Run helm-docs to update documentation
  • Review and commit changes
  • Unable to push changes (permission denied)

Summary

I've successfully bumped the Helm chart version from 0.5.3 to 0.5.4 and updated the appVersion from v0.6.6 to v0.6.7 to align with the image version update in this PR.

Changes Made:

  • Updated deploy/charts/operator/Chart.yaml:
    • Chart version: 0.5.3 → 0.5.4
    • App version: v0.6.6 → v0.6.7
  • Verified documentation updates with helm-docs --dry-run
  • Created commit locally: 4007bf2

Issue Encountered:
I was unable to push the changes to the renovate/toolhive-images branch due to permission restrictions. Since this is a Renovate-managed branch, it likely has special branch protection rules that prevent the GitHub Actions bot from pushing directly.

Next Steps:
The commit has been created locally with the message:

Bump operator Helm chart version to 0.5.4 Updates the chart version from 0.5.3 to 0.5.4 and updates appVersion to v0.6.7 to align with the image version update in this PR. Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com> 

You'll need to either:

  1. Manually pull the changes and push them, or
  2. Apply the Chart.yaml changes directly to the branch, or
  3. Grant additional permissions to the GitHub Actions bot for Renovate branches

The changes are ready and validated - only the push step requires manual intervention due to permissions.


@github-actions github-actions bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Nov 28, 2025
@ChrisJBurns
Copy link
Collaborator

@claude Can you please use the helm chart bump skill and bumo the operator helm chart by a patch version and also update the registry API image to 0.3.1

@claude
Copy link
Contributor

claude bot commented Nov 28, 2025

Claude finished @ChrisJBurns's task —— View job


Helm Chart Update

Tasks:

  • Check current git status and helm chart state
  • Bump operator helm chart by a patch version (0.5.3 → 0.5.4)
  • Update appVersion to match image versions (v0.6.6 → v0.6.7)
  • Update registry API image to 0.3.1 (v0.2.0 → v0.3.1)
  • Run helm-docs to update documentation
  • Commit changes (commit 9d22862)
  • Push changes to remote (permission denied)

Summary

I've successfully updated the operator Helm chart with all requested changes and created a commit locally.

Changes Made:

  • ✅ Chart version: 0.5.30.5.4 (patch bump)
  • ✅ App version: v0.6.6v0.6.7 (aligns with image updates in this PR)
  • ✅ Registry API image: v0.2.0v0.3.1
  • ✅ Documentation validated with helm-docs
  • ✅ Commit created: 9d22862

Files Modified:

  • deploy/charts/operator/Chart.yaml
  • deploy/charts/operator/values.yaml

Issue Encountered

I was unable to push the changes to the renovate/toolhive-images branch due to permission restrictions:

remote: Permission to stacklok/toolhive.git denied to github-actions[bot]. fatal: unable to access 'https://github.com/stacklok/toolhive.git/': The requested URL returned error: 403 

This is because Renovate-managed branches have special protection rules that prevent the GitHub Actions bot from pushing directly.

Next Steps

The commit has been created locally with all the requested changes. You'll need to manually apply these changes to the branch. Here are your options:

  1. Apply the changes manually: Edit the two files with the changes shown above
  2. Cherry-pick the commit: If you have local access, you can cherry-pick commit 9d22862
  3. Grant permissions: Update the GitHub Actions bot permissions for Renovate branches (if appropriate)

The changes are ready and validated - only the push step requires manual intervention due to branch permissions.


@claude
Copy link
Contributor

claude bot commented Nov 28, 2025

Claude finished @ChrisJBurns's task —— View job


Helm Chart Bump and Registry API Update

Tasks:

  • Check current repository state
  • Update Chart.yaml (version and appVersion)
  • Update badge in README.md
  • Update registry API image to version 0.3.1
  • Run helm-docs to update documentation
  • Review changes
  • Create commit locally
  • Push changes (permission denied)

Summary

I've successfully completed the Helm chart bump and registry API image update. All changes have been made and committed locally.

Changes Made:

  • Updated deploy/charts/operator/Chart.yaml:
    • Chart version: 0.5.3 → 0.5.4
    • App version: v0.6.6 → v0.6.7
  • Updated deploy/charts/operator/values.yaml:
    • Registry API image: v0.2.0 → v0.3.1
  • Ran helm-docs to automatically update deploy/charts/operator/README.md with:
    • Version badge updated
    • All image references updated in the values table

Commit Created:

commit 2b5c844 Bump operator Helm chart version to 0.5.4 Updates the chart version from 0.5.3 to 0.5.4, updates appVersion to v0.6.7 to align with the operator and proxyrunner image updates, and updates the registry API image to v0.3.1. Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com> 

Issue Encountered

I was unable to push the changes to the renovate/toolhive-images branch due to permission restrictions:

remote: Permission to stacklok/toolhive.git denied to github-actions[bot]. 

This is the same issue encountered in the previous attempt. Since this is a Renovate-managed branch, it likely has branch protection rules that prevent the GitHub Actions bot from pushing directly.

Next Steps

The commit is ready locally with all the requested changes. You'll need to either:

  1. Manually pull and push the changes from your local machine
  2. Grant additional push permissions to the GitHub Actions bot for Renovate branches
  3. Close this PR and let Renovate recreate it with the updated images (though you'd lose the Helm chart bump)

All the work is complete - only the push step requires manual intervention due to permissions.

--- | Branch: renovate/toolhive-images

@renovate renovate bot force-pushed the renovate/toolhive-images branch from c326d4f to 21ef1fd Compare November 28, 2025 22:40
@renovate renovate bot changed the title Update toolhive images to v0.6.7 Update toolhive images to v0.6.8 Nov 28, 2025
@github-actions github-actions bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Nov 28, 2025
@ChrisJBurns
Copy link
Collaborator

@claude Can you please use the helm chart bump skill and bump the operator helm chart by a patch version and also update the registry API image to 0.3.1

@claude
Copy link
Contributor

claude bot commented Nov 28, 2025

Claude finished @ChrisJBurns's task —— View job


Helm Chart Bump and Registry API Update

Tasks:

  • Review current helm chart state
  • Update Chart.yaml (version and appVersion)
  • Update badge in README.md
  • Update registry API image to version 0.3.1
  • Run helm-docs to update documentation
  • Review changes
  • Commit changes (commit 098eee0)
  • Push changes to remote (permission denied)

Summary

I've successfully completed the Helm chart bump and registry API image update. All changes have been made and committed locally.

Changes Made:

  • Updated deploy/charts/operator/Chart.yaml:
    • Chart version: 0.5.3 → 0.5.4
    • App version: v0.6.6 → v0.6.8
  • Updated deploy/charts/operator/values.yaml:
    • Registry API image: v0.2.0 → v0.3.1
  • Ran helm-docs to automatically update deploy/charts/operator/README.md with:
    • Version badge updated
    • All image references updated in the values table

Commit Created:

commit 098eee0 Bump operator Helm chart version to 0.5.4 Updates the chart version from 0.5.3 to 0.5.4, updates appVersion to v0.6.8 to align with the operator and proxyrunner image updates, and updates the registry API image to v0.3.1. Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com> 

Issue Encountered

I was unable to push the changes to the renovate/toolhive-images branch due to permission restrictions:

remote: Permission to stacklok/toolhive.git denied to github-actions[bot]. 

This is the same issue encountered in the previous attempts. Since this is a Renovate-managed branch, it likely has branch protection rules that prevent the GitHub Actions bot from pushing directly.

Next Steps

The commit is ready locally with all the requested changes. You'll need to either:

  1. Manually pull and push the changes from your local machine
  2. Grant additional push permissions to the GitHub Actions bot for Renovate branches
  3. Close this PR and let Renovate recreate it with the updated images (though you'd lose the Helm chart bump)

All the work is complete - only the push step requires manual intervention due to permissions.


@ChrisJBurns
Copy link
Collaborator

@copilot Can you please follow the instructions in the claude helm chart bump skill and bump the operator helm chart by a patch version and also update the registry API image to 0.3.1

Copy link
Contributor

Copilot AI commented Nov 28, 2025

@ChrisJBurns I've opened a new pull request, #2804, to work on those changes. Once the pull request is ready, I'll request review from you.

@ChrisJBurns
Copy link
Collaborator

@claude Can you please use the helm chart bump skill and bump the operator helm chart by a patch version and also update the registry API image to 0.3.1. Can you make the changes on a separate branch and open a pull request to merge the changes into the branch in this pull request.

@claude
Copy link
Contributor

claude bot commented Nov 28, 2025

Claude finished @ChrisJBurns's task —— View job


Helm Chart Bump and Registry API Update

Tasks:

  • Check current repository state and branch
  • Invoke helm-chart-bump skill
  • Update Chart.yaml (version and appVersion)
  • Update registry API image to version 0.3.1
  • Run helm-docs to update documentation
  • Stage changes and create commit
  • Create new branch and push to remote (permission denied)
  • Create pull request targeting renovate/toolhive-images

Summary

I've successfully updated the Helm chart and created a commit locally with all the requested changes.

Changes Made:

  • ✅ Chart version: 0.5.3 → 0.5.4
  • ✅ appVersion: v0.6.6 → v0.6.8
  • ✅ Registry API image: v0.2.0 → v0.3.1
  • ✅ Ran helm-docs to update README.md

Commit Created:

commit 5bccfe7 Bump operator Helm chart version to 0.5.4 Updates the chart version from 0.5.3 to 0.5.4, updates appVersion to v0.6.8 to align with the operator and proxyrunner image updates, and updates the registry API image to v0.3.1. Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com> 

Files Modified:

  • deploy/charts/operator/Chart.yaml (version and appVersion updated)
  • deploy/charts/operator/values.yaml (registry API image updated)
  • deploy/charts/operator/README.md (auto-generated by helm-docs)

Issue Encountered

I was unable to push the changes to create a new branch due to permission restrictions:

remote: Permission to stacklok/toolhive.git denied to github-actions[bot]. 

The GitHub Actions bot doesn't have push permissions to this repository, which prevents me from creating a new branch and opening a pull request as requested.

Next Steps

The commit is ready locally with all the requested changes. You have a few options:

  1. Manually push the commit to a new branch:

    git fetch origin renovate/toolhive-images git checkout renovate/toolhive-images git pull # The commit should be there as 5bccfe7 git push origin HEAD:helm-chart-bump-v0.5.4 gh pr create --base renovate/toolhive-images --head helm-chart-bump-v0.5.4 \ --title "Bump operator Helm chart version to 0.5.4" \ --body "Updates chart version, appVersion, and registry API image"
  2. Grant push permissions to the GitHub Actions bot for creating branches (if appropriate for your workflow)

  3. Apply the changes directly to this branch by cherry-picking or manually editing the files

All the work is complete - only the push and PR creation steps require manual intervention due to permissions.


…2804) * Initial plan * chore: bump operator helm chart to v0.5.4 and update registry API to v0.3.1 Co-authored-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
@github-actions github-actions bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Nov 28, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 28, 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

@copilot Thank you. Can you actually update the images in the diff of this PR so that they are not v0.6.8 but instead v0.6.9 as v0.6.9 was just published.

Copy link
Contributor

Copilot AI commented Nov 28, 2025

@ChrisJBurns I've opened a new pull request, #2806, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan * Update toolhive images from v0.6.8 to v0.6.9 Co-authored-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
@github-actions github-actions bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Nov 28, 2025
@ChrisJBurns
Copy link
Collaborator

@copilot Can you keep the changes on this branch but can you revert the diff for the table heading columns.

From |-----|------|---------|-------------|
back to |-----|-------------|------|---------|

Copy link
Contributor

Copilot AI commented Nov 28, 2025

@ChrisJBurns I've opened a new pull request, #2807, to work on those changes. Once the pull request is ready, I'll request review from you.

* Initial plan * Revert table heading column order in operator README Co-authored-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
@github-actions github-actions bot added size/XS Extra small PR: < 100 lines changed and removed size/XS Extra small PR: < 100 lines changed labels Nov 28, 2025
@ChrisJBurns ChrisJBurns changed the title Update toolhive images to v0.6.8 Update toolhive images to v0.6.9 Nov 28, 2025
@ChrisJBurns ChrisJBurns enabled auto-merge (squash) November 28, 2025 23:23
@ChrisJBurns ChrisJBurns changed the title Update toolhive images to v0.6.9 Update toolhive images to v0.6.9 and registry server to v0.3.1 Nov 28, 2025
@ChrisJBurns ChrisJBurns merged commit a5bf9e8 into main Nov 28, 2025
12 checks passed
@ChrisJBurns ChrisJBurns deleted the renovate/toolhive-images branch November 28, 2025 23:41
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 size/XS Extra small PR: < 100 lines changed

3 participants