Skip to content

Commit 3b1a510

Browse files
authored
Merge branch 'main' into fix/clear-scroll
2 parents 954fb03 + e0d7e32 commit 3b1a510

24 files changed

+304
-190
lines changed

.github/workflows/benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
go-version-file: 'go.mod'
7070

71-
- uses: rlespinasse/github-slug-action@797d68864753cbceedc271349d402da4590e6302
71+
- uses: rlespinasse/github-slug-action@aba9f8db6ef36e0733227a62673d6592b1f430ea
7272

7373
- name: Set up env
7474
run: |

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- uses: actions/checkout@v4
124124
- name: Get changed files
125125
id: changed-files
126-
uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
126+
uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45.0.4
127127
with:
128128
files: .go-version
129129

.go-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.2
1+
1.23.3

NOTICE.txt

+22-22
Original file line numberDiff line numberDiff line change
@@ -573,11 +573,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].
573573

574574
--------------------------------------------------------------------------------
575575
Dependency : github.com/elastic/beats/v7
576-
Version: v7.0.0-alpha2.0.20241105110521-38dfc52434ed
576+
Version: v7.0.0-alpha2.0.20241112152748-ce4a17b3a960
577577
Licence type (autodetected): Elastic
578578
--------------------------------------------------------------------------------
579579

580-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20241105110521-38dfc52434ed/LICENSE.txt:
580+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20241112152748-ce4a17b3a960/LICENSE.txt:
581581

582582
Source code in this repository is variously licensed under the Apache License
583583
Version 2.0, an Apache compatible license, or the Elastic License. Outside of
@@ -829,11 +829,11 @@ SOFTWARE
829829

830830
--------------------------------------------------------------------------------
831831
Dependency : github.com/elastic/elastic-agent-libs
832-
Version: v0.17.1
832+
Version: v0.17.2
833833
Licence type (autodetected): Apache-2.0
834834
--------------------------------------------------------------------------------
835835

836-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].1/LICENSE:
836+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].2/LICENSE:
837837

838838
Apache License
839839
Version 2.0, January 2004
@@ -1040,11 +1040,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-l
10401040

10411041
--------------------------------------------------------------------------------
10421042
Dependency : github.com/elastic/elastic-agent-system-metrics
1043-
Version: v0.11.3
1043+
Version: v0.11.4
10441044
Licence type (autodetected): Apache-2.0
10451045
--------------------------------------------------------------------------------
10461046

1047-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].3/LICENSE.txt:
1047+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].4/LICENSE.txt:
10481048

10491049
Apache License
10501050
Version 2.0, January 2004
@@ -6249,11 +6249,11 @@ THE SOFTWARE.
62496249

62506250
--------------------------------------------------------------------------------
62516251
Dependency : golang.org/x/net
6252-
Version: v0.30.0
6252+
Version: v0.31.0
62536253
Licence type (autodetected): BSD-3-Clause
62546254
--------------------------------------------------------------------------------
62556255

6256-
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.30.0/LICENSE:
6256+
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.31.0/LICENSE:
62576257

62586258
Copyright 2009 The Go Authors.
62596259

@@ -6286,11 +6286,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
62866286

62876287
--------------------------------------------------------------------------------
62886288
Dependency : golang.org/x/sync
6289-
Version: v0.8.0
6289+
Version: v0.9.0
62906290
Licence type (autodetected): BSD-3-Clause
62916291
--------------------------------------------------------------------------------
62926292

6293-
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.8.0/LICENSE:
6293+
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.9.0/LICENSE:
62946294

62956295
Copyright 2009 The Go Authors.
62966296

@@ -6323,11 +6323,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63236323

63246324
--------------------------------------------------------------------------------
63256325
Dependency : golang.org/x/term
6326-
Version: v0.25.0
6326+
Version: v0.26.0
63276327
Licence type (autodetected): BSD-3-Clause
63286328
--------------------------------------------------------------------------------
63296329

