-
Dear community, how do i know which caldera version am i using. Someone else did install this instance and i would like to see which version it was. Thanks in advance. Best regards... |
Beta Was this translation helpful? Give feedback.
Answered by
clenk
Apr 25, 2023
Replies: 1 comment 1 reply
-
If you make a GET request to the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
benesch1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you make a GET request to the
/api/v2/health/
API endpoint it will include the version information, but this only works if it's v4.0+.If it's v3.1+, you can also look in the
caldera/app/version.py
file.If you run
git rev-parse HEAD
in the caldera directory it will tell you the git commit hash. If you post it here I can tell you what version it's from.