Skip to content

Commit 772db00

Browse files
apmmachineapmmachine
andauthored
8.13: update docs, mergify, versions and changelogs (#12653)
* [Release] update version 8.14.0 * [Release] update changelogs for 8.13 release --------- Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
1 parent 28bb4e1 commit 772db00

6 files changed

Lines changed: 50 additions & 12 deletions

File tree

.mergify.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,17 @@ pull_request_rules:
318318
labels:
319319
- "backport"
320320
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
321+
- name: backport patches to 8.13 branch
322+
conditions:
323+
- merged
324+
- base=main
325+
- label=backport-8.13
326+
actions:
327+
backport:
328+
assignees:
329+
- "{{ author }}"
330+
branches:
331+
- "8.13"
332+
labels:
333+
- "backport"
334+
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+
* <<release-notes-8.13>>
23
* <<release-notes-8.12>>
34
* <<release-notes-8.11>>
45
* <<release-notes-8.10>>
@@ -16,6 +17,7 @@
1617
1718
// tag::includes[]
1819
include::./changelogs/head.asciidoc[]
20+
include::./changelogs/8.13.asciidoc[]
1921
include::./changelogs/8.12.asciidoc[]
2022
include::./changelogs/8.11.asciidoc[]
2123
include::./changelogs/8.10.asciidoc[]

changelogs/8.13.asciidoc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[[release-notes-8.13]]
2+
== APM version 8.13
3+
4+
https://github.com/elastic/apm-server/compare/8.12\...8.13[View commits]
5+
6+
* <<release-notes-8.13.0>>
7+
8+
[float]
9+
[[release-notes-8.13.0]]
10+
=== APM version 8.13.0
11+
12+
[float]
13+
==== Breaking Changes
14+
15+
[float]
16+
==== Bug fixes
17+
18+
[float]
19+
==== Deprecations
20+
21+
[float]
22+
==== Intake API Changes
23+
24+
[float]
25+
==== Added
26+
- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown`
27+
- Add support for Otel code.stacktrace {pull}12096[12096]
28+
- `http.request.body.bytes` now reports the bytes read from request body even if Content-Length is -1 {pull}12451[12451]
29+
- Use `messaging.system` and `messaging.operation` to detect OTel messaging span for transactions {pull}12506[12506]
30+
- Add support for OTel data stream routing by parsing `data_stream.dataset` and `data_stream.namespace` from: (from lowest to highest precedence) resource attributes, instrumentation scope attributes, and signal-level attributes. This is a breaking change only for users relying on the existing `data_stream` attributes being stored as labels. {pull}12578[12578]
31+
- Map OTel transaction `elastic.profiler_stack_trace_ids` attribute {pull}12493[12493]

changelogs/head.asciidoc

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

4-
https://github.com/elastic/apm-server/compare/8.12\...main[View commits]
4+
https://github.com/elastic/apm-server/compare/8.13\...main[View commits]
55

66
[float]
77
==== Breaking Changes
88

9-
[float]
10-
==== Bug fixes
11-
129
[float]
1310
==== Deprecations
1411

@@ -17,9 +14,3 @@ https://github.com/elastic/apm-server/compare/8.12\...main[View commits]
1714

1815
[float]
1916
==== Added
20-
- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown`
21-
- Add support for Otel code.stacktrace {pull}12096[12096]
22-
- `http.request.body.bytes` now reports the bytes read from request body even if Content-Length is -1 {pull}12451[12451]
23-
- Use `messaging.system` and `messaging.operation` to detect OTel messaging span for transactions {pull}12506[12506]
24-
- Add support for OTel data stream routing by parsing `data_stream.dataset` and `data_stream.namespace` from: (from lowest to highest precedence) resource attributes, instrumentation scope attributes, and signal-level attributes. This is a breaking change only for users relying on the existing `data_stream` attributes being stored as labels. {pull}12578[12578]
25-
- Map OTel transaction `elastic.profiler_stack_trace_ids` attribute {pull}12493[12493]

cmd/intake-receiver/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
package main
1919

2020
// version matches the APM Server's version
21-
const version = "8.13.0"
21+
const version = "8.14.0"

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
package version
1919

2020
// Version holds the APM Server version.
21-
const Version = "8.13.0"
21+
const Version = "8.14.0"

0 commit comments

Comments
 (0)