maldev
maldev copied to clipboard
Bump github.com/elastic/go-sysinfo from 1.9.0 to 1.11.2
Bumps github.com/elastic/go-sysinfo from 1.9.0 to 1.11.2.
Release notes
Sourced from github.com/elastic/go-sysinfo's releases.
v1.11.2
IMPROVEMENTS:
- darwin: Remove duplicate
-lproclinker flag to avoid a warning on macOS Sonoma. (GH-195)v1.11.1
IMPROVEMENTS:
- aix: Added mappings for AIX host memory information (GH-188)
- linux: Optimize linux key value parsing (ie: /proc files) (GH-186)
BUG FIXES:
- aix: Added missing method FQDN for types.Host implementation. (GH-185)
v1.11.0
IMPROVEMENTS:
- Lowercase the returned OS.Hostname and FQDN values as per Elastic Common Schema (ECS) guidelines for the
host.namefield. (GH-180)- linux: Added an
os.Familymapping for Arch Linux based distributions. (GH-183)- linux: Update the Linux capability name mapping to add names for the
perfmon,bpf, andcheckpoint_restorecapabilities. (GH-184)BUG FIXES:
- linux: Fix OS metadata collection for Manjaro Linux. (GH-183)
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.majorversion was getting overwritten with what would have been the minor version, and theos.minorversion 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-leapandopensuse-tumbleweed. #146- Add FQDN to host info. #144
- Return FQDN and error via
FQDN()method onHostinterface. #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
- Requires Go 1.18+ #144
... (truncated)
Commits
35e55cddarwin: Remove duplicate-lproclinker flag (#192) (#195)8e921c7Bump github.com/docker/docker from 23.0.3+incompatible to 24.0.7+incompatible...da3f855Bump golang.org/x/net from 0.7.0 to 0.17.0 (#193)80ad763Bump gopkg.in/yaml.v3 from 3.0.0-20200313102051-9f266ea9e77c to 3.0.0 (#190)865a715providers/linux: optimize parseKeyValue (#186)e4ac65cci: update badges (#189)57ae611AIX: add additional HostMemoryInfo metrics (#188)66ecab8ci: remove jenkins pipeline (#187)6691673AIX: Add missing FQDN() method for types.Host (#185)9ea2ebaproviders/linux/os.go - Get OS info from Manjaro Linux (#183)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)