From 99b3f1b19fe56a2382f1345bef7e2f9d6182d136 Mon Sep 17 00:00:00 2001 From: Bart Versluijs Date: Thu, 10 Feb 2022 16:02:49 +0100 Subject: [PATCH 1/5] chore(deps): updated open-balena-api to 0.192.4 Update open-balena-api from 0.139.0 to 0.192.4 Change-type: minor --- compose/services.yml | 2 +- compose/versions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/services.yml b/compose/services.yml index 6833f62..46d7601 100644 --- a/compose/services.yml +++ b/compose/services.yml @@ -19,7 +19,7 @@ services: - redis environment: API_VPN_SERVICE_API_KEY: ${OPENBALENA_API_VPN_SERVICE_API_KEY} - BALENA_ROOT_CA: ${OPENBALENA_ROOT_CA} + ROOT_CA: ${OPENBALENA_ROOT_CA} COOKIE_SESSION_SECRET: ${OPENBALENA_COOKIE_SESSION_SECRET} DB_HOST: db DB_PASSWORD: docker diff --git a/compose/versions b/compose/versions index 460bad2..3d85d85 100644 --- a/compose/versions +++ b/compose/versions @@ -1,4 +1,4 @@ -export OPENBALENA_API_VERSION_TAG=v0.139.0 +export OPENBALENA_API_VERSION_TAG=v0.192.4 export OPENBALENA_DB_VERSION_TAG=v4.1.0 export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.9.2 export OPENBALENA_REGISTRY_VERSION_TAG=v2.16.1 From 59c6829509f5018ba8a12d92741d7f0144073c96 Mon Sep 17 00:00:00 2001 From: Bart Versluijs Date: Thu, 10 Feb 2022 16:04:17 +0100 Subject: [PATCH 2/5] chore(deps): updated open-balena-vpn to 9.27.0 Update open-balena-vpn from 9.17.11 to 9.27.0 Change-type: minor --- compose/services.yml | 8 ++++---- compose/versions | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compose/services.yml b/compose/services.yml index 46d7601..d3ca47d 100644 --- a/compose/services.yml +++ b/compose/services.yml @@ -95,11 +95,11 @@ services: - NET_ADMIN environment: API_SERVICE_API_KEY: ${OPENBALENA_API_VPN_SERVICE_API_KEY} - BALENA_API_HOST: api.${OPENBALENA_HOST_NAME} - BALENA_ROOT_CA: ${OPENBALENA_ROOT_CA} - BALENA_VPN_PORT: 443 + API_HOST: api.${OPENBALENA_HOST_NAME} + ROOT_CA: ${OPENBALENA_ROOT_CA} + VPN_PORT: 443 PRODUCTION_MODE: "${OPENBALENA_PRODUCTION_MODE}" - RESIN_VPN_GATEWAY: 10.2.0.1 + VPN_GATEWAY: 10.2.0.1 SENTRY_DSN: "" VPN_HAPROXY_USEPROXYPROTOCOL: "true" VPN_OPENVPN_CA_CRT: ${OPENBALENA_VPN_CA} diff --git a/compose/versions b/compose/versions index 3d85d85..6b2c987 100644 --- a/compose/versions +++ b/compose/versions @@ -3,4 +3,4 @@ export OPENBALENA_DB_VERSION_TAG=v4.1.0 export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.9.2 export OPENBALENA_REGISTRY_VERSION_TAG=v2.16.1 export OPENBALENA_S3_VERSION_TAG=v2.9.9 -export OPENBALENA_VPN_VERSION_TAG=v9.17.11 +export OPENBALENA_VPN_VERSION_TAG=v9.27.0 From 8d2b52a8967882fe60339ded3a5f435344ee52aa Mon Sep 17 00:00:00 2001 From: Bart Versluijs Date: Thu, 10 Feb 2022 16:05:43 +0100 Subject: [PATCH 3/5] chore(deps): updated open-balena-registry to 2.24.2 Update open-balena-registry from 2.16.1 to 2.24.2 Change-type: minor --- compose/services.yml | 8 ++++---- compose/versions | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compose/services.yml b/compose/services.yml index d3ca47d..8edb05e 100644 --- a/compose/services.yml +++ b/compose/services.yml @@ -66,10 +66,10 @@ services: - redis environment: API_TOKENAUTH_CRT: ${OPENBALENA_TOKEN_AUTH_PUB} - BALENA_REGISTRY2_HOST: registry.${OPENBALENA_HOST_NAME} - BALENA_ROOT_CA: ${OPENBALENA_ROOT_CA} - BALENA_TOKEN_AUTH_ISSUER: api.${OPENBALENA_HOST_NAME} - BALENA_TOKEN_AUTH_REALM: https://api.${OPENBALENA_HOST_NAME}/auth/v1/token + REGISTRY2_HOST: registry.${OPENBALENA_HOST_NAME} + ROOT_CA: ${OPENBALENA_ROOT_CA} + REGISTRY2_TOKEN_AUTH_ISSUER: api.${OPENBALENA_HOST_NAME} + REGISTRY2_TOKEN_AUTH_REALM: https://api.${OPENBALENA_HOST_NAME}/auth/v1/token COMMON_REGION: ${OPENBALENA_S3_REGION} REGISTRY2_CACHE_ENABLED: "false" REGISTRY2_CACHE_ADDR: 127.0.0.1:6379 diff --git a/compose/versions b/compose/versions index 6b2c987..8867d1d 100644 --- a/compose/versions +++ b/compose/versions @@ -1,6 +1,6 @@ export OPENBALENA_API_VERSION_TAG=v0.192.4 export OPENBALENA_DB_VERSION_TAG=v4.1.0 export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.9.2 -export OPENBALENA_REGISTRY_VERSION_TAG=v2.16.1 +export OPENBALENA_REGISTRY_VERSION_TAG=v2.24.2 export OPENBALENA_S3_VERSION_TAG=v2.9.9 export OPENBALENA_VPN_VERSION_TAG=v9.27.0 From ddc2889240ae205dbe028dfc4ed3467c44c24cc5 Mon Sep 17 00:00:00 2001 From: Bart Versluijs Date: Thu, 10 Feb 2022 16:06:36 +0100 Subject: [PATCH 4/5] chore(deps): updated open-balena-s3 to 2.13.3 Update open-balena-s3 from 2.9.9 to 2.13.3 Change-type: minor --- compose/versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/versions b/compose/versions index 8867d1d..596dc52 100644 --- a/compose/versions +++ b/compose/versions @@ -2,5 +2,5 @@ export OPENBALENA_API_VERSION_TAG=v0.192.4 export OPENBALENA_DB_VERSION_TAG=v4.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.9.9 +export OPENBALENA_S3_VERSION_TAG=v2.13.3 export OPENBALENA_VPN_VERSION_TAG=v9.27.0 From 84141027a19f201c71aaf20ce3d1a1839d0a1455 Mon Sep 17 00:00:00 2001 From: Bart Versluijs Date: Thu, 10 Feb 2022 16:07:34 +0100 Subject: [PATCH 5/5] chore(deps): updated open-balena-db to 5.1.0 Update open-balena-db from 4.1.0 to 5.1.0 Change-type: minor --- compose/versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/versions b/compose/versions index 596dc52..ddb9fa7 100644 --- a/compose/versions +++ b/compose/versions @@ -1,5 +1,5 @@ export OPENBALENA_API_VERSION_TAG=v0.192.4 -export OPENBALENA_DB_VERSION_TAG=v4.1.0 +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