File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -933,11 +933,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-a
933933
934934--------------------------------------------------------------------------------
935935Dependency : github.com/elastic/elastic-agent-client/v7
936- Version: v7.4 .0
936+ Version: v7.5 .0
937937Licence type (autodetected): Elastic
938938--------------------------------------------------------------------------------
939939
940- Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.4 .0/LICENSE.txt:
940+ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.5 .0/LICENSE.txt:
941941
942942ELASTIC LICENSE AGREEMENT
943943
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
1414 github.com/elastic/e2e-testing v1.1.0
1515 github.com/elastic/elastic-agent-autodiscover v0.6.4
16- github.com/elastic/elastic-agent-client/v7 v7.4 .0
16+ github.com/elastic/elastic-agent-client/v7 v7.5 .0
1717 github.com/elastic/elastic-agent-libs v0.6.2
1818 github.com/elastic/elastic-agent-system-metrics v0.7.0
1919 github.com/elastic/elastic-transport-go/v8 v8.3.0
Original file line number Diff line number Diff line change @@ -779,8 +779,8 @@ github.com/elastic/e2e-testing v1.1.0 h1:Y+K215EWkf3ojAWmBK2JrxH/rITjkKM1zR8mnwI
779779github.com/elastic/e2e-testing v1.1.0 /go.mod h1:8q2d8dmwavJXISowwaoreHFBnbR/uK4qanfRGhC/W9A =
780780github.com/elastic/elastic-agent-autodiscover v0.6.4 h1:K+xC7OGgcy4fLXVuGgOGLs+eXCqRnRg2SQQinxP+KsA =
781781github.com/elastic/elastic-agent-autodiscover v0.6.4 /go.mod h1:5+7NIBAILc0GkgxYW3ckXncu5wRZfltZhTY4aZAYP4M =
782- github.com/elastic/elastic-agent-client/v7 v7.4 .0 h1:h75oTkkvIjgiKVm61NpvTZP4cy6QbQ3zrIpXKGigyjo =
783- github.com/elastic/elastic-agent-client/v7 v7.4 .0 /go.mod h1:9/amG2K2y2oqx39zURcc+hnqcX+nyJ1cZrLgzsgo5c0 =
782+ github.com/elastic/elastic-agent-client/v7 v7.5 .0 h1:niI3WQ+01Lnp2r5LxK8SyNhrPJe13vBiOkqrDRK2oTA =
783+ github.com/elastic/elastic-agent-client/v7 v7.5 .0 /go.mod h1:DYoX95xjC4BW/p2avyu724Qr2+hoUIz9eCU9CVS1d+0 =
784784github.com/elastic/elastic-agent-libs v0.6.2 h1:tE5pFK4y7xm1FtXm+r+63G7STjJAaWh3+oKIQDzdPDo =
785785github.com/elastic/elastic-agent-libs v0.6.2 /go.mod h1:o+EySawBZGeYu49shJxerg2wRCimS1dhrD4As0MS700 =
786786github.com/elastic/elastic-agent-system-metrics v0.7.0 h1:qDLY30UDforSd/TfHfqUDiiHSL6Nu6qLXHsKSxz4OuQ =
Original file line number Diff line number Diff line change @@ -359,13 +359,6 @@ func (s *ComponentState) syncCheckin(checkin *proto.CheckinObserved) bool {
359359
360360 if s .FeaturesIdx != checkin .FeaturesIdx {
361361 s .FeaturesIdx = checkin .FeaturesIdx
362- if checkin .Features != nil {
363- s .Features = & proto.Features {
364- Fqdn : & proto.FQDNFeature {
365- Enabled : checkin .Features .Fqdn .Enabled ,
366- },
367- }
368- }
369362 changed = true
370363 }
371364
You can’t perform that action at this time.
0 commit comments