I am trying to use the balena supervisor API to figure out what version of code I am running on various devices. I was hoping that one of these available fields labeled commit
or release
with what look like sha sums might be git hases, but they don’t seem to match up with what I have in the repository.
Currently, I have to take a two step approach (releaseId → cloud portal → commit hash). Is there something I am missing here?