6330-
Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.25.0/LICENSE:
6330+
Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.26.0/LICENSE:
63316331

63326332
Copyright 2009 The Go Authors.
63336333

@@ -6360,11 +6360,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63606360

63616361
--------------------------------------------------------------------------------
63626362
Dependency : golang.org/x/time
6363-
Version: v0.7.0
6363+
Version: v0.8.0
63646364
Licence type (autodetected): BSD-3-Clause
63656365
--------------------------------------------------------------------------------
63666366

6367-
Contents of probable licence file $GOMODCACHE/golang.org/x/time@v0.7.0/LICENSE:
6367+
Contents of probable licence file $GOMODCACHE/golang.org/x/time@v0.8.0/LICENSE:
63686368

63696369
Copyright 2009 The Go Authors.
63706370

@@ -6397,11 +6397,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
63976397

63986398
--------------------------------------------------------------------------------
63996399
Dependency : google.golang.org/grpc
6400-
Version: v1.67.1
6400+
Version: v1.68.0
64016401
Licence type (autodetected): Apache-2.0
64026402
--------------------------------------------------------------------------------
64036403

6404-
Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.67.1/LICENSE:
6404+
Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.68.0/LICENSE:
64056405

64066406

64076407
Apache License
@@ -17270,11 +17270,11 @@ THE SOFTWARE.
1727017270

1727117271
--------------------------------------------------------------------------------
1727217272
Dependency : golang.org/x/crypto
17273-
Version: v0.28.0
17273+
Version: v0.29.0
1727417274
Licence type (autodetected): BSD-3-Clause
1727517275
--------------------------------------------------------------------------------
1727617276

17277-
Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.28.0/LICENSE:
17277+
Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.29.0/LICENSE:
1727817278

1727917279
Copyright 2009 The Go Authors.
1728017280

@@ -17344,11 +17344,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1734417344

1734517345
--------------------------------------------------------------------------------
1734617346
Dependency : golang.org/x/sys
17347-
Version: v0.26.0
17347+
Version: v0.27.0
1734817348
Licence type (autodetected): BSD-3-Clause
1734917349
--------------------------------------------------------------------------------
1735017350

17351-
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.26.0/LICENSE:
17351+
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.27.0/LICENSE:
1735217352

1735317353
Copyright 2009 The Go Authors.
1735417354

@@ -17381,11 +17381,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1738117381

1738217382
--------------------------------------------------------------------------------
1738317383
Dependency : golang.org/x/text
17384-
Version: v0.19.0
17384+
Version: v0.20.0
1738517385
Licence type (autodetected): BSD-3-Clause
1738617386
--------------------------------------------------------------------------------
1738717387

17388-
Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.19.0/LICENSE:
17388+
Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.20.0/LICENSE:
1738917389

1739017390
Copyright 2009 The Go Authors.
1739117391

changelogs/8.15.asciidoc

+13
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
[[apm-release-notes-8.15]]
22
== APM version 8.15
33

4+
* <<apm-release-notes-8.15.4>>
45
* <<apm-release-notes-8.15.3>>
56
* <<apm-release-notes-8.15.2>>
67
* <<apm-release-notes-8.15.1>>
78
* <<apm-release-notes-8.15.0>>
89

10+
[float]
11+
[[apm-release-notes-8.15.4]]
12+
=== APM version 8.15.4
13+
14+
https://github.com/elastic/apm-server/compare/v8.15.3\...v8.15.4[View commits]
15+
16+
[float]
17+
==== Bug fixes
18+
19+
- Rollover for all APM data streams is now executing correctly in Elasticsearch 8.15.4, fixing a https://www.elastic.co/guide/en/observability/current/apm-known-issues.html#_upgrading_to_v8_15_x_may_cause_ingestion_to_fail[known issue] present in 8.15.0, 8.15.1, 8.15.2 and 8.15.3.
20+
The fix is applied through https://github.com/elastic/elasticsearch/pull/116219[elasticsearch#116219].
21+
922
[float]
1023
[[apm-release-notes-8.15.3]]
1124
=== APM version 8.15.3

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ x-logging: &default-logging
1111
services:
1212
elasticsearch:
1313
# TODO: replace with a pinned version such as 9.0.0-aaaaaaaa-SNAPSHOT
14-
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.0-8f0a2811-SNAPSHOT
14+
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.0-20f1d152-SNAPSHOT
1515
ports:
1616
- 9200:9200
1717
healthcheck:
@@ -43,7 +43,7 @@ services:
4343

4444
kibana:
4545
# TODO: replace with a pinned version such as 9.0.0-aaaaaaaa-SNAPSHOT
46-
image: docker.elastic.co/kibana/kibana:9.0.0-8f0a2811-SNAPSHOT
46+
image: docker.elastic.co/kibana/kibana:9.0.0-20f1d152-SNAPSHOT
4747
ports:
4848
- 5601:5601
4949
healthcheck:
@@ -63,7 +63,7 @@ services:
6363

6464
metricbeat:
6565
# TODO: replace with a pinned version such as 9.0.0-aaaaaaaa-SNAPSHOT
66-
image: docker.elastic.co/beats/metricbeat:9.0.0-8f0a2811-SNAPSHOT
66+
image: docker.elastic.co/beats/metricbeat:9.0.0-20f1d152-SNAPSHOT
6767
environment:
6868
ELASTICSEARCH_HOSTS: '["http://elasticsearch:9200"]'
6969
ELASTICSEARCH_USERNAME: "${KIBANA_ES_USER:-admin}"

go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/dustin/go-humanize v1.0.1
99
github.com/elastic/apm-aggregation v1.1.0
1010
github.com/elastic/apm-data v1.14.1
11-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241105110521-38dfc52434ed
11+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20241112152748-ce4a17b3a960
1212
github.com/elastic/elastic-agent-client/v7 v7.16.0
13-
github.com/elastic/elastic-agent-libs v0.17.1
14-
github.com/elastic/elastic-agent-system-metrics v0.11.3
13+
github.com/elastic/elastic-agent-libs v0.17.2
14+
github.com/elastic/elastic-agent-system-metrics v0.11.4
1515
github.com/elastic/gmux v0.3.2
1616
github.com/elastic/go-docappender/v2 v2.3.0
1717
github.com/elastic/go-elasticsearch/v8 v8.15.0
@@ -48,11 +48,11 @@ require (
4848
go.opentelemetry.io/otel/sdk/metric v1.31.0
4949
go.uber.org/automaxprocs v1.6.0
5050
go.uber.org/zap v1.27.0
51-
golang.org/x/net v0.30.0
52-
golang.org/x/sync v0.8.0
53-
golang.org/x/term v0.25.0
54-
golang.org/x/time v0.7.0
55-
google.golang.org/grpc v1.67.1
51+
golang.org/x/net v0.31.0
52+
golang.org/x/sync v0.9.0
53+
golang.org/x/term v0.26.0
54+
golang.org/x/time v0.8.0
55+
google.golang.org/grpc v1.68.0
5656
google.golang.org/protobuf v1.35.1
5757
gopkg.in/yaml.v3 v3.0.1
5858
)
@@ -150,10 +150,10 @@ require (
150150
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
151151
go.opentelemetry.io/otel/trace v1.31.0 // indirect
152152
go.uber.org/multierr v1.11.0 // indirect
153-
golang.org/x/crypto v0.28.0 // indirect
153+
golang.org/x/crypto v0.29.0 // indirect
154154
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
155-
golang.org/x/sys v0.26.0 // indirect
156-
golang.org/x/text v0.19.0 // indirect
155+
golang.org/x/sys v0.27.0 // indirect
156+
golang.org/x/text v0.20.0 // indirect
157157
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
158158
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
159159
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect

0 commit comments

Comments
 (0)