Improve failover startup handling and status UI
Build and Deploy Gateway / build-and-push (push) Successful in 25s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-08-19 20:24:04 +03:00
parent cedd31cc16
commit 3b515ee355
10 changed files with 190 additions and 63 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.29.0',
gatewayClient: '0.30.0',
gatewayBackend: '0.30.0',
macClient: '0.29.1',
gatewayClient: '0.30.1',
gatewayBackend: '0.30.1',
});
export interface ParsedVersion {