fix(deploy): include edge channel contract in manager release

This commit is contained in:
Codex
2026-08-11 21:15:26 +03:00
parent 35c37de586
commit f53759cb15
4 changed files with 32 additions and 20 deletions
+3
View File
@@ -298,6 +298,7 @@ DEVICE_PLANE_MANAGER_RELEASE_V2_ENTRIES = (
"package-lock.json",
DEVICE_PLANE_MANAGER_COMPOSE_REL,
"packages/device-protocol-contract",
"packages/device-edge-channel-contract",
"packages/arusnavi-b2-adapter",
"services/device-control-core",
"services/device-gateway/package.json",
@@ -3531,6 +3532,7 @@ def allowed_payload_path(component, rel):
DEVICE_PLANE_MANAGER_RECONCILIATION_REL,
DEVICE_PLANE_MANAGER_V2_RECONCILIATION_REL,
"packages/device-protocol-contract",
"packages/device-edge-channel-contract",
"packages/arusnavi-b2-adapter",
"services/device-control-core",
"services/device-gateway",
@@ -3541,6 +3543,7 @@ def allowed_payload_path(component, rel):
return True
if rel.startswith((
"packages/device-protocol-contract/",
"packages/device-edge-channel-contract/",
"packages/arusnavi-b2-adapter/",
"services/device-control-core/",
"services/device-gateway/",