Handle rejected subscriptions and add local client compose
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 14s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-07-13 20:23:37 +03:00
parent 8c19f2cba9
commit 56f5e408e3
10 changed files with 306 additions and 443 deletions

View File

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