Skip to content

Commit e0583b4

Browse files
Remove APM release note files (#820)
Removes APM release note files in favor of the files in [elastic/apm-server](https://github.com/elastic/apm-server/tree/main/docs/release-notes).
1 parent 71cb43a commit e0583b4

15 files changed

+21
-445
lines changed

docset.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ cross_links:
1515
- apm-agent-rum-js
1616
- apm-aws-lambda
1717
- apm-k8s-attacher
18+
- apm-server
1819
- asciidocalypse
1920
- beats
2021
- cloud

release-notes/elastic-apm/breaking-changes.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

release-notes/elastic-apm/deprecations.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

release-notes/elastic-apm/known-issues.md

Lines changed: 0 additions & 320 deletions
This file was deleted.

release-notes/elastic-apm/release-notes.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

release-notes/elastic-apm/toc.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

release-notes/toc.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ toc:
55
- file: elastic-observability/known-issues.md
66
- file: elastic-observability/breaking-changes.md
77
- file: elastic-observability/deprecations.md
8-
- file: elastic-apm/release-notes.md
9-
children:
10-
- file: elastic-apm/known-issues.md
11-
- file: elastic-apm/breaking-changes.md
12-
- file: elastic-apm/deprecations.md
138
- file: elastic-security/release-notes.md
149
children:
1510
- file: elastic-security/known-issues.md

solutions/observability/apps/apm-agent-compatibility.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,85 +8,85 @@ mapped_pages:
88
The chart below outlines the compatibility between different versions of Elastic APM agents and extensions with the APM integration.
99

1010

11-
## APM AWS Lambda extension [_apm_aws_lambda_extension]
11+
## APM AWS Lambda extension [_apm_aws_lambda_extension]
1212

1313
| {{apm-agent}} version | APM integration version |
1414
| --- | --- |
1515
| `1.x` |`8.2` |
1616

1717

18-
## Android agent [_android_agent]
18+
## Android agent [_android_agent]
1919

2020
| {{apm-agent}} version | APM integration version |
2121
| --- | --- |
2222
| `0.x` |`8.12` |
2323

2424

25-
## Go agent [_go_agent]
25+
## Go agent [_go_agent]
2626

2727
| {{apm-agent}} version | APM integration version |
2828
| --- | --- |
2929
| `1.x` |`6.5` |
3030
| `2.x` |`6.5` |
3131

3232

33-
## iOS agent [_ios_agent]
33+
## iOS agent [_ios_agent]
3434

3535
| {{apm-agent}} version | APM integration version |
3636
| --- | --- |
3737
| `1.x` |`8.12` |
3838

3939

40-
## Java agent [_java_agent]
40+
## Java agent [_java_agent]
4141

4242
| {{apm-agent}} version | APM integration version |
4343
| --- | --- |
4444
| `1.x` |`6.5` |
4545

46-
::::{note}
47-
Java agent < 1.43.0 not fully compatible with APM Server >= 8.11.0. For more information, check [Elastic APM known issues](/release-notes/elastic-apm/known-issues.md).
46+
::::{note}
47+
Java agent < 1.43.0 not fully compatible with APM Server >= 8.11.0. For more information, check [Elastic APM known issues](apm-server://release-notes/known-issues.md).
4848

4949
::::
5050

5151

5252

53-
## .NET agent [_net_agent]
53+
## .NET agent [_net_agent]
5454

5555
| {{apm-agent}} version | APM integration version |
5656
| --- | --- |
5757
| `1.x` |`6.5` |
5858

5959

60-
## Node.js agent [_node_js_agent]
60+
## Node.js agent [_node_js_agent]
6161

6262
| {{apm-agent}} version | APM integration version |
6363
| --- | --- |
6464
| `3.x` |`6.6` |
6565

6666

67-
## PHP agent [_php_agent]
67+
## PHP agent [_php_agent]
6868

6969
| {{apm-agent}} version | APM integration version |
7070
| --- | --- |
7171
| `1.x` |`7.0` |
7272

7373

74-
## Python agent [_python_agent]
74+
## Python agent [_python_agent]
7575

7676
| {{apm-agent}} version | APM integration version |
7777
| --- | --- |
7878
| `6.x` |`6.6` |
7979

8080

81-
## Ruby agent [_ruby_agent]
81+
## Ruby agent [_ruby_agent]
8282

8383
| {{apm-agent}} version | APM integration version |
8484
| --- | --- |
8585
| `3.x` |`6.5` |
8686
| `4.x` |`6.5` |
8787

8888

89-
## JavaScript RUM agent [_javascript_rum_agent]
89+
## JavaScript RUM agent [_javascript_rum_agent]
9090

9191
| {{apm-agent}} version | APM integration version |
9292
| --- | --- |

solutions/observability/apps/switch-self-installation-to-apm-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mapped_pages:
2020

2121
The {{stack}} ({{es}} and {{kib}}) must be upgraded to version 7.14 or higher. See the [{{stack}} Installation and Upgrade Guide](../../../deploy-manage/upgrade/deployment-or-cluster.md) for guidance.
2222

23-
Review the [Elastic APM release notes](/release-notes/elastic-apm/release-notes.md) and [Elastic {{observability}} release notes](/release-notes/elastic-observability/release-notes.md) for important changes between your current APM version and this one.
23+
Review the [Elastic APM release notes](apm-server://release-notes/index.md) and [Elastic {{observability}} release notes](/release-notes/elastic-observability/release-notes.md) for important changes between your current APM version and this one.
2424

2525

2626
## Add a {{fleet}} Server [apm-integration-upgrade-2]

solutions/observability/apps/upgrade-elastic-cloud-apm-server-standalone-to-8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This upgrade guide is for the standalone method of running APM Server. Only use
1616

1717
Follow these steps to upgrade:
1818

19-
1. Review the [Elastic APM release notes](/release-notes/elastic-apm/release-notes.md) and [Elastic {{observability}} release notes](/release-notes/elastic-observability/release-notes.md).
19+
1. Review the [Elastic APM release notes](apm-server://release-notes/index.md) and [Elastic {{observability}} release notes](/release-notes/elastic-observability/release-notes.md).
2020
2. Upgrade {{ecloud}} to 9.0.0-beta1, See [Upgrade versions](../../../deploy-manage/upgrade/deployment-or-cluster.md) for instructions.
2121
3. (Optional) Upgrade to the APM integration. Got time for one more upgrade? See [Switch to the Elastic APM integration](switch-to-elastic-apm-integration.md).
2222

0 commit comments

Comments
 (0)