Add stop confirmation to client power action
Build and Deploy Gateway / build-and-push (push) Successful in 17s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-15 15:25:10 +03:00
parent b4adcce26a
commit c6d3fd39fb
3 changed files with 34 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.8.10',
gatewayClient: '0.8.9',
macClient: '0.8.11',
gatewayClient: '0.8.10',
gatewayBackend: '0.8.0',
});