diff --git a/package.json b/package.json index 574617e7e..36e8d1e3c 100644 --- a/package.json +++ b/package.json @@ -67,6 +67,7 @@ "markdown-it": ">=14.1.1", "postcss": ">=8.5.18", "sharp": ">=0.35.3", - "uuid": ">=11.1.1" + "uuid": ">=11.1.1", + "minimatch": "3.1.2" } -} +} \ No newline at end of file diff --git a/public/config/shared.json b/public/config/shared.json index d63932883..1626e5df7 100644 --- a/public/config/shared.json +++ b/public/config/shared.json @@ -199,8 +199,8 @@ }, "console": { "latest": { - "label": "v0.3.34 (Latest)", - "branch": "docs/console/0.3.34", + "label": "v0.3.35 (Latest)", + "branch": "docs/console/0.3.35", "isDefault": true }, "main": { @@ -383,6 +383,11 @@ "label": "v0.3.33", "branch": "docs/console/0.3.33", "isDefault": false + }, + "0.3.34": { + "label": "v0.3.34", + "branch": "docs/console/0.3.34", + "isDefault": false } }, "hive": { @@ -422,7 +427,7 @@ "console": { "name": "Console", "basePath": "console", - "currentVersion": "0.3.34" + "currentVersion": "0.3.35" }, "hive": { "name": "Hive", @@ -474,5 +479,5 @@ "multi-plugin": "https://github.com/kubestellar/docs/edit/main/docs/content/multi-plugin", "kubestellar-mcp": "https://github.com/kubestellar/kubestellar-mcp/edit/main/docs" }, - "updatedAt": "2026-08-02T06:15:37.042Z" + "updatedAt": "2026-08-04T06:11:56.978Z" } diff --git a/src/config/versions.ts b/src/config/versions.ts index 571f564e3..f4aca2b12 100644 --- a/src/config/versions.ts +++ b/src/config/versions.ts @@ -248,8 +248,8 @@ const KUBESTELLAR_MCP_VERSIONS: Record = { // The console release sync workflow auto-updates this when a new release is detected. const CONSOLE_VERSIONS: Record = { latest: { - label: "v0.3.34 (Latest)", - branch: "docs/console/0.3.34", + label: "v0.3.35 (Latest)", + branch: "docs/console/0.3.35", isDefault: true, }, main: { @@ -258,6 +258,11 @@ const CONSOLE_VERSIONS: Record = { isDefault: false, isDev: true, }, + "0.3.34": { + label: "v0.3.34", + branch: "docs/console/0.3.34", + isDefault: false, + }, "0.3.33": { label: "v0.3.33", branch: "docs/console/0.3.33", @@ -490,7 +495,7 @@ export const PROJECTS: Record = { id: "console", name: "Console", basePath: "console", - currentVersion: "0.3.34", + currentVersion: "0.3.35", contentPath: "docs/content/console", versions: CONSOLE_VERSIONS, },