Skip to content

Commit

Permalink
Update elastic/gosigar to v0.6.0 (elastic#5775)
Browse files Browse the repository at this point in the history
* update elastic/gosigar to v0.6.0

* update changelog to include fixes and update

* update notice && more gosigar versions
  • Loading branch information
kvch authored and exekias committed Nov 30, 2017
1 parent c133bf4 commit 74cd3d8
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 45 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di
- Fix error `NotAuthenticated` in Vsphere module. {issue}4673[4673]
- Fix connection leak in mongodb module. {issue}5688[5688]
- Fix the include top N processes feature for cases where there are fewer processes than N. {pull}5729[5729]
- Fix `ProcState` on Linux and FreeBSD when process names contain parentheses. {pull}5775[5775]
- Fix incorrect `Mem.Used` calculation under linux. {pull}5775[5775]

*Packetbeat*

Expand Down Expand Up @@ -131,6 +133,7 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di
- Add dashboard for Windows service metricset. {pull}5603[5603]
- Add experimental Docker autodiscover functionality. {pull}5245[5245]
- Add field network_names of hosts and virtual machines. {issue}5646[5646]
- Update gosigar to v0.6.0. {pull}5775[5775]

*Packetbeat*

Expand Down
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ Apache License 2.0

--------------------------------------------------------------------
Dependency: github.com/elastic/gosigar
Version: v0.5.0
Revision: 306d51981789ccc65e5f1431d5c0d78d8c368f1b
Version: v0.6.0
Revision: 5cb8fed1ceb7f0fd69e4ad61c715a80601dddfd2
License type (autodetected): Apache-2.0
./vendor/github.com/elastic/gosigar/LICENSE:
--------------------------------------------------------------------
Expand Down
12 changes: 9 additions & 3 deletions vendor/github.com/elastic/gosigar/CHANGELOG.md

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

5 changes: 5 additions & 0 deletions vendor/github.com/elastic/gosigar/sigar_freebsd.go

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

65 changes: 39 additions & 26 deletions vendor/github.com/elastic/gosigar/sigar_linux_common.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/elastic/gosigar/sigar_openbsd.go

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

35 changes: 35 additions & 0 deletions vendor/github.com/elastic/gosigar/sigar_stub.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/elastic/gosigar/sigar_unix.go

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

24 changes: 12 additions & 12 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"comment": "",
"ignore": "test github.com/elastic/beats/metricbeat/module github.com/elastic/beats/dev-tools",
"ignore": "test",
"package": [
{
"checksumSHA1": "AzjRkOQtVBTwIw4RJLTygFhJs3s=",
Expand Down Expand Up @@ -479,36 +479,36 @@
"revisionTime": "2017-02-07T06:38:51Z"
},
{
"checksumSHA1": "XCXFL46ybPz+NgKH+Pm9hW87wNA=",
"checksumSHA1": "VxEaRgCf+HRL7Sv5stNL9xprK/8=",
"path": "github.com/elastic/gosigar",
"revision": "306d51981789ccc65e5f1431d5c0d78d8c368f1b",
"revisionTime": "2017-10-12T15:04:52Z",
"version": "v0.5.0",
"versionExact": "v0.5.0"
"revision": "5cb8fed1ceb7f0fd69e4ad61c715a80601dddfd2",
"revisionTime": "2017-11-17T13:55:06Z",
"version": "v0.6.0",
"versionExact": "v0.6.0"
},
{
"checksumSHA1": "jE0nhsyuGyQ7vWoyBRPEU63mQ4g=",
"path": "github.com/elastic/gosigar/cgroup",
"revision": "306d51981789ccc65e5f1431d5c0d78d8c368f1b",
"revisionTime": "2017-10-12T15:04:52Z",
"version": "v0.5.0",
"versionExact": "v0.5.0"
"version": "v0.6.0",
"versionExact": "v0.6.0"
},
{
"checksumSHA1": "2VhOsaR4sv3S79HO6X+6dEphNKU=",
"path": "github.com/elastic/gosigar/sys/linux",
"revision": "306d51981789ccc65e5f1431d5c0d78d8c368f1b",
"revisionTime": "2017-10-12T15:04:52Z",
"version": "v0.5.0",
"versionExact": "v0.5.0"
"version": "v0.6.0",
"versionExact": "v0.6.0"
},
{
"checksumSHA1": "qDsgp2kAeI9nhj565HUScaUyjU4=",
"path": "github.com/elastic/gosigar/sys/windows",
"revision": "306d51981789ccc65e5f1431d5c0d78d8c368f1b",
"revisionTime": "2017-10-12T15:04:52Z",
"version": "v0.5.0",
"versionExact": "v0.5.0"
"version": "v0.6.0",
"versionExact": "v0.6.0"
},
{
"checksumSHA1": "P0CvGmmAM8uYPSE2ix4th/L9c/8=",
Expand Down

0 comments on commit 74cd3d8

Please sign in to comment.