Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 13, 2025

This PR contains the following updates:

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

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

Compare Source

What's Changed

Full Changelog: v0.6.4...v0.6.5

v0.6.4

Compare Source

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

Compare Source

Headline Changes
  • MCP well-known URI auth discovery
  • Registry format converters and support for the Official MCP Registry
  • OpenCode and Kiro client support
  • Token exchange authentication strategy
What's Changed
New Contributors

Full Changelog: v0.6.2...v0.6.3


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 13, 2025
@renovate renovate bot force-pushed the renovate/toolhive-images branch from 8b949ab to e9be880 Compare November 13, 2025 22:37
@renovate renovate bot changed the title Update toolhive images to v0.6.3 Update toolhive images to v0.6.4 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/toolhive-images branch from e9be880 to c51636e Compare November 13, 2025 23:17
@renovate renovate bot changed the title Update toolhive images to v0.6.4 Update toolhive images to v0.6.5 Nov 13, 2025
@ChrisJBurns
Copy link
Collaborator

@claude Can you use the bump chart skill and make the necessary changes per instructions

@claude
Copy link
Contributor

claude bot commented Nov 17, 2025

Claude finished @ChrisJBurns's task —— View job


Helm Chart Bump Complete ✓

Todo List

  • Invoke helm-chart-bump skill
  • Check Chart.yaml version
  • Update Chart.yaml (version 0.5.1 → 0.5.2, appVersion v0.6.2 → v0.6.5)
  • Generate chart documentation with helm-docs
  • Review values.yaml changes
  • Commit and push changes

Summary

Successfully completed all Helm chart bump tasks for the v0.6.5 image update:

Changes Made:

  • ✓ Updated deploy/charts/operator/Chart.yaml:
    • Chart version: 0.5.1 → 0.5.2 (patch bump)
    • appVersion: v0.6.2 → v0.6.5
  • ✓ Regenerated chart documentation using helm-docs
    • Updated version badges and image references in README.md
    • Applied formatting cleanup in operator-crds README.md
  • ✓ Committed and pushed changes to renovate/toolhive-images branch

Note: No CHANGELOG.md file exists in this repository, so that step was skipped. The chart is now ready for the v0.6.5 operator and proxyrunner images.

Commit: 7735985

--- | Branch: renovate/toolhive-images

- Bump chart version from 0.5.1 to 0.5.2
- Update appVersion from v0.6.2 to v0.6.5
- Regenerate chart documentation with helm-docs

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

renovate bot commented Nov 17, 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 The changes you have done are fine, but can you please reverse the change you've made to the table heading separator?

@claude
Copy link
Contributor

claude bot commented Nov 17, 2025

Claude finished @ChrisJBurns's task —— View job


Table Heading Separator Reverted

Todo List

  • Identify the table heading separator change
  • Read the modified README.md file
  • Reverse the change
  • Commit and push the fix

Summary

Successfully reverted the table heading separator change in deploy/charts/operator/README.md:52. The separator columns have been restored to their original format:

Changed from:

|-----|------|---------|-------------|

Back to:

|-----|-------------|------|---------|

The change has been committed and pushed to the renovate/toolhive-images branch.

Commit: 84c3a9d

--- | | Branch: renovate/toolhive-images

@ChrisJBurns
Copy link
Collaborator

@claude Can you please remove the changes to the README.md file in the crds chart please

@claude
Copy link
Contributor

claude bot commented Nov 17, 2025

Claude finished @ChrisJBurns's task —— View job


CRDs Chart README Reverted ✓

Todo List

  • Check git diff for operator-crds README.md changes
  • Read the current file state
  • Identify what needs to be reverted
  • Revert the changes
  • Commit and push the changes

Summary

Successfully reverted the changes to the CRDs chart README.md file. The blank line at the beginning of the file has been restored to match the original format.

Change Made:

  • ✓ Restored blank line at the start of deploy/charts/operator-crds/README.md

Commit: 15a4f8b

--- | Branch: renovate/toolhive-images

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

@claude Can you run the helm-docs command again please and ensure to push any changes to the operator chart but discard any changes to the crds chart.

@claude
Copy link
Contributor

claude bot commented Nov 17, 2025

Claude finished @ChrisJBurns's task —— View job


Helm-docs Regeneration Complete ✓

Todo List

  • Check current git status
  • Run helm-docs command
  • Review changes made by helm-docs
  • Stage only operator chart changes
  • Discard operator-crds chart changes
  • Commit changes with co-author
  • Push to branch

Summary

Successfully regenerated the operator chart documentation and pushed only the operator chart changes:

Changes Applied:

  • ✓ Ran helm-docs to regenerate documentation for both charts
  • ✓ Staged and committed operator chart README.md (table heading separator reformatted)
  • ✓ Discarded operator-crds chart README.md changes (blank line preserved)
  • ✓ Pushed to renovate/toolhive-images branch

Commit: 83cd3a5


View job | Branch: renovate/toolhive-images

github-actions bot and others added 3 commits November 17, 2025 19:42
Co-authored-by: Chris Burns <ChrisJBurns@users.noreply.github.com>
Signed-off-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
@ChrisJBurns ChrisJBurns enabled auto-merge (squash) November 17, 2025 19:51
@ChrisJBurns ChrisJBurns merged commit 1f7b963 into main Nov 17, 2025
11 checks passed
@ChrisJBurns ChrisJBurns deleted the renovate/toolhive-images branch November 17, 2025 19:55
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.

3 participants