Skip to content

Commit

Permalink
Merge branch 'main' into fix-tbs-in-hot-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Oct 21, 2024
2 parents 174df6d + d9860ef commit d6a23ad
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 16 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,3 +389,17 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.16 branch
conditions:
- merged
- base=main
- label=backport-8.16
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "8.16"
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[]
* <<apm-release-notes-8.16>>
* <<apm-release-notes-8.15>>
* <<apm-release-notes-8.14>>
* <<apm-release-notes-8.13>>
Expand All @@ -19,6 +20,7 @@
// tag::includes[]
include::./changelogs/head.asciidoc[]
include::./changelogs/8.16.asciidoc[]
include::./changelogs/8.15.asciidoc[]
include::./changelogs/8.14.asciidoc[]
include::./changelogs/8.13.asciidoc[]
Expand Down
19 changes: 15 additions & 4 deletions changelogs/8.15.asciidoc
Original file line number Diff line number Diff line change
@@ -1,27 +1,38 @@
[[apm-release-notes-8.15]]
== APM version 8.15

* <<apm-release-notes-8.15.3>>
* <<apm-release-notes-8.15.2>>
* <<apm-release-notes-8.15.1>>
* <<apm-release-notes-8.15.0>>

[float]
[[apm-release-notes-8.15.2]]
=== APM version 8.15.2
[[apm-release-notes-8.15.3]]
=== APM version 8.15.3

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

[float]
==== Bug fixes

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

[float]
==== Added

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

[float]
[[apm-release-notes-8.15.2]]
=== APM version 8.15.2

https://github.com/elastic/apm-server/compare/v8.15.1\...v8.15.2[View commits]

[float]
==== Bug fixes

- Fix broken APM Agents configuration cache when there are more than 100 agent config entries {pull}13958[13958]

[float]
[[apm-release-notes-8.15.1]]
=== APM version 8.15.1
Expand Down
32 changes: 32 additions & 0 deletions changelogs/8.16.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[[apm-release-notes-8.16]]
== APM version 8.16
* <<apm-release-notes-8.16.0>>

[float]
[[apm-release-notes-8.16.0]]
=== APM version 8.16.0

https://github.com/elastic/apm-server/compare/v8.15.2\...v8.16.0[View commits]

[float]
==== Bug fixes

- Track all bulk request response status codes {pull}13574[13574]
- Fix a concurrent map write panic in monitoring middleware {pull}14335[14335]
- Apply shutdown timeout to http server {pull}14339[14339]
- 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]

[float]
==== Breaking Changes

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

[float]
==== Intake API Changes

[float]
==== Added

- APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]
13 changes: 1 addition & 12 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
[[release-notes-head]]
== APM version HEAD

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

[float]
==== Bug fixes

- Track all bulk request response status codes {pull}13574[13574]
- Fix a concurrent map write panic in monitoring middleware {pull}14335[14335]
- Apply shutdown timeout to http server {pull}14339[14339]
- 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]
https://github.com/elastic/apm-server/compare/8.16\...8.x[View commits]

[float]
==== Breaking Changes

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

[float]
==== Intake API Changes

[float]
==== Added

- APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]

0 comments on commit d6a23ad

Please sign in to comment.