mirror of
https://github.com/balena-io/open-balena.git
synced 2025-03-14 00:06:26 +00:00
In order to have concrete releases of openBalena we should pin each service to a given version. This PR is the start of this and marks the first version of openBalena with known service tags. Change-type: major Signed-off-by: Rich Bayliss <rich@balena.io>
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
export OPENBALENA_API_VERSION_TAG=v0.11.8
|
|
export OPENBALENA_DB_VERSION_TAG=v2.0.3
|
|
export OPENBALENA_REGISTRY_VERSION_TAG=v2.5.0
|
|
export OPENBALENA_S3_VERSION_TAG=v2.5.0
|
|
export OPENBALENA_VPN_VERSION_TAG=v8.10.0
|