fix(deploy): include edge channel contract in manager release
This commit is contained in:
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user