Allow device routing without pinning
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-07 17:27:13 +03:00
parent 608f8cfcf2
commit dfa9f09695
13 changed files with 114 additions and 61 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
export const HARBOR_VERSIONS = Object.freeze({
macClient: '0.12.3',
gatewayClient: '0.13.0',
gatewayBackend: '0.13.1',
macClient: '0.13.0',
gatewayClient: '0.14.0',
gatewayBackend: '0.14.0',
});
export function parseVersion(value) {