Skip to content

Commit d6a23ad

Browse files
committed
Merge branch 'main' into fix-tbs-in-hot-reload
2 parents 174df6d + d9860ef commit d6a23ad

File tree

5 files changed

+64
-16
lines changed

5 files changed

+64
-16
lines changed

.mergify.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,17 @@ pull_request_rules:
389389
labels:
390390
- "backport"
391391
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
392+
- name: backport patches to 8.16 branch
393+
conditions:
394+
- merged
395+
- base=main
396+
- label=backport-8.16
397+
actions:
398+
backport:
399+
assignees:
400+
- "{{ author }}"
401+
branches:
402+
- "8.16"
403+
labels:
404+
- "backport"
405+
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"

CHANGELOG.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// tag::list[]
2+
* <<apm-release-notes-8.16>>
23
* <<apm-release-notes-8.15>>
34
* <<apm-release-notes-8.14>>
45
* <<apm-release-notes-8.13>>
@@ -19,6 +20,7 @@
1920
2021
// tag::includes[]
2122
include::./changelogs/head.asciidoc[]
23+
include::./changelogs/8.16.asciidoc[]
2224
include::./changelogs/8.15.asciidoc[]
2325
include::./changelogs/8.14.asciidoc[]
2426
include::./changelogs/8.13.asciidoc[]

changelogs/8.15.asciidoc

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,38 @@
11
[[apm-release-notes-8.15]]
22
== APM version 8.15
33

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

89
[float]
9-
[[apm-release-notes-8.15.2]]
10-
=== APM version 8.15.2
10+
[[apm-release-notes-8.15.3]]
11+
=== APM version 8.15.3
1112

12-
https://github.com/elastic/apm-server/compare/v8.15.1\...v8.15.2[View commits]
13+
https://github.com/elastic/apm-server/compare/v8.15.2\...v8.15.3[View commits]
1314

1415
[float]
1516
==== Bug fixes
1617

17-
- Fix broken APM Agents configuration cache when there are more than 100 agent config entries {pull}13958[13958]
1818
- Fix a panic in OTLP label setting when receiving on non-compliant attribute array values {pull}13950[13950]
1919

2020
[float]
2121
==== Added
2222

2323
- Map OpenTelemetry instrumentation scope to `Service.Framework.*` for all signal types. {pull}13903[13903]
2424

25+
[float]
26+
[[apm-release-notes-8.15.2]]
27+
=== APM version 8.15.2
28+
29+
https://github.com/elastic/apm-server/compare/v8.15.1\...v8.15.2[View commits]
30+
31+
[float]
32+
==== Bug fixes
33+
34+
- Fix broken APM Agents configuration cache when there are more than 100 agent config entries {pull}13958[13958]
35+
2536
[float]
2637
[[apm-release-notes-8.15.1]]
2738
=== APM version 8.15.1

changelogs/8.16.asciidoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[[apm-release-notes-8.16]]
2+
== APM version 8.16
3+
* <<apm-release-notes-8.16.0>>
4+
5+
[float]
6+
[[apm-release-notes-8.16.0]]
7+
=== APM version 8.16.0
8+
9+
https://github.com/elastic/apm-server/compare/v8.15.2\...v8.16.0[View commits]
10+
11+
[float]
12+
==== Bug fixes
13+
14+
- Track all bulk request response status codes {pull}13574[13574]
15+
- Fix a concurrent map write panic in monitoring middleware {pull}14335[14335]
16+
- Apply shutdown timeout to http server {pull}14339[14339]
17+
- Tail-based sampling: Fix rare gc thread failure after EA hot reload causing storage not reclaimed and stuck with "storage limit reached" {pull}13574[13574]
18+
19+
[float]
20+
==== Breaking Changes
21+
22+
[float]
23+
==== Deprecations
24+
- Support for Jaeger is now deprecated, and will be removed in a future release {pull}13809[13809]
25+
26+
[float]
27+
==== Intake API Changes
28+
29+
[float]
30+
==== Added
31+
32+
- APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]

changelogs/head.asciidoc

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
11
[[release-notes-head]]
22
== APM version HEAD
33

4-
https://github.com/elastic/apm-server/compare/8.15\...main[View commits]
5-
6-
[float]
7-
==== Bug fixes
8-
9-
- Track all bulk request response status codes {pull}13574[13574]
10-
- Fix a concurrent map write panic in monitoring middleware {pull}14335[14335]
11-
- Apply shutdown timeout to http server {pull}14339[14339]
12-
- Tail-based sampling: Fix rare gc thread failure after EA hot reload causing storage not reclaimed and stuck with "storage limit reached" {pull}13574[13574]
4+
https://github.com/elastic/apm-server/compare/8.16\...8.x[View commits]
135

146
[float]
157
==== Breaking Changes
168

179
[float]
1810
==== Deprecations
19-
- Support for Jaeger is now deprecated, and will be removed in a future release {pull}13809[13809]
2011

2112
[float]
2213
==== Intake API Changes
2314

2415
[float]
2516
==== Added
26-
27-
- APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]

0 commit comments

Comments
 (0)