From c97620d665e5b9a21416c6d1380a6c0d01f85d95 Mon Sep 17 00:00:00 2001 From: Bart Versluijs Date: Mon, 20 Jun 2022 14:32:03 +0200 Subject: [PATCH 1/4] chore(deps): updated open-balena-s3 to 2.13.8 Change-Type: patch --- compose/versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/versions b/compose/versions index ddb9fa7..dd7e282 100644 --- a/compose/versions +++ b/compose/versions @@ -2,5 +2,5 @@ export OPENBALENA_API_VERSION_TAG=v0.192.4 export OPENBALENA_DB_VERSION_TAG=v5.1.0 export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.9.2 export OPENBALENA_REGISTRY_VERSION_TAG=v2.24.2 -export OPENBALENA_S3_VERSION_TAG=v2.13.3 +export OPENBALENA_S3_VERSION_TAG=v2.13.8 export OPENBALENA_VPN_VERSION_TAG=v9.27.0 From 4eb2ba041fde9e68143c5dd6960116bab64587a8 Mon Sep 17 00:00:00 2001 From: Bart Versluijs Date: Mon, 20 Jun 2022 15:03:45 +0200 Subject: [PATCH 2/4] chore(deps): updated open-balena-registry to 2.25.3 Change-Type: minor --- compose/services.yml | 1 + compose/versions | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/compose/services.yml b/compose/services.yml index 8edb05e..9a2ed12 100644 --- a/compose/services.yml +++ b/compose/services.yml @@ -83,6 +83,7 @@ services: REGISTRY2_SECRETKEY: ${OPENBALENA_REGISTRY_SECRET_KEY} REGISTRY2_STORAGEPATH: /data REGISTRY2_DISABLE_REDIRECT: "false" + REGISTRY2_DISABLE_UPLOAD_PURGING: "false" vpn: extends: diff --git a/compose/versions b/compose/versions index dd7e282..fd3ead1 100644 --- a/compose/versions +++ b/compose/versions @@ -1,6 +1,6 @@ export OPENBALENA_API_VERSION_TAG=v0.192.4 export OPENBALENA_DB_VERSION_TAG=v5.1.0 export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.9.2 -export OPENBALENA_REGISTRY_VERSION_TAG=v2.24.2 +export OPENBALENA_REGISTRY_VERSION_TAG=v2.25.3 export OPENBALENA_S3_VERSION_TAG=v2.13.8 export OPENBALENA_VPN_VERSION_TAG=v9.27.0 From f76b90fa143196835b7963966155da89297b2743 Mon Sep 17 00:00:00 2001 From: Bart Versluijs Date: Mon, 20 Jun 2022 15:25:29 +0200 Subject: [PATCH 3/4] chore(deps): updated open-balena-api to 0.209.2 Change-Type: minor --- compose/services.yml | 4 ++-- compose/versions | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose/services.yml b/compose/services.yml index 9a2ed12..514063c 100644 --- a/compose/services.yml +++ b/compose/services.yml @@ -39,8 +39,8 @@ services: PRODUCTION_MODE: "${OPENBALENA_PRODUCTION_MODE}" PUBNUB_PUBLISH_KEY: __unused__ PUBNUB_SUBSCRIBE_KEY: __unused__ - REDIS_HOST: redis - REDIS_PORT: 6379 + REDIS_HOST: "redis:6379" + REDIS_IS_CLUSTER: "false" REGISTRY2_HOST: registry.${OPENBALENA_HOST_NAME} REGISTRY_HOST: registry.${OPENBALENA_HOST_NAME} SENTRY_DSN: "" diff --git a/compose/versions b/compose/versions index fd3ead1..3dbcbc1 100644 --- a/compose/versions +++ b/compose/versions @@ -1,4 +1,4 @@ -export OPENBALENA_API_VERSION_TAG=v0.192.4 +export OPENBALENA_API_VERSION_TAG=v0.209.2 export OPENBALENA_DB_VERSION_TAG=v5.1.0 export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.9.2 export OPENBALENA_REGISTRY_VERSION_TAG=v2.25.3 From bf2f2f902448f4f22987e54acb3118159b6879d6 Mon Sep 17 00:00:00 2001 From: Bart Versluijs Date: Mon, 20 Jun 2022 15:42:56 +0200 Subject: [PATCH 4/4] chore(deps): updated open-balena-vpn to 11.4.6 Change-Type: minor --- compose/versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/versions b/compose/versions index 3dbcbc1..2ea3137 100644 --- a/compose/versions +++ b/compose/versions @@ -3,4 +3,4 @@ export OPENBALENA_DB_VERSION_TAG=v5.1.0 export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.9.2 export OPENBALENA_REGISTRY_VERSION_TAG=v2.25.3 export OPENBALENA_S3_VERSION_TAG=v2.13.8 -export OPENBALENA_VPN_VERSION_TAG=v9.27.0 +export OPENBALENA_VPN_VERSION_TAG=v11.4.6