Persist configurable connectivity diagnostics
Build and Deploy Gateway / build-and-push (push) Successful in 21s
Build and Deploy Gateway / deploy (push) Successful in 14s

This commit is contained in:
2026-08-19 13:38:19 +03:00
parent df865fbe3d
commit 416b2b294a
22 changed files with 407 additions and 131 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.26.7',
gatewayClient: '0.27.7',
gatewayBackend: '0.27.0',
macClient: '0.27.0',
gatewayClient: '0.28.0',
gatewayBackend: '0.28.0',
});
export interface ParsedVersion {