-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8.17: update docs, mergify, versions and changelogs (#14691)
* [Release] update version 8.18.0 * [Release] update changelogs for 8.17 release * changelog: update changelog entry for 8.17 --------- Co-authored-by: obltmachine <[email protected]> Co-authored-by: Kostiantyn Masliuk <[email protected]>
- Loading branch information
1 parent
00640c7
commit 777d8e4
Showing
6 changed files
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
[[apm-release-notes-8.17]] | ||
== APM version 8.17 | ||
* <<apm-release-notes-8.17.0>> | ||
|
||
[float] | ||
[[apm-release-notes-8.17.0]] | ||
=== APM version 8.17.0 | ||
|
||
https://github.com/elastic/apm-server/compare/v8.16.0\...v8.17.0[View commits] | ||
|
||
[float] | ||
==== Bug fixes | ||
|
||
- Clear scroll after completing scroll requests {pull}14551[14551] | ||
|
||
[float] | ||
==== Breaking Changes | ||
|
||
[float] | ||
==== Deprecations | ||
|
||
[float] | ||
==== Intake API Changes | ||
|
||
[float] | ||
==== Added | ||
|
||
- The mappings are updated to disable date_detection for all APM data streams. | ||
The change is applied through https://github.com/elastic/elasticsearch/pull/116995[elasticsearch#116995]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
package main | ||
|
||
// version matches the APM Server's version | ||
const version = "8.17.0" | ||
const version = "8.18.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,4 @@ | |
package version | ||
|
||
// Version holds the APM Server version. | ||
const Version = "8.17.0" | ||
const Version = "8.18.0" |