Skip to content

Commit 7eb87ae

Browse files
authored
Bump elastic-agent-libs to get the new kibana client (#3394)
Use the new kibana client that sends `Elastic-Api-Version` header in all kibana http requests.
1 parent bf467e3 commit 7eb87ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1367,11 +1367,11 @@ SOFTWARE
13671367

13681368
--------------------------------------------------------------------------------
13691369
Dependency : github.com/elastic/elastic-agent-libs
1370-
Version: v0.3.13
1370+
Version: v0.3.14
13711371
Licence type (autodetected): Apache-2.0
13721372
--------------------------------------------------------------------------------
13731373

1374-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.3.13/LICENSE:
1374+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.3.14/LICENSE:
13751375

13761376
Apache License
13771377
Version 2.0, January 2004

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/elastic/e2e-testing v1.1.0
1616
github.com/elastic/elastic-agent-autodiscover v0.6.2
1717
github.com/elastic/elastic-agent-client/v7 v7.4.0
18-
github.com/elastic/elastic-agent-libs v0.3.13
18+
github.com/elastic/elastic-agent-libs v0.3.14
1919
github.com/elastic/elastic-agent-system-metrics v0.6.1
2020
github.com/elastic/elastic-transport-go/v8 v8.3.0
2121
github.com/elastic/go-elasticsearch/v8 v8.8.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,8 @@ github.com/elastic/elastic-agent-autodiscover v0.6.2 h1:7P3cbMBWXjbzA80rxitQjc+P
779779
github.com/elastic/elastic-agent-autodiscover v0.6.2/go.mod h1:yXYKFAG+Py+TcE4CCR8EAbJiYb+6Dz9sCDoWgOveqtU=
780780
github.com/elastic/elastic-agent-client/v7 v7.4.0 h1:h75oTkkvIjgiKVm61NpvTZP4cy6QbQ3zrIpXKGigyjo=
781781
github.com/elastic/elastic-agent-client/v7 v7.4.0/go.mod h1:9/amG2K2y2oqx39zURcc+hnqcX+nyJ1cZrLgzsgo5c0=
782-
github.com/elastic/elastic-agent-libs v0.3.13 h1:qFiBWeBfjsBId+i31rggyW2ZjzA9qBRz7wIiy+rkcvc=
783-
github.com/elastic/elastic-agent-libs v0.3.13/go.mod h1:mpSfrigixx8x+uMxWKl4LtdlrKIhZbA4yT2eIeIazUQ=
782+
github.com/elastic/elastic-agent-libs v0.3.14 h1:rUHqpdVv75JLQMeRBCW1+pXBxoCF7hPeY2Bvbbs8wL4=
783+
github.com/elastic/elastic-agent-libs v0.3.14/go.mod h1:mpSfrigixx8x+uMxWKl4LtdlrKIhZbA4yT2eIeIazUQ=
784784
github.com/elastic/elastic-agent-system-metrics v0.6.1 h1:LCN1lvQTkdUuU/rKlpKyVMDU/G/I8/iZWCaW6K+mo4o=
785785
github.com/elastic/elastic-agent-system-metrics v0.6.1/go.mod h1:Bj8XM/uNKm553blQHkGNEICRLGnVEtw8yttmV5vBngA=
786786
github.com/elastic/elastic-integration-corpus-generator-tool v0.5.0/go.mod h1:uf9N86y+UACGybdEhZLpwZ93XHWVhsYZAA4c2T2v6YM=

0 commit comments

Comments
 (0)