Add per-device VPN and direct routing policies
Build and Deploy Gateway / build-and-push (push) Successful in 10s
Build and Deploy Gateway / deploy (push) Successful in 16s

This commit is contained in:
2026-08-07 16:18:31 +03:00
parent 307ad02cd7
commit 560c243047
20 changed files with 1090 additions and 114 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.11.0',
gatewayClient: '0.11.0',
gatewayBackend: '0.11.0',
macClient: '0.12.0',
gatewayClient: '0.12.0',
gatewayBackend: '0.12.0',
});
export function parseVersion(value) {