Add enabled local routing rules and gateway version reporting
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-07-11 22:14:43 +03:00
parent a0c66edb02
commit 1304a22f1f
22 changed files with 585 additions and 188 deletions

View File

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