Skip to content

Commit 9490e8b

Browse files
apmmachinekruskall
authored andcommitted
chore: Update to elastic/beats@1569567660bf
Made with ❤️️ by updatecli
1 parent 9f5ef34 commit 9490e8b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Diff for: .go-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.10
1+
1.20.11

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.10
1+
FROM golang:1.20.11
22

33
RUN set -x && \
44
apt-get update && \

Diff for: NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -576,11 +576,11 @@ SOFTWARE.
576576

577577
--------------------------------------------------------------------------------
578578
Dependency : github.com/elastic/beats/v7
579-
Version: v7.17.16-0.20231114164922-0b975efb27b1
579+
Version: v7.17.16-0.20231115222047-1569567660bf
580580
Licence type (autodetected): Elastic
581581
--------------------------------------------------------------------------------
582582

583-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20231114164922-0b975efb27b1/LICENSE.txt:
583+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20231115222047-1569567660bf/LICENSE.txt:
584584

585585
Source code in this repository is variously licensed under the Apache License
586586
Version 2.0, an Apache compatible license, or the Elastic License. Outside of

Diff for: docs/version.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// doc-branch can be: master, 8.0, 8.1, etc.
22
:doc-branch: 7.x
3-
:go-version: 1.20.10
3+
:go-version: 1.20.11
44
:python: 3.7
55
:docker: 1.12
66
:docker-compose: 1.11

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/dop251/goja_nodejs v0.0.0-20230226152057-060fa99b809f // indirect
1515
github.com/dustin/go-humanize v1.0.1
1616
github.com/elastic/apm-server/approvaltest v0.0.0-00010101000000-000000000000
17-
github.com/elastic/beats/v7 v7.17.16-0.20231114164922-0b975efb27b1
17+
github.com/elastic/beats/v7 v7.17.16-0.20231115222047-1569567660bf
1818
github.com/elastic/ecs v1.12.0
1919
github.com/elastic/elastic-agent-client/v7 v7.0.3 // indirect
2020
github.com/elastic/gmux v0.2.0

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ github.com/eapache/queue v1.1.0 h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=
381381
github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I=
382382
github.com/eclipse/paho.mqtt.golang v1.2.1-0.20200121105743-0d940dd29fd2 h1:DW6WrARxK5J+o8uAKCiACi5wy9EK1UzrsCpGBPsKHAA=
383383
github.com/eclipse/paho.mqtt.golang v1.2.1-0.20200121105743-0d940dd29fd2/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts=
384-
github.com/elastic/beats/v7 v7.17.16-0.20231114164922-0b975efb27b1 h1:uzhm72SjmSRa4w9++s+eoiOiLPjvHMh08e22CyaSSJI=
385-
github.com/elastic/beats/v7 v7.17.16-0.20231114164922-0b975efb27b1/go.mod h1:kUakABpX15u5TbPrwpWkdfQYF+BRJp1/iMwWrUw9ChA=
384+
github.com/elastic/beats/v7 v7.17.16-0.20231115222047-1569567660bf h1:f5EAc33xZwQdz+nka2I8PoG4iwCcUwY34gn8LUStnW8=
385+
github.com/elastic/beats/v7 v7.17.16-0.20231115222047-1569567660bf/go.mod h1:kUakABpX15u5TbPrwpWkdfQYF+BRJp1/iMwWrUw9ChA=
386386
github.com/elastic/ecs v1.12.0 h1:u6WZ2AWtxv5vHvTQ4EuVZdWZ51mKHQ2UIltRePcta5U=
387387
github.com/elastic/ecs v1.12.0/go.mod h1:pgiLbQsijLOJvFR8OTILLu0Ni/R/foUNg0L+T6mU9b4=
388388
github.com/elastic/elastic-agent-client/v7 v7.0.3 h1:YqZPnO7Z9rlj25sFZEUaxGGK3mZR4v0uSOcfO8GRv7s=

Diff for: tests/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.10
1+
FROM golang:1.20.11
22
MAINTAINER Nicolas Ruflin <[email protected]>
33

44
RUN apt-get update

0 commit comments

Comments
 (0)