mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
3babf53cf4
* 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
2 lines
75 B
Plaintext
2 lines
75 B
Plaintext
* Fix for OS Version string when Linux distribution does not follow Symver
|