diff --git a/device-plane/deployment/device-manager-release-v1.json b/device-plane/deployment/device-manager-release-v1.json index 5d720e2..75379bc 100644 --- a/device-plane/deployment/device-manager-release-v1.json +++ b/device-plane/deployment/device-manager-release-v1.json @@ -4,8 +4,8 @@ "action": "upgrade", "predecessor": { "kind": "release", - "patchId": "device-manager-release-20260811-008", - "artifactSha256": "bce6a61a24da999bebfab69eb7092093806b44e5a519fad95d5fed91d742f1a8" + "patchId": "device-manager-release-20260811-009", + "artifactSha256": "e0cc696e9387d26f005d342529f0e7c08be54113b9725271aecd9baf58b3726d" }, "service": "device-manager", "publicIngress": "reverse-proxy-only", diff --git a/infra/deploy-runner/build-device-manager-control-plane-artifact.mjs b/infra/deploy-runner/build-device-manager-control-plane-artifact.mjs index 2823f5f..d5f2cab 100644 --- a/infra/deploy-runner/build-device-manager-control-plane-artifact.mjs +++ b/infra/deploy-runner/build-device-manager-control-plane-artifact.mjs @@ -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-009", ...extra] = process.argv.slice(2); +const [patchId = "device-manager-release-20260811-010", ...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 = [