Releases: elastic/go-sysinfo
Releases · elastic/go-sysinfo
v1.11.2
v1.11.1
v1.11.0
IMPROVEMENTS:
- Lowercase the returned OS.Hostname and FQDN values as per Elastic
Common Schema (ECS) guidelines for thehost.name
field. ([GH-180]) - linux: Added an
os.Family
mapping for Arch Linux based distributions. ([GH-183]) - linux: Update the Linux capability name mapping to add names for the
perfmon
,bpf
, andcheckpoint_restore
capabilities. ([GH-184])
BUG FIXES:
- linux: Fix OS metadata collection for Manjaro Linux. ([GH-183])
v1.10.2
v1.10.1
v1.10.0
Added
- Add OS family mappings for
opensuse-leap
andopensuse-tumbleweed
. #146 - Add FQDN to host info. #144
- Return FQDN and error via
FQDN()
method onHost
interface. #159 - Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 #153
- Bump github.com/docker/docker from 20.10.22+incompatible to 20.10.24+incompatible #160
Changed
- Requires Go 1.18+ #144
Fixed
- On darwin without CGO
process.Info()
could fail, but would not return the error. #150
1.9.0
1.8.1
1.8.0
Added
- Added the Oracle Linux ("ol") platform to the "redhat" OS family. #54 #115
- Added the Linux Mint ("linuxmint") platform to the "debian" OS family. #52
Changed
- Updated module to require Go 1.17. #111
- The boot time value for Windows is now rounded to the nearest second to provide a more stable value. #53 #114