From 78adb195dbf96861b5b469ef2b29d6cbde1d3d5e Mon Sep 17 00:00:00 2001 From: elasticmachine Date: Wed, 6 Dec 2023 18:07:44 +0000 Subject: [PATCH] docs: Update changelogs for 8.12 release --- CHANGELOG.asciidoc | 1 + changelogs/8.12.asciidoc | 27 +++++++++++++++++++++++++++ changelogs/head.asciidoc | 13 +------------ docs/release-notes.asciidoc | 1 + 4 files changed, 30 insertions(+), 12 deletions(-) create mode 100644 changelogs/8.12.asciidoc diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index ea8a6729f14..2ce78ec26dd 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -1,4 +1,5 @@ include::./changelogs/head.asciidoc[] +include::./changelogs/8.12.asciidoc[] include::./changelogs/8.11.asciidoc[] include::./changelogs/8.10.asciidoc[] include::./changelogs/8.9.asciidoc[] diff --git a/changelogs/8.12.asciidoc b/changelogs/8.12.asciidoc new file mode 100644 index 00000000000..637fc1f5df9 --- /dev/null +++ b/changelogs/8.12.asciidoc @@ -0,0 +1,27 @@ +[[release-notes-head]] +== APM version HEAD + +https://github.com/elastic/apm-server/compare/8.11\...main[View commits] + +[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]. + +[float] +==== Deprecations + +[float] +==== Intake API Changes + +[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] diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index 637fc1f5df9..11561575181 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -1,16 +1,10 @@ [[release-notes-head]] == APM version HEAD -https://github.com/elastic/apm-server/compare/8.11\...main[View commits] +https://github.com/elastic/apm-server/compare/8.12\...main[View commits] [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]. [float] ==== Deprecations @@ -20,8 +14,3 @@ https://github.com/elastic/apm-server/compare/8.11\...main[View commits] [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] diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 95a488319fe..62fe33a3474 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -9,6 +9,7 @@ This section summarizes the changes in each release. **APM integration and APM Server** +* <> * <> * <> * <>