Releases: elastic/go-sysinfo
Releases · elastic/go-sysinfo
v1.10.2
BUG FIXES:
- darwin: Prevent possible runtime panic while reading process arguments. ([GH-172])
- windows: On versions earlier than 10/2016, the
os.major
version was getting overwritten with
what would have been the minor version, and the os.minor
version was not being set. ([GH-175])
v1.10.1
Added
- Bump github.com/docker/docker from 20.10.24+incompatible to 23.0.3+incompatible #163
v1.10.0
Added
- Add OS family mappings for
opensuse-leap
and opensuse-tumbleweed
. #146
- Add FQDN to host info. #144
- Return FQDN and error via
FQDN()
method on Host
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
Fixed
- On darwin without CGO
process.Info()
could fail, but would not return the error. #150
1.9.0
Added
- Replace pkg/errors with Go 1.13 native errors. #123
- Add OS family mappings for
rocky
, openEuler
, and almalinux
. #143
Changed
- Remove custom sysctl implementation and partial cgo requirement. #135
- Changes on the
Host
and LoadAverage
interfaces, now implemented by default on Linux and Darwin platforms. #140
1.8.1
Fixed
- Report OS name as Windows 11 when version is >= 10.0.22000. #118 #121
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
Fixed
- Fix handling of environment variables without values on macOS. #94
- Fix build tags on AIX provider such that CGO is required. #106
1.7.1
Fixed
- Fixed getting OS info when an unsupported file or directory is found matching /etc/*-release #102
1.7.0
[1.7.0] - 2021-02-22
Added
- Add per-process network stats #96
1.6.0
Added
- Add darwin/arm64 support (Apple M1). #91
1.5.0
Added
- Added os.type field to host info. #87