Skip to content

Commit c728f53

Browse files
mergify[bot]dependabot[bot]andrzej-stencel
authored
[8.16](backport #6822) build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.17.0 to 8.17.1 (#6962)
* build(deps): bump github.com/elastic/go-elasticsearch/v8 from 8.17.0 to 8.17.1 (#6822) * build(deps): bump github.com/elastic/go-elasticsearch/v8 Bumps [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) from 8.17.0 to 8.17.1. - [Release notes](https://github.com/elastic/go-elasticsearch/releases) - [Changelog](https://github.com/elastic/go-elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/go-elasticsearch@v8.17.0...v8.17.1) --- updated-dependencies: - dependency-name: github.com/elastic/go-elasticsearch/v8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt --------- Signed-off-by: dependabot[bot] <[email protected]> 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: Andrzej Stencel <[email protected]> Co-authored-by: Michel Laterman <[email protected]> (cherry picked from commit 93b3138) # Conflicts: # NOTICE.txt # go.mod # go.sum * fix backport conflicts * go mod tidy * mage notice --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrzej Stencel <[email protected]>
1 parent f1f4913 commit c728f53

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

NOTICE.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -1063,11 +1063,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-a
10631063

10641064
--------------------------------------------------------------------------------
10651065
Dependency : github.com/elastic/elastic-agent-client/v7
1066-
Version: v7.16.0
1066+
Version: v7.17.1
10671067
Licence type (autodetected): Elastic
10681068
--------------------------------------------------------------------------------
10691069

1070-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.16.0/LICENSE.txt:
1070+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.17.1/LICENSE.txt:
10711071

10721072
ELASTIC LICENSE AGREEMENT
10731073

@@ -1296,11 +1296,11 @@ SOFTWARE
12961296

12971297
--------------------------------------------------------------------------------
12981298
Dependency : github.com/elastic/elastic-agent-libs
1299-
Version: v0.17.3
1299+
Version: v0.18.2
13001300
Licence type (autodetected): Apache-2.0
13011301
--------------------------------------------------------------------------------
13021302

1303-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.17.3/LICENSE:
1303+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.18.2/LICENSE:
13041304

13051305
Apache License
13061306
Version 2.0, January 2004
@@ -1507,11 +1507,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-l
15071507

15081508
--------------------------------------------------------------------------------
15091509
Dependency : github.com/elastic/elastic-agent-system-metrics
1510-
Version: v0.11.3
1510+
Version: v0.11.8
15111511
Licence type (autodetected): Apache-2.0
15121512
--------------------------------------------------------------------------------
15131513

1514-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].3/LICENSE.txt:
1514+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].8/LICENSE.txt:
15151515

15161516
Apache License
15171517
Version 2.0, January 2004
@@ -1718,11 +1718,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-s
17181718

17191719
--------------------------------------------------------------------------------
17201720
Dependency : github.com/elastic/elastic-transport-go/v8
1721-
Version: v8.6.0
1721+
Version: v8.6.1
17221722
Licence type (autodetected): Apache-2.0
17231723
--------------------------------------------------------------------------------
17241724

1725-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transport-go/[email protected].0/LICENSE:
1725+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transport-go/[email protected].1/LICENSE:
17261726

17271727
Apache License
17281728
Version 2.0, January 2004
@@ -1929,11 +1929,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-transpo
19291929

19301930
--------------------------------------------------------------------------------
19311931
Dependency : github.com/elastic/go-elasticsearch/v8
1932-
Version: v8.15.0
1932+
Version: v8.17.1
19331933
Licence type (autodetected): Apache-2.0
19341934
--------------------------------------------------------------------------------
19351935

1936-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/v8@v8.15.0/LICENSE:
1936+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/v8@v8.17.1/LICENSE:
19371937

19381938
Apache License
19391939
Version 2.0, January 2004

go.mod

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ require (
1414
github.com/docker/go-units v0.5.0
1515
github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
1616
github.com/elastic/elastic-agent-autodiscover v0.9.0
17-
github.com/elastic/elastic-agent-client/v7 v7.16.0
18-
github.com/elastic/elastic-agent-libs v0.17.3
19-
github.com/elastic/elastic-agent-system-metrics v0.11.3
20-
github.com/elastic/elastic-transport-go/v8 v8.6.0
21-
github.com/elastic/go-elasticsearch/v8 v8.15.0
17+
github.com/elastic/elastic-agent-client/v7 v7.17.1
18+
github.com/elastic/elastic-agent-libs v0.18.2
19+
github.com/elastic/elastic-agent-system-metrics v0.11.8
20+
github.com/elastic/elastic-transport-go/v8 v8.6.1
21+
github.com/elastic/go-elasticsearch/v8 v8.17.1
2222
github.com/elastic/go-licenser v0.4.2
2323
github.com/elastic/go-sysinfo v1.15.0
2424
github.com/elastic/go-ucfg v0.8.8

go.sum

+10-10
Original file line numberDiff line numberDiff line change
@@ -262,20 +262,20 @@ github.com/ebitengine/purego v0.8.0 h1:JbqvnEzRvPpxhCJzJJ2y0RbiZ8nyjccVUrSM3q+Gv
262262
github.com/ebitengine/purego v0.8.0/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI0mRfJZTmQ=
263263
github.com/elastic/elastic-agent-autodiscover v0.9.0 h1:+iWIKh0u3e8I+CJa3FfWe9h0JojNasPgYIA47gpuuns=
264264
github.com/elastic/elastic-agent-autodiscover v0.9.0/go.mod h1:5iUxLHhVdaGSWYTveSwfJEY4RqPXTG13LPiFoxcpFd4=
265-
github.com/elastic/elastic-agent-client/v7 v7.16.0 h1:yKGq2+CxAuW8Kh0EoNl202tqAyQKfBcPRawVKs2Jve0=
266-
github.com/elastic/elastic-agent-client/v7 v7.16.0/go.mod h1:6h+f9QdIr3GO2ODC0Y8+aEXRwzbA5W4eV4dd/67z7nI=
267-
github.com/elastic/elastic-agent-libs v0.17.3 h1:q79P05dhQkc5REzieVkkD9oRKrnptKY4MC6Typ+d8bc=
268-
github.com/elastic/elastic-agent-libs v0.17.3/go.mod h1:5CR02awPrBr+tfmjBBK+JI+dMmHNQjpVY24J0wjbC7M=
269-
github.com/elastic/elastic-agent-system-metrics v0.11.3 h1:LDzRwP8kxvsYEtMDgMSKZs1TgPcSEukit+/EAP5Y28A=
270-
github.com/elastic/elastic-agent-system-metrics v0.11.3/go.mod h1:saqLKe9fuyuAo6IADAnnuy1kaBI7VNlxfwMo8KzSRyQ=
271-
github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA=
272-
github.com/elastic/elastic-transport-go/v8 v8.6.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
265+
github.com/elastic/elastic-agent-client/v7 v7.17.1 h1:ORCDXzFs1JyhI5neWbTAPWCwaFi+BtKojSLiCpaAbf0=
266+
github.com/elastic/elastic-agent-client/v7 v7.17.1/go.mod h1:jzDEz8agLzinQEbEgLOuVM3wl6SoMybHnarQBTN1wYM=
267+
github.com/elastic/elastic-agent-libs v0.18.2 h1:jQrGytcG67YEhK9JzUhM1Yb6j9Ied68iYrWK8mlIV5M=
268+
github.com/elastic/elastic-agent-libs v0.18.2/go.mod h1:rWdyrrAFzZwgNNi41Tsqhlt2c2GdXWhCEwcsnqISJ2U=
269+
github.com/elastic/elastic-agent-system-metrics v0.11.8 h1:O12rj3Gojqa9UX8gA6Dj1XDIGeZXgXOAvxQbvC+XLbA=
270+
github.com/elastic/elastic-agent-system-metrics v0.11.8/go.mod h1:FgtshyeVEAxNqRoFkdL0MpCW0rHxQGFNEKjIsxfcrag=
271+
github.com/elastic/elastic-transport-go/v8 v8.6.1 h1:h2jQRqH6eLGiBSN4eZbQnJLtL4bC5b4lfVFRjw2R4e4=
272+
github.com/elastic/elastic-transport-go/v8 v8.6.1/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
273273
github.com/elastic/go-docappender/v2 v2.3.0 h1:Vr+l36jM+sE/LHp0JFxSIbHlWTSk8CpBblYWZZ/I1KA=
274274
github.com/elastic/go-docappender/v2 v2.3.0/go.mod h1:VNWgXUE9HX1G6W6ON8dOs/KdH8aCxXir/fxxcfrnov4=
275275
github.com/elastic/go-elasticsearch/v7 v7.17.10 h1:TCQ8i4PmIJuBunvBS6bwT2ybzVFxxUhhltAs3Gyu1yo=
276276
github.com/elastic/go-elasticsearch/v7 v7.17.10/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
277-
github.com/elastic/go-elasticsearch/v8 v8.15.0 h1:IZyJhe7t7WI3NEFdcHnf6IJXqpRf+8S8QWLtZYYyBYk=
278-
github.com/elastic/go-elasticsearch/v8 v8.15.0/go.mod h1:HCON3zj4btpqs2N1jjsAy4a/fiAul+YBP00mBH4xik8=
277+
github.com/elastic/go-elasticsearch/v8 v8.17.1 h1:bOXChDoCMB4TIwwGqKd031U8OXssmWLT3UrAr9EGs3Q=
278+
github.com/elastic/go-elasticsearch/v8 v8.17.1/go.mod h1:MVJCtL+gJJ7x5jFeUmA20O7rvipX8GcQmo5iBcmaJn4=
279279
github.com/elastic/go-grok v0.3.1 h1:WEhUxe2KrwycMnlvMimJXvzRa7DoByJB4PVUIE1ZD/U=
280280
github.com/elastic/go-grok v0.3.1/go.mod h1:n38ls8ZgOboZRgKcjMY8eFeZFMmcL9n2lP0iHhIDk64=
281281
github.com/elastic/go-licenser v0.4.2 h1:bPbGm8bUd8rxzSswFOqvQh1dAkKGkgAmrPxbUi+Y9+A=

0 commit comments

Comments
 (0)