From 6bf85fb3f013699ce5a5bb120540487046099535 Mon Sep 17 00:00:00 2001 From: Xiangzhe Date: Tue, 18 Aug 2026 20:47:56 -0300 Subject: [PATCH] chore(changelog): correct the fragment to the real PR number (#10701) --- ...ard-embed-arg.md => 10701-dockerfile-dashboard-embed-arg.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename changelog.d/features/{10699-dockerfile-dashboard-embed-arg.md => 10701-dockerfile-dashboard-embed-arg.md} (80%) diff --git a/changelog.d/features/10699-dockerfile-dashboard-embed-arg.md b/changelog.d/features/10701-dockerfile-dashboard-embed-arg.md similarity index 80% rename from changelog.d/features/10699-dockerfile-dashboard-embed-arg.md rename to changelog.d/features/10701-dockerfile-dashboard-embed-arg.md index 3b5bec5e6e..552a873268 100644 --- a/changelog.d/features/10699-dockerfile-dashboard-embed-arg.md +++ b/changelog.d/features/10701-dockerfile-dashboard-embed-arg.md @@ -1 +1 @@ -- **feat(docker):** `DASHBOARD_ALLOW_EMBED` is now a Docker build argument — `docker build --build-arg DASHBOARD_ALLOW_EMBED=vscode` produces an image whose dashboard renders inside the VS Code Simple Browser (OmniCopilot's `dashboardOpen: "editor"`). Previously the flag was only reachable from a source build: Docker silently drops a `--build-arg` with no matching `ARG`, so the operator got the default image and no error. Builder-stage only and empty by default — the runtime stages deliberately do not carry it, and the unframable default posture is unchanged ([#10699](https://github.com/diegosouzapw/OmniRoute/pull/10699)) +- **feat(docker):** `DASHBOARD_ALLOW_EMBED` is now a Docker build argument — `docker build --build-arg DASHBOARD_ALLOW_EMBED=vscode` produces an image whose dashboard renders inside the VS Code Simple Browser (OmniCopilot's `dashboardOpen: "editor"`). Previously the flag was only reachable from a source build: Docker silently drops a `--build-arg` with no matching `ARG`, so the operator got the default image and no error. Builder-stage only and empty by default — the runtime stages deliberately do not carry it, and the unframable default posture is unchanged ([#10701](https://github.com/diegosouzapw/OmniRoute/pull/10701))