From eec16b843d5e18d21658173b51d004b3600aced9 Mon Sep 17 00:00:00 2001 From: Akis Kesoglou Date: Thu, 29 Oct 2020 13:35:30 +0200 Subject: [PATCH] Update the API fixing an issue with migrations When updating from previous versions, the API will fail to execute the database migrations. This updates the API version to include a fix for this. Change-type: patch --- compose/versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/versions b/compose/versions index f0c7f36..ff0f351 100644 --- a/compose/versions +++ b/compose/versions @@ -1,4 +1,4 @@ -export OPENBALENA_API_VERSION_TAG=v0.105.0 +export OPENBALENA_API_VERSION_TAG=v0.107.0 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