From 3e291f7e0a6c2ef18a4895e5bd1c7d4573ee1cb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:51:44 +0000 Subject: [PATCH 1/4] Update stacklok/toolhive-registry-server to v1.4.0 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 c7f6e540..087211ee 100644 --- a/.github/upstream-projects.yaml +++ b/.github/upstream-projects.yaml @@ -20,7 +20,7 @@ projects: - id: toolhive-registry-server repo: stacklok/toolhive-registry-server - version: v1.3.0 + version: v1.4.0 docs_paths: - docs/toolhive/guides-registry - docs/toolhive/concepts/registry-criteria.mdx From 922ee36768bf128e09d03456fa60af4e03c9cd16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Apr 2026 14:52:37 +0000 Subject: [PATCH 2/4] Refresh reference assets for toolhive-registry-server v1.4.0 --- static/api-specs/toolhive-registry-api.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/api-specs/toolhive-registry-api.yaml b/static/api-specs/toolhive-registry-api.yaml index 2ee43748..ab449349 100644 --- a/static/api-specs/toolhive-registry-api.yaml +++ b/static/api-specs/toolhive-registry-api.yaml @@ -81,12 +81,22 @@ components: type: object github_com_stacklok_toolhive-registry-server_internal_service.RegistryEntryInfo: properties: + createdAt: + type: string + description: + type: string entryType: type: string name: type: string + position: + type: integer sourceName: type: string + title: + type: string + updatedAt: + type: string version: type: string type: object From 281bf01be364ae48d69d738bbf4d498da43129a3 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:55:02 +0000 Subject: [PATCH 3/4] Note no doc changes for toolhive-registry-server v1.4.0 --- NO_CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 NO_CHANGES.md diff --git a/NO_CHANGES.md b/NO_CHANGES.md new file mode 100644 index 00000000..ff0a18ac --- /dev/null +++ b/NO_CHANGES.md @@ -0,0 +1,16 @@ +No doc-relevant hand-written changes for toolhive-registry-server v1.4.0. + +The only product-facing change in this release is PR #754 ("Enrich +`ListRegistryEntries` response with version metadata"), which adds +`title`, `description`, `createdAt`, `updatedAt`, and `position` to +the `GET /v1/registries/{name}/entries` admin response. That response +schema is documented solely via the auto-generated swagger at +`static/api-specs/toolhive-registry-api.yaml`, which the release +workflow already refreshed in this PR. The endpoint's only prose +mention (`docs/toolhive/guides-registry/authorization.mdx:310-314`) +covers authorization scoping, not response fields, so no edit is +warranted. + +Remaining PRs in the release are infra-only: removing an obsolete +Vercel deploy hook (#753), dependency bumps (#756, #757, #758), and +the release cut itself (#755). From 4d65ca2370151ccc40d4fd5fb2f6d645679f0426 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 14:56:05 +0000 Subject: [PATCH 4/4] Add upstream-release-docs content for toolhive-registry-server v1.4.0 --- NO_CHANGES.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 NO_CHANGES.md diff --git a/NO_CHANGES.md b/NO_CHANGES.md deleted file mode 100644 index ff0a18ac..00000000 --- a/NO_CHANGES.md +++ /dev/null @@ -1,16 +0,0 @@ -No doc-relevant hand-written changes for toolhive-registry-server v1.4.0. - -The only product-facing change in this release is PR #754 ("Enrich -`ListRegistryEntries` response with version metadata"), which adds -`title`, `description`, `createdAt`, `updatedAt`, and `position` to -the `GET /v1/registries/{name}/entries` admin response. That response -schema is documented solely via the auto-generated swagger at -`static/api-specs/toolhive-registry-api.yaml`, which the release -workflow already refreshed in this PR. The endpoint's only prose -mention (`docs/toolhive/guides-registry/authorization.mdx:310-314`) -covers authorization scoping, not response fields, so no edit is -warranted. - -Remaining PRs in the release are infra-only: removing an obsolete -Vercel deploy hook (#753), dependency bumps (#756, #757, #758), and -the release cut itself (#755).