Bump Harbor client versions and refine brand mode transition
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 21s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-12 12:04:00 +03:00
parent 267afc5c7e
commit ef33ad9c84
2 changed files with 11 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.7.0',
gatewayClient: '0.7.0',
macClient: '0.7.1',
gatewayClient: '0.7.1',
gatewayBackend: '0.7.0',
});