You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
What happened
The dashboard version display on a beta version in the config UI is broken:
What do you expect to happen
It should show 1.0.2-beta5@d821cbc. This would make it much easier to report bugs or understand if a git issue closed is inside the current version we use or not. Right now, the only way I could figure out how to get that version is to do: docker ps and get the version tag from there. But a Docker tag is not immutable, it can point to a different build over time, so I can't know for sure what version is used.
Search before asking
What happened
The dashboard version display on a beta version in the config UI is broken:
What do you expect to happen
It should show 1.0.2-beta5@d821cbc. This would make it much easier to report bugs or understand if a git issue closed is inside the current version we use or not. Right now, the only way I could figure out how to get that version is to do:
docker ps
and get the version tag from there. But a Docker tag is not immutable, it can point to a different build over time, so I can't know for sure what version is used.How to reproduce
Follow the steps at: https://devlake.apache.org/docs/GettingStarted/DockerComposeSetup.
Version
v1.0.2-beta5
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: