mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
* Fix OSVersion to work properly when distribution does not follow symver Certain distros such as ClearLinux or ArchLinux do not use symver or any dotted versioning scheme for their releases. Archlinux uses the static string "Rolling" and ClearLinux uses a single build number such as 35550 for their versions. In Fleet console, this shows up as a string like "Archlinux 0.0.0.0" which makes very little sense to the user. This change makes it so that if OSQuery cannot generate a dotted version number, we should instead use the build id as an opaque string. * Add /changes * Add tests for os_version * fixup * fixup
1 line
75 B
Text
1 line
75 B
Text
* Fix for OS Version string when Linux distribution does not follow Symver
|