hi. Does this mean that fleet was upgraded withou...
# fleet
d
hi. Does this mean that fleet was upgraded without first running prepare db?
Copy code
"version": "3.9.0-dirty",
z
No, it means that the Fleet binary was built in a git directory with uncommitted changes. Is this an official binary?
🙏 1
d
oh...interesting
AFAIK we pull from your repo into our own
I'll check with our Tools team to see what happened
thanks
z
It's possible we accidentally generated the binary in that state -- if so it was a mistake
I don't think that's the case though. I get the expected version on both the Docker container and the Linux binary.
d
ok, thanks for that. I'll note
FYI, it looks like we were building with a different version of golang. we've upgraded on our end to resolve the 'dirty' flag
z
The go version won't give you
-dirty
... that only comes from having a dirty working tree in Git.
d
hmm
well, that's what I got from our Tools team and the change made supposedly fixed the rpm on our side. maybe it was transitory or maybe it was something else on our end. 🤷‍♂️
z
They easily could have also intentionally or not removed any uncommitted changes which would have solved it