From 868ac0516053a472b842591522049e58225e8460 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Aug 2026 06:11:56 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=96=20Sync=20console=20release=20v?= =?UTF-8?q?ersions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: github-actions[bot] --- public/config/shared.json | 13 +++++++++---- src/config/versions.ts | 11 ++++++++--- 2 files changed, 17 insertions(+), 7 deletions(-) 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, }, From b8d51b9e6100e04cb1b8d73bc57b2f16073cf204 Mon Sep 17 00:00:00 2001 From: scanner-ci-bot Date: Tue, 4 Aug 2026 14:48:15 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20fix(ci):=20pin=20minimatch?= =?UTF-8?q?=20to=20v3=20for=20ESLint=20runtime=20compatibility\n\nPin=20mi?= =?UTF-8?q?nimatch=20to=203.1.2=20in=20overrides=20to=20avoid=20'expand=20?= =?UTF-8?q?is=20not=20a=20function'=20at=20ESLint=20runtime=20in=20CI.\n\n?= =?UTF-8?q?Signed-off-by:=20Copilot=20<223556219+Copilot@users.noreply.git?= =?UTF-8?q?hub.com>\n\nCo-authored-by:=20Copilot=20<223556219+Copilot@user?= =?UTF-8?q?s.noreply.github.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: scanner-ci-bot --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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