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

Add git commit to the /status endpoint #12624

Open
staffik opened this issue Dec 15, 2024 · 0 comments
Open

Add git commit to the /status endpoint #12624

staffik opened this issue Dec 15, 2024 · 0 comments
Labels
C-good-first-issue Category: issues that are self-contained and easy for newcomers to work on. Node Node team

Comments

@staffik
Copy link
Contributor

staffik commented Dec 15, 2024

Currently for release builds, the status endpoint displays the release tag without the information about the exact commit from which the binary has been built, e.g.

$ curl -s 10....:3030/status | jq -Mr .version
{
  "version": "2.4.0",
  "build": "2.4.0",
  "rustc_version": "1.82.0"
}
@staffik staffik added the C-good-first-issue Category: issues that are self-contained and easy for newcomers to work on. label Dec 15, 2024
@staffik staffik added the Node Node team label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-good-first-issue Category: issues that are self-contained and easy for newcomers to work on. Node Node team
Projects
None yet
Development

No branches or pull requests

1 participant