From 2aadaca611a30e10d58b4262723eb60426407861 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Thu, 2 Apr 2026 10:41:26 -0400 Subject: [PATCH] fix: rename catalog artifacts to registry-legacy and registry-upstream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/toolhive/guides-registry/configuration.mdx | 8 ++++---- docs/toolhive/guides-registry/deploy-manual.mdx | 2 +- docs/toolhive/guides-registry/deploy-operator.mdx | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/toolhive/guides-registry/configuration.mdx b/docs/toolhive/guides-registry/configuration.mdx index 99cc52f2..62de8c48 100644 --- a/docs/toolhive/guides-registry/configuration.mdx +++ b/docs/toolhive/guides-registry/configuration.mdx @@ -23,7 +23,7 @@ registries: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/official-registry.json + path: pkg/catalog/toolhive/data/registry-upstream.json # Per-registry automatic sync policy (required for synced registries) syncPolicy: @@ -105,7 +105,7 @@ registries: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json syncPolicy: interval: '30m' ``` @@ -441,7 +441,7 @@ registries: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json syncPolicy: # Sync interval (e.g., "30m", "1h", "24h") interval: '30m' @@ -468,7 +468,7 @@ registries: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json syncPolicy: interval: '30m' filter: diff --git a/docs/toolhive/guides-registry/deploy-manual.mdx b/docs/toolhive/guides-registry/deploy-manual.mdx index c1fbeeac..f0f1f7d8 100644 --- a/docs/toolhive/guides-registry/deploy-manual.mdx +++ b/docs/toolhive/guides-registry/deploy-manual.mdx @@ -118,7 +118,7 @@ data: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json syncPolicy: interval: "15m" auth: diff --git a/docs/toolhive/guides-registry/deploy-operator.mdx b/docs/toolhive/guides-registry/deploy-operator.mdx index a75704ad..43d64cfe 100644 --- a/docs/toolhive/guides-registry/deploy-operator.mdx +++ b/docs/toolhive/guides-registry/deploy-operator.mdx @@ -80,7 +80,7 @@ spec: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json syncPolicy: interval: '30m' ``` @@ -129,7 +129,7 @@ spec: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json syncPolicy: interval: '30m' ``` @@ -263,7 +263,7 @@ spec: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json filter: names: include: @@ -322,7 +322,7 @@ spec: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json syncPolicy: interval: '30m' ``` @@ -398,7 +398,7 @@ spec: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json ``` ### OAuth configuration fields @@ -509,7 +509,7 @@ spec: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json ``` :::danger[No access control] @@ -554,7 +554,7 @@ spec: git: repository: https://github.com/stacklok/toolhive-catalog.git branch: main - path: pkg/catalog/toolhive/data/registry.json + path: pkg/catalog/toolhive/data/registry-legacy.json syncPolicy: interval: '30m' ```