From 853ffb33e8e29b085db57df1773f8875dca5bbe3 Mon Sep 17 00:00:00 2001 From: Rich Bayliss Date: Tue, 30 Jul 2019 11:05:43 +0100 Subject: [PATCH] services: Update Registry service version Update open-balena-registry to 2.11.1 This allows the registry to use an S3 bucket for storing images. Change-type: minor Signed-off-by: Rich Bayliss --- compose/versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/versions b/compose/versions index 37e7240..dfe7f7e 100644 --- a/compose/versions +++ b/compose/versions @@ -1,6 +1,6 @@ export OPENBALENA_API_VERSION_TAG=v0.19.5 export OPENBALENA_DB_VERSION_TAG=v2.0.3 -export OPENBALENA_REGISTRY_VERSION_TAG=v2.7.0 +export OPENBALENA_REGISTRY_VERSION_TAG=v2.11.1 export OPENBALENA_S3_VERSION_TAG=v2.6.2 export OPENBALENA_VPN_VERSION_TAG=v8.10.0 export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.6.2