-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into update-known-issues
- Loading branch information
Showing
55 changed files
with
746 additions
and
337 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
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,22 @@ | ||
--- | ||
name: run-minor-release | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
version: | ||
description: 'The version (semver format: major.minor.patch)' | ||
required: true | ||
type: string | ||
|
||
permissions: | ||
contents: read | ||
|
||
env: | ||
SLACK_CHANNEL: "#apm-server-test-release" | ||
|
||
jobs: | ||
run-minor: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 |
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,22 @@ | ||
--- | ||
name: run-patch-release | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
version: | ||
description: 'The version (semver format: major.minor.patch)' | ||
required: true | ||
type: string | ||
|
||
permissions: | ||
contents: read | ||
|
||
env: | ||
SLACK_CHANNEL: "#apm-server-test-release" | ||
|
||
jobs: | ||
run-patch: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
1.21.4 | ||
1.21.5 |
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
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,30 @@ | ||
[[release-notes-8.12]] | ||
== APM version 8.12 | ||
|
||
https://github.com/elastic/apm-server/compare/8.11\...8.12[View commits] | ||
|
||
* <<release-notes-8.12.0>> | ||
|
||
[float] | ||
[[release-notes-8.12.0]] | ||
=== APM version 8.12.0 | ||
|
||
[float] | ||
==== Breaking Changes | ||
- The unsupported apm_data_stream_migration ingest pipeline has been removed {pull}12102[12102]. | ||
- "publish_ready" is always false in the "GET /" response until events are received by apm-server {pull}12150[12150] | ||
|
||
[float] | ||
==== Bug fixes | ||
- Switch built-in ILM rollover policies from max_size to max_primary_shard_size {pull}11729[11729]. | ||
- Handle empty request bodies gracefully {pull}12242[12242]. | ||
- Wrap processor errors to provide more details {pull}12242[12242]. | ||
- Require only one of exception.{type,message} for log exceptions {pull}12242[12242]. | ||
|
||
[float] | ||
==== Added | ||
- Update container base image to Ubuntu 22.04 {pull}11778[11778] | ||
- Add support for returning partial success response in OTLP input {pull}11883[11883] | ||
- Setting event timestamp from OTel observed timestamp when needed {pull}11935[11935] | ||
- Field mappings have been added for various formerly unindexed fields {pull}12102[12102] | ||
- We now assert that index templates are installed by attempting to create data streams {pull}12150[12150] |
Oops, something went wrong.