Improve VPN client connection management
Build and Deploy Gateway / build-and-push (push) Successful in 20s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-12 21:48:37 +03:00
parent 068a7f9890
commit 9e52ccc24d
22 changed files with 962 additions and 76 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.25.1',
gatewayClient: '0.26.0',
gatewayBackend: '0.26.1',
macClient: '0.25.2',
gatewayClient: '0.26.1',
gatewayBackend: '0.26.2',
});
export interface ParsedVersion {