Refactor VPN proxy components and update related behavior
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-11 01:27:46 +03:00
parent c89e56942a
commit aa9c959368
58 changed files with 4234 additions and 2755 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.22.1',
gatewayClient: '0.23.1',
gatewayBackend: '0.23.1',
macClient: '0.23.0',
gatewayClient: '0.24.0',
gatewayBackend: '0.24.0',
});
export interface ParsedVersion {