You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the APM Server can be found in the `docs` and `dev_docs` folders.
157
+
Documentation for the APM Server can be found in the [APM guide](https://www.elastic.co/guide/en/apm/guide/8.10/index.html). Most documentation files live in the [elastic/observability-docs](https://github.com/elastic/observability-docs) repo's [`docs/en/apm-server/` directory](https://github.com/elastic/observability-docs/tree/8.10/docs/en/apm-server).
158
+
159
+
However, the following content lives in this repo:
160
+
161
+
* The **changelog** page listing all release notes is in [`CHANGELOG.asciidoc`](/CHANGELOG.asciidoc).
162
+
* Each minor version's **release notes** are documented in individual files in the [`changelogs/`](/changelogs/) directory.
163
+
* A list of all **breaking changes** are documented in [`changelogs/all-breaking-changes.asciidoc`](/changelogs/all-breaking-changes.asciidoc).
164
+
***Sample data sets** that are injected into the docs are in the [`docs/data/`](/docs/data/) directory.
165
+
***Specifications** that are injected into the docs are in the [`docs/spec/`](/docs/spec/) directory.
Copy file name to clipboardexpand all lines: dev_docs/RELEASES.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ For patch releases, only the version on the existing major and minor version bra
9
9
10
10
## Feature Freeze
11
11
12
-
* For patch releases, ensure all relevant backport PRs are merged.
12
+
* For patch releases, ensure all relevant backport PRs are merged.
13
13
We use backport labels on PRs and automation to ensure labels are set.
14
14
15
15
* Update Changelog
@@ -30,9 +30,9 @@ For patch releases, only the version on the existing major and minor version bra
30
30
Update versions and ensure that the `BEATS_VERSION` in the Makefile is updated,
31
31
e.g. [#2803](https://github.com/elastic/apm-server/pull/2803/files).
32
32
Trigger a new beats update, once the beats branch is also created.
33
-
Remove the [changelogs/head.asciidoc](https://github.com/elastic/apm-server/blob/main/changelogs/head.asciidoc) file from the release branch.
33
+
Remove the [changelogs/head.asciidoc](https://github.com/elastic/apm-server/blob/main/changelogs/head.asciidoc) file from the release branch.
34
34
35
-
* Main branch:
35
+
* Main branch:
36
36
Update [.mergify.yml](https://github.com/elastic/apm-server/blob/main/.mergify.yml) with a new backport rule for the next version,
37
37
and update versions to next minor version, e.g. [#2804](https://github.com/elastic/apm-server/pull/2804).
38
38
@@ -86,7 +86,7 @@ For patch releases, only the version on the existing major and minor version bra
86
86
87
87
## When compatibility between Agents & Server changes
88
88
89
-
* Update the [agent/server compatibility matrix](https://github.com/elastic/apm-server/blob/main/docs/guide/agent-server-compatibility.asciidoc).
89
+
* Update the [agent/server compatibility matrix](https://github.com/elastic/observability-docs/blob/main/docs/en/observability/apm/agent-server-compatibility.asciidoc) in the elastic/observability repo.
0 commit comments