Skip to content

Commit 38bdc91

Browse files
Bump github.com/elastic/elastic-agent-client/v7 from 7.4.0 to 7.5.0 (#3689)
* Bump github.com/elastic/elastic-agent-client/v7 from 7.4.0 to 7.5.0 Bumps [github.com/elastic/elastic-agent-client/v7](https://github.com/elastic/elastic-agent-client) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/elastic/elastic-agent-client/releases) - [Commits](elastic/elastic-agent-client@v7.4.0...v7.5.0) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-agent-client/v7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update NOTICE.txt * Remove check on unused field. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
1 parent ba4b78c commit 38bdc91

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -933,11 +933,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-a
933933

934934
--------------------------------------------------------------------------------
935935
Dependency : github.com/elastic/elastic-agent-client/v7
936-
Version: v7.4.0
936+
Version: v7.5.0
937937
Licence 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

942942
ELASTIC LICENSE AGREEMENT
943943

go.mod

+1-1
Original file line numberDiff line numberDiff 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

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,8 @@ github.com/elastic/e2e-testing v1.1.0 h1:Y+K215EWkf3ojAWmBK2JrxH/rITjkKM1zR8mnwI
779779
github.com/elastic/e2e-testing v1.1.0/go.mod h1:8q2d8dmwavJXISowwaoreHFBnbR/uK4qanfRGhC/W9A=
780780
github.com/elastic/elastic-agent-autodiscover v0.6.4 h1:K+xC7OGgcy4fLXVuGgOGLs+eXCqRnRg2SQQinxP+KsA=
781781
github.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=
784784
github.com/elastic/elastic-agent-libs v0.6.2 h1:tE5pFK4y7xm1FtXm+r+63G7STjJAaWh3+oKIQDzdPDo=
785785
github.com/elastic/elastic-agent-libs v0.6.2/go.mod h1:o+EySawBZGeYu49shJxerg2wRCimS1dhrD4As0MS700=
786786
github.com/elastic/elastic-agent-system-metrics v0.7.0 h1:qDLY30UDforSd/TfHfqUDiiHSL6Nu6qLXHsKSxz4OuQ=

pkg/component/runtime/state.go

-7
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)