Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Print Version Info in Footer #193

Closed
issmirnov opened this issue Jul 23, 2018 · 5 comments
Closed

Feature Request: Print Version Info in Footer #193

issmirnov opened this issue Jul 23, 2018 · 5 comments

Comments

@issmirnov
Copy link
Contributor

I recently set up an Ansible role to auto update to the latest release. There is currently no way to view the version of the server through the web UI, so it's hard to verify that the upgrade worked properly.

Could we get the version printed in the footer, or perhaps some well known API endpoint?

Thanks!

@boyter
Copy link
Owner

boyter commented Jul 23, 2018

API is probably a better idea. There is an internal endpoint used by the admin pages for this but a better one would be something available for anything to call.

@boyter
Copy link
Owner

boyter commented Aug 1, 2018

Added in 42cf1ca

Will be there for the next release, or if you build from master.

Example request,

http://localhost:8080/api/v1/version/
{"version":"1.3.14"}

@issmirnov
Copy link
Contributor Author

Fantastic, thanks!

@issmirnov
Copy link
Contributor Author

Tested on my role, it works great. Thank you!

@boyter
Copy link
Owner

boyter commented Sep 25, 2018

Great to hear!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants