From bfce474ff018496b72d008ec99ec1a6a813f457e Mon Sep 17 00:00:00 2001 From: Akis Kesoglou Date: Tue, 10 Nov 2020 17:50:47 +0200 Subject: [PATCH] Update open-balena-api Fixes a bug with a migration that would keep obsolete DB columns around and prevent creation of applications and devices. See https://github.com/balena-io/open-balena-api/pull/507 Fixes #94 #95 Change-type: patch --- compose/versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/versions b/compose/versions index ff0f351..3327c82 100644 --- a/compose/versions +++ b/compose/versions @@ -1,4 +1,4 @@ -export OPENBALENA_API_VERSION_TAG=v0.107.0 +export OPENBALENA_API_VERSION_TAG=v0.109.2 export OPENBALENA_DB_VERSION_TAG=v4.1.0 export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.7.9 export OPENBALENA_REGISTRY_VERSION_TAG=v2.13.11