Refactor server picker and limit ping requests
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 13:42:22 +03:00
parent 24fda3e34e
commit 57330f1c78
10 changed files with 612 additions and 83 deletions

View File

@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.7.11',
gatewayClient: '0.7.11',
gatewayBackend: '0.7.0',
macClient: '0.7.12',
gatewayClient: '0.7.12',
gatewayBackend: '0.7.1',
});
export function parseVersion(value) {