Add device traffic counters and ambiguous MAC detection
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-07 14:29:51 +03:00
parent 3157e9e8f7
commit e774486b99
15 changed files with 528 additions and 7 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.9.4',
gatewayClient: '0.9.4',
gatewayBackend: '0.9.1',
macClient: '0.10.0',
gatewayClient: '0.10.0',
gatewayBackend: '0.10.0',
});
export function parseVersion(value) {