Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.17: update docs, mergify, versions and changelogs #14691

Merged
merged 3 commits into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})"
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.17>>
* <<apm-release-notes-8.16>>
* <<apm-release-notes-8.15>>
* <<apm-release-notes-8.14>>
Expand All @@ -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[]
Expand Down
29 changes: 29 additions & 0 deletions changelogs/8.17.asciidoc
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].
2 changes: 1 addition & 1 deletion changelogs/head.asciidoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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.17.0"
const version = "8.18.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.17.0"
const Version = "8.18.0"
Loading