Track applied route rules separately from pending edits
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 16s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-11 23:07:20 +03:00
parent 65bf88bf41
commit f135ade43b
9 changed files with 215 additions and 49 deletions

View File

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