From 777d8e4f0c53662561d0b2697c44f5cceef1a2ac Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 18:04:30 -0800 Subject: [PATCH] 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 <150269514+obltmachine@users.noreply.github.com> Co-authored-by: Kostiantyn Masliuk <1pkg@protonmail.com> --- .mergify.yml | 14 ++++++++++++++ CHANGELOG.asciidoc | 2 ++ changelogs/8.17.asciidoc | 29 +++++++++++++++++++++++++++++ changelogs/head.asciidoc | 2 +- cmd/intake-receiver/version.go | 2 +- internal/version/version.go | 2 +- 6 files changed, 48 insertions(+), 3 deletions(-) create mode 100644 changelogs/8.17.asciidoc diff --git a/.mergify.yml b/.mergify.yml index e60530f5f53..e866ea01f3a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -373,3 +373,17 @@ pull_request_rules: labels: - "backport" title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" + - name: backport patches to 8.17 branch + conditions: + - merged + - base=8.x + - label=backport-8.17 + actions: + backport: + assignees: + - "{{ author }}" + branches: + - "8.17" + labels: + - "backport" + title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})" diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index f31ddeb5dc8..16b1fc41989 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -1,4 +1,5 @@ // tag::list[] +* <> * <> * <> * <> @@ -20,6 +21,7 @@ // tag::includes[] include::./changelogs/head.asciidoc[] +include::./changelogs/8.17.asciidoc[] include::./changelogs/8.16.asciidoc[] include::./changelogs/8.15.asciidoc[] include::./changelogs/8.14.asciidoc[] diff --git a/changelogs/8.17.asciidoc b/changelogs/8.17.asciidoc new file mode 100644 index 00000000000..1ff36e81cbe --- /dev/null +++ b/changelogs/8.17.asciidoc @@ -0,0 +1,29 @@ +[[apm-release-notes-8.17]] +== APM version 8.17 +* <> + +[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]. \ No newline at end of file diff --git a/changelogs/head.asciidoc b/changelogs/head.asciidoc index 4b71ea29c89..69341cca9dc 100644 --- a/changelogs/head.asciidoc +++ b/changelogs/head.asciidoc @@ -1,7 +1,7 @@ [[release-notes-head]] == APM version HEAD -https://github.com/elastic/apm-server/compare/8.16\...8.x[View commits] +https://github.com/elastic/apm-server/compare/8.17\...8.x[View commits] [float] ==== Breaking Changes diff --git a/cmd/intake-receiver/version.go b/cmd/intake-receiver/version.go index 7ba1efbea28..7aa3ef5263d 100644 --- a/cmd/intake-receiver/version.go +++ b/cmd/intake-receiver/version.go @@ -18,4 +18,4 @@ package main // version matches the APM Server's version -const version = "8.17.0" +const version = "8.18.0" diff --git a/internal/version/version.go b/internal/version/version.go index e0ffe391498..ceccaa35398 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -18,4 +18,4 @@ package version // Version holds the APM Server version. -const Version = "8.17.0" +const Version = "8.18.0"