Skip to content

Commit

Permalink
Bump Gohai version
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Mar 30, 2022
1 parent 598a395 commit 821c100
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ require (
github.com/DataDog/datadog-operator v0.5.0-rc.2.0.20210402083916-25ba9a22e67a
github.com/DataDog/ebpf v0.0.0-20220301203322-3fc9ab3b8daf
github.com/DataDog/ebpf-manager v0.0.0-20220325092125-b2221d88caf3
github.com/DataDog/gohai v0.0.0-20220321112924-fb06c09f7924
github.com/DataDog/gohai v0.0.0-20220329101230-3b6a804fdd24
github.com/DataDog/gopsutil v0.0.0-20220308095538-d086941833e3
github.com/DataDog/nikos v1.7.5
github.com/DataDog/sketches-go v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
fixes:
- |
Fix Gohai not being able to fetch network information when running on a non-English windows (when the output of
commands like `ipconfig` were not in English). `Gohai` no longer relies on system commands but uses Golang `net` package
instead (same as Linux hosts).
This bug had the side effect of preventing network monitoring data to be linked back to the host.
other:
- |
Gohai dependency has been upgraded. This brings a newer version of gopsutil and a fix when fetching network
information in non-english Windows (see `fixes` section).

0 comments on commit 821c100

Please sign in to comment.