Track per-device traffic totals and recover inventory state
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-07 15:24:54 +03:00
parent e774486b99
commit 307ad02cd7
13 changed files with 842 additions and 96 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.10.0',
gatewayClient: '0.10.0',
gatewayBackend: '0.10.0',
macClient: '0.11.0',
gatewayClient: '0.11.0',
gatewayBackend: '0.11.0',
});
export function parseVersion(value) {