Preserve device inventory across unavailable observations
Build and Deploy Gateway / build-and-push (push) Successful in 19s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-10 10:49:02 +03:00
parent f233660dc3
commit c89e56942a
6 changed files with 26 additions and 19 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.22.0',
gatewayClient: '0.23.0',
gatewayBackend: '0.23.0',
macClient: '0.22.1',
gatewayClient: '0.23.1',
gatewayBackend: '0.23.1',
});
export interface ParsedVersion {