Skip to content

Commit

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

* [Release] update changelogs for 8.16 release

---------

Co-authored-by: obltmachine <[email protected]>
  • Loading branch information
1 parent 138e9e2 commit debf7d8
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,17 @@ pull_request_rules:
labels:
- "backport"
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
- name: backport patches to 8.16 branch
conditions:
- merged
- base=8.x
- 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
31 changes: 31 additions & 0 deletions changelogs/8.16.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[[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]

[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]
12 changes: 1 addition & 11 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
@@ -1,26 +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]
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]
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.16.0"
const version = "8.17.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.16.0"
const Version = "8.17.0"

0 comments on commit debf7d8

Please sign in to comment.