From 1180bb3462bb9502b5c8fec6e800841acdcb4e1e Mon Sep 17 00:00:00 2001 From: Bart Versluijs Date: Fri, 25 Jun 2021 00:06:01 +0200 Subject: [PATCH] Update API, registry and VPN services Update open-balena-api from 0.119.5 to 0.139.0 Update open-balena-registry from 2.16.0 to 2.16.1 Update open-balena-vpn from 9.17.4 to 9.17.11 Change-type: minor --- compose/versions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/versions b/compose/versions index 4b22f3a..460bad2 100644 --- a/compose/versions +++ b/compose/versions @@ -1,6 +1,6 @@ -export OPENBALENA_API_VERSION_TAG=v0.119.5 +export OPENBALENA_API_VERSION_TAG=v0.139.0 export OPENBALENA_DB_VERSION_TAG=v4.1.0 export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.9.2 -export OPENBALENA_REGISTRY_VERSION_TAG=v2.16.0 +export OPENBALENA_REGISTRY_VERSION_TAG=v2.16.1 export OPENBALENA_S3_VERSION_TAG=v2.9.9 -export OPENBALENA_VPN_VERSION_TAG=v9.17.4 +export OPENBALENA_VPN_VERSION_TAG=v9.17.11