build(device-plane): prepare workspace query fix release

This commit is contained in:
Codex
2026-08-11 17:13:07 +03:00
parent 42892cd43b
commit c9d6068f36
2 changed files with 3 additions and 3 deletions
@@ -4,8 +4,8 @@
"action": "upgrade", "action": "upgrade",
"predecessor": { "predecessor": {
"kind": "release", "kind": "release",
"patchId": "device-manager-release-20260811-007", "patchId": "device-manager-release-20260811-008",
"artifactSha256": "62883a9c3917dd06a939bc744466c05adcc56cbc910bf0f1cfeceec417fea4fb" "artifactSha256": "bce6a61a24da999bebfab69eb7092093806b44e5a519fad95d5fed91d742f1a8"
}, },
"service": "device-manager", "service": "device-manager",
"publicIngress": "reverse-proxy-only", "publicIngress": "reverse-proxy-only",
@@ -12,7 +12,7 @@ const devicePlaneRoot = resolve(platformRoot, "device-plane");
const designRoot = resolve(process.env.NODEDC_DEVICE_MANAGER_SOURCE_ROOT || resolve(platformRoot, "../NODEDC_DESIGN_GUIDELINE")); const designRoot = resolve(process.env.NODEDC_DEVICE_MANAGER_SOURCE_ROOT || resolve(platformRoot, "../NODEDC_DESIGN_GUIDELINE"));
const managerRoot = resolve(designRoot, "apps/device-manager"); const managerRoot = resolve(designRoot, "apps/device-manager");
const artifactDir = resolve(process.env.NODEDC_DEPLOY_ARTIFACT_DIR || resolve(scriptDir, "../deploy-artifacts")); const artifactDir = resolve(process.env.NODEDC_DEPLOY_ARTIFACT_DIR || resolve(scriptDir, "../deploy-artifacts"));
const [patchId = "device-manager-release-20260811-008", ...extra] = process.argv.slice(2); const [patchId = "device-manager-release-20260811-009", ...extra] = process.argv.slice(2);
if (extra.length || !/^[A-Za-z0-9._-]{1,96}$/.test(patchId)) throw new Error("usage: build-device-manager-control-plane-artifact.mjs [patch-id]"); if (extra.length || !/^[A-Za-z0-9._-]{1,96}$/.test(patchId)) throw new Error("usage: build-device-manager-control-plane-artifact.mjs [patch-id]");
const entries = [ const entries = [