File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2375,11 +2375,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-licenser@v0.
23752375
23762376--------------------------------------------------------------------------------
23772377Dependency : github.com/elastic/go-sysinfo
2378- Version: v1.15.0
2378+ Version: v1.15.1
23792379Licence type (autodetected): Apache-2.0
23802380--------------------------------------------------------------------------------
23812381
2382- Contents of probable licence file $GOMODCACHE/github.com/elastic/go-sysinfo@v1.15.0 /LICENSE.txt:
2382+ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-sysinfo@v1.15.1 /LICENSE.txt:
23832383
23842384
23852385 Apache License
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
2121 github.com/elastic/elastic-transport-go/v8 v8.6.0
2222 github.com/elastic/go-elasticsearch/v8 v8.17.0
2323 github.com/elastic/go-licenser v0.4.2
24- github.com/elastic/go-sysinfo v1.15.0
24+ github.com/elastic/go-sysinfo v1.15.1
2525 github.com/elastic/go-ucfg v0.8.8
2626 github.com/elastic/mock-es v0.0.0-20241101195702-0a41fa3d30d9
2727 github.com/elastic/opentelemetry-collector-components/connector/signaltometricsconnector v0.3.0
Original file line number Diff line number Diff line change @@ -480,8 +480,8 @@ github.com/elastic/go-sfdc v0.0.0-20241010131323-8e176480d727 h1:yuiN60oaQUz2PtN
480480github.com/elastic/go-sfdc v0.0.0-20241010131323-8e176480d727 /go.mod h1:sw1pzz4pIqzDQxFWt3dFoG2uIUFAfThxlMfWpjH590E =
481481github.com/elastic/go-structform v0.0.12 h1:HXpzlAKyej8T7LobqKDThUw7BMhwV6Db24VwxNtgxCs =
482482github.com/elastic/go-structform v0.0.12 /go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4 =
483- github.com/elastic/go-sysinfo v1.15.0 h1:54pRFlAYUlVNQ2HbXzLVZlV+fxS7Eax49stzg95M4Xw =
484- github.com/elastic/go-sysinfo v1.15.0 /go.mod h1:jPSuTgXG+dhhh0GKIyI2Cso+w5lPJ5PvVqKlL8LV/Hk =
483+ github.com/elastic/go-sysinfo v1.15.1 h1:zBmTnFEXxIQ3iwcQuk7MzaUotmKRp3OabbbWM8TdzIQ =
484+ github.com/elastic/go-sysinfo v1.15.1 /go.mod h1:jPSuTgXG+dhhh0GKIyI2Cso+w5lPJ5PvVqKlL8LV/Hk =
485485github.com/elastic/go-ucfg v0.8.8 h1:54KIF/2zFKfl0MzsSOCGOsZ3O2bnjFQJ0nDJcLhviyk =
486486github.com/elastic/go-ucfg v0.8.8 /go.mod h1:4E8mPOLSUV9hQ7sgLEJ4bvt0KhMuDJa8joDT2QGAEKA =
487487github.com/elastic/go-windows v1.0.2 h1:yoLLsAsV5cfg9FLhZ9EXZ2n2sQFKeDYrHenkcivY4vI =
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ inputs:
1616 - UPGRADE
1717 runtime :
1818 preventions :
19- - condition : ${runtime.arch} != ${runtime.native_arch}
19+ - condition : ${runtime.native_arch} != '' and ${runtime. arch} != ${runtime.native_arch}
2020 message : " Elastic Defend cannot run on an emulated architecture"
2121 - condition : ${runtime.arch} == 'arm64' and ${runtime.family} == 'redhat' and ${runtime.major} == 7
2222 message : " Elastic Defend doesn't support RHEL7 on arm64"
You can’t perform that action at this time.
0 commit comments