Introduce stable server IDs for subscription state
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 11:59:22 +03:00
parent 005c7a101b
commit 267afc5c7e
16 changed files with 323 additions and 145 deletions

View File

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