Skip to content

Releases: elastic/go-sysinfo

1.4.0

21 Jul 18:54
ddf6bfc
Compare
Choose a tag to compare

Added

  • Add AIX support #77
  • Added detection of containerized cgroup in Kubernetes #80

1.3.0

13 Jan 16:35
Compare
Choose a tag to compare

Changed

  • Convert NetworkCountersInfo maps to uint64 #75

1.2.1

03 Jan 17:38
Compare
Choose a tag to compare

Fixed

  • Create a sidToString function to deal with API changes in various versions of golang.org/x/sys/windows. #74

1.2.0

09 Dec 20:04
Compare
Choose a tag to compare

Added

  • Added detection of systemd cgroups to the IsContainerized check. #71
  • Added networking counters for Linux hosts. #72

1.1.1

29 Oct 17:01
8fe4c3c
Compare
Choose a tag to compare

Fixed

  • Fixed an issue determining the Linux distribution for Fedora 30. #69

1.1.0

22 Aug 17:19
51d9d13
Compare
Choose a tag to compare

Added

  • Add VMStat interface for Linux. #59

1.0.2

09 Jul 16:51
06c1f46
Compare
Choose a tag to compare

Fixed

  • Fixed a leak when calling the CommandLineToArgv function. #51
  • Fixed a crash when calling the CommandLineToArgv function. #58

1.0.1

08 May 00:06
@axw axw
8e0e854
Compare
Choose a tag to compare

Fixed

  • Add support for new prometheus/procfs API. #49

1.0.0

03 May 14:41
dc41c85
Compare
Choose a tag to compare

Added

  • Add Windows provider implementation. #22
  • Add Windows process provider. #26
  • Add OpenHandleEnumerator and OpenHandleCount and implement these for Windows. #27
  • Add user info to Process. #34
  • Implement Processes for Darwin. #35
  • Add Parent() to Process. #46

Fixed

  • Fix Windows registry handle leak. #33
  • Fix Linux host ID by search for older locations for the machine-id file. #44

Changed

  • Changed the host containerized check to reduce false positives. #42 #43