Refine subscription import and refresh flow
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-07-12 11:18:33 +03:00
parent ba15a25c89
commit 005c7a101b
15 changed files with 190 additions and 218 deletions

View File

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