mirror of
https://github.com/balena-io/open-balena.git
synced 2025-01-14 08:49:48 +00:00
eec16b843d
When updating from previous versions, the API will fail to execute the database migrations. This updates the API version to include a fix for this. Change-type: patch
7 lines
265 B
Plaintext
7 lines
265 B
Plaintext
export OPENBALENA_API_VERSION_TAG=v0.107.0
|
|
export OPENBALENA_DB_VERSION_TAG=v4.1.0
|
|
export OPENBALENA_MDNS_PUBLISHER_VERSION_TAG=v1.7.9
|
|
export OPENBALENA_REGISTRY_VERSION_TAG=v2.13.11
|
|
export OPENBALENA_S3_VERSION_TAG=v2.9.9
|
|
export OPENBALENA_VPN_VERSION_TAG=v9.16.1
|