Skip to content

Commit

Permalink
8.13: update docs, mergify, versions and changelogs (#12653)
Browse files Browse the repository at this point in the history
* [Release] update version 8.14.0

* [Release] update changelogs for 8.13 release

---------

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Feb 14, 2024
1 parent 28bb4e1 commit 772db00
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 12 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,3 +318,17 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.13 branch
conditions:
- merged
- base=main
- label=backport-8.13
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.13"
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// tag::list[]
* <<release-notes-8.13>>
* <<release-notes-8.12>>
* <<release-notes-8.11>>
* <<release-notes-8.10>>
Expand All @@ -16,6 +17,7 @@
// tag::includes[]
include::./changelogs/head.asciidoc[]
include::./changelogs/8.13.asciidoc[]
include::./changelogs/8.12.asciidoc[]
include::./changelogs/8.11.asciidoc[]
include::./changelogs/8.10.asciidoc[]
Expand Down
31 changes: 31 additions & 0 deletions changelogs/8.13.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[[release-notes-8.13]]
== APM version 8.13

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

* <<release-notes-8.13.0>>

[float]
[[release-notes-8.13.0]]
=== APM version 8.13.0

[float]
==== Breaking Changes

[float]
==== Bug fixes

[float]
==== Deprecations

[float]
==== Intake API Changes

[float]
==== Added
- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown`
- Add support for Otel code.stacktrace {pull}12096[12096]
- `http.request.body.bytes` now reports the bytes read from request body even if Content-Length is -1 {pull}12451[12451]
- Use `messaging.system` and `messaging.operation` to detect OTel messaging span for transactions {pull}12506[12506]
- 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]
- Map OTel transaction `elastic.profiler_stack_trace_ids` attribute {pull}12493[12493]
11 changes: 1 addition & 10 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
[[release-notes-head]]
== APM version HEAD

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

[float]
==== Breaking Changes

[float]
==== Bug fixes

[float]
==== Deprecations

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

[float]
==== Added
- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown`
- Add support for Otel code.stacktrace {pull}12096[12096]
- `http.request.body.bytes` now reports the bytes read from request body even if Content-Length is -1 {pull}12451[12451]
- Use `messaging.system` and `messaging.operation` to detect OTel messaging span for transactions {pull}12506[12506]
- 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]
- Map OTel transaction `elastic.profiler_stack_trace_ids` attribute {pull}12493[12493]
2 changes: 1 addition & 1 deletion cmd/intake-receiver/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
package main

// version matches the APM Server's version
const version = "8.13.0"
const version = "8.14.0"
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
package version

// Version holds the APM Server version.
const Version = "8.13.0"
const Version = "8.14.0"

0 comments on commit 772db00

Please sign in to comment.