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
This commit is contained in:
Akis Kesoglou 2020-11-10 17:50:47 +02:00
parent 308322f774
commit bfce474ff0

View File

@ -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