fix: rename catalog artifacts to registry-legacy and registry-upstream#661
Merged
fix: rename catalog artifacts to registry-legacy and registry-upstream#661
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates ToolHive Registry documentation to reflect renamed catalog artifacts in stacklok/toolhive-catalog, ensuring Git-based registry sync examples point at the new JSON filenames.
Changes:
- Replaced references to
pkg/catalog/toolhive/data/registry.jsonwithpkg/catalog/toolhive/data/registry-legacy.jsonin registry deployment guides. - Replaced
pkg/catalog/toolhive/data/official-registry.jsonwithpkg/catalog/toolhive/data/registry-upstream.jsonin configuration examples.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/toolhive/guides-registry/deploy-operator.mdx | Updates all Operator-based Git registry examples to use registry-legacy.json. |
| docs/toolhive/guides-registry/deploy-manual.mdx | Updates the manual deployment ConfigMap example to use registry-legacy.json. |
| docs/toolhive/guides-registry/configuration.mdx | Updates upstream/toolhive Git path examples to use registry-upstream.json and registry-legacy.json. |
Rename catalog output files to avoid filename collisions in release artifacts and provide clearer naming: - `registry.json` → `registry-legacy.json` - `official-registry.json` → `registry-upstream.json` This ensures all 4 release artifacts (2 formats × 2 registries) have distinct names instead of overwriting each other. Signed-off-by: Radoslav Dimitrov <radoslav@dimitrov.dev>
fda4ed9 to
2aadaca
Compare
JAORMX
approved these changes
Apr 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pkg/catalog/path references to match renamed artifacts in toolhive-catalogregistry.json→registry-legacy.json,official-registry.json→registry-upstream.jsonTest plan
🤖 Generated with Claude Code