Simplify device status display and bump client versions
Build and Deploy Gateway / build-and-push (push) Successful in 13s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-07 16:33:02 +03:00
parent 560c243047
commit 9f31eaf396
4 changed files with 23 additions and 60 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.12.0',
gatewayClient: '0.12.0',
macClient: '0.12.1',
gatewayClient: '0.12.1',
gatewayBackend: '0.12.0',
});