In the next version of DataHub, you'll be able to ...
# announcements
b
In the next version of DataHub, you'll be able to see the version in the UI... See it live here! https://demo.datahubproject.io/
teamwork 12
👌 5
👍 9
🔥 5
Shoutout to @early-lamp-41924 for getting this out!
🙌 1
h
From where is the value read?
e
It pulls the latest release version by running git describe. Make sure you pull the tags from upstream if you are running a fork!
1
We relaxed dockerignore to contain required files under .git so that when the docker image is packaged it can use it to generate git.properties file which has the version
h
Cool, the command seems to work in our fork
m
What happens if, for example, one container is not at the right version and all the others are?