Improve failover status feedback and controls
Build and Deploy Gateway / build-and-push (push) Successful in 26s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-20 01:32:03 +03:00
parent 9055934e92
commit 74227ae38c
7 changed files with 174 additions and 87 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.29.2',
gatewayClient: '0.30.2',
gatewayBackend: '0.30.2',
macClient: '0.30.0',
gatewayClient: '0.31.0',
gatewayBackend: '0.31.0',
});
export interface ParsedVersion {