From 9380d6f873bb27575b5b1b016ef6cc865f95c293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:40:40 +0000 Subject: [PATCH 1/2] Update stacklok/toolhive-registry-server to v1.4.13 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/upstream-projects.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/upstream-projects.yaml b/.github/upstream-projects.yaml index 2b47be52..49069144 100644 --- a/.github/upstream-projects.yaml +++ b/.github/upstream-projects.yaml @@ -29,7 +29,7 @@ projects: - id: toolhive-registry-server repo: stacklok/toolhive-registry-server - version: v1.4.12 + version: v1.4.13 docs_paths: - docs/toolhive/guides-registry - docs/toolhive/concepts/registry-criteria.mdx From 303612b59f9cce7c564f352962ee8bc0d1395215 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Jul 2026 16:41:29 +0000 Subject: [PATCH 2/2] Refresh reference assets for toolhive-registry-server v1.4.13 --- static/api-specs/toolhive-registry-api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/api-specs/toolhive-registry-api.yaml b/static/api-specs/toolhive-registry-api.yaml index d8687a11..1e54981e 100644 --- a/static/api-specs/toolhive-registry-api.yaml +++ b/static/api-specs/toolhive-registry-api.yaml @@ -498,13 +498,13 @@ components: uniqueItems: false registryBaseUrl: description: RegistryBaseURL is the base URL of the package registry (used - by npm, pypi, nuget; not used by oci, mcpb) + by npm, pypi, nuget, cargo; not used by oci, mcpb) example: https://registry.npmjs.org format: uri type: string registryType: description: RegistryType indicates how to download packages (e.g., "npm", - "pypi", "oci", "nuget", "mcpb") + "pypi", "cargo", "oci", "nuget", "mcpb") example: npm minLength: 1 type: string