build(device-plane): prepare device enrollment release

This commit is contained in:
Codex
2026-08-11 12:04:08 +03:00
parent 6a8c1ce1ef
commit 28371f67a5
2 changed files with 3 additions and 3 deletions
@@ -4,8 +4,8 @@
"action": "upgrade",
"predecessor": {
"kind": "release",
"patchId": "device-manager-release-20260811-006",
"artifactSha256": "7ca2b7875f8d4faede4f5dd9e381261b20e5e5578ca88c8cbdaf3596848155fd"
"patchId": "device-manager-release-20260811-007",
"artifactSha256": "62883a9c3917dd06a939bc744466c05adcc56cbc910bf0f1cfeceec417fea4fb"
},
"service": "device-manager",
"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 managerRoot = resolve(designRoot, "apps/device-manager");
const artifactDir = resolve(process.env.NODEDC_DEPLOY_ARTIFACT_DIR || resolve(scriptDir, "../deploy-artifacts"));
const [patchId = "device-manager-release-20260811-007", ...extra] = process.argv.slice(2);
const [patchId = "device-manager-release-20260811-008", ...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]");
const entries = [