-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
releasenotes/notes/gohai-bump-to-8f11139570f7-60a8a8165f350584.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |