Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency upgrades (API v0.209.2) #149

Merged
4 commits merged into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions compose/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions compose/versions
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.24.2
export OPENBALENA_S3_VERSION_TAG=v2.13.3
export OPENBALENA_VPN_VERSION_TAG=v9.27.0
export OPENBALENA_REGISTRY_VERSION_TAG=v2.25.3
export OPENBALENA_S3_VERSION_TAG=v2.13.8
export OPENBALENA_VPN_VERSION_TAG=v11.4.6