Update VPN client connection flow
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 21:19:33 +03:00
parent 0c376c72aa
commit 0a4a6d9443
16 changed files with 771 additions and 342 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.15.1',
gatewayClient: '0.16.1',
gatewayBackend: '0.16.1',
macClient: '0.16.1',
gatewayClient: '0.17.1',
gatewayBackend: '0.17.1',
});
export function parseVersion(value) {