Add network identity diagnostics
Build and Deploy Gateway / build-and-push (push) Successful in 20s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-11 16:19:23 +03:00
parent 3566f4bc0b
commit 6381760b27
8 changed files with 211 additions and 9 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.24.2',
gatewayClient: '0.25.2',
gatewayBackend: '0.25.1',
macClient: '0.25.0',
gatewayClient: '0.26.0',
gatewayBackend: '0.26.0',
});
export interface ParsedVersion {