Skip to content

Commit 1be9f20

Browse files
authored
docs: update greater than equal to symbol (#3890) (#3892)
1 parent 1837d03 commit 1be9f20

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

docs/breaking-changes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ you must ensure you are using version 7.5+ of APM Server and version 7.5+ of Kib
3434
[float]
3535
=== 7.0
3636
* Removed deprecated Intake v1 API endpoints.
37-
Upgrade agents to a version that supports APM Server >= 6.5.
37+
Upgrade agents to a version that supports APM Server 6.5.
3838
{apm-overview-ref-v}/breaking-7.0.0.html#breaking-remove-v1[More information].
3939
* Moved fields in Elasticsearch to be compliant with the Elastic Common Schema (ECS).
4040
{apm-overview-ref-v}/breaking-7.0.0.html#breaking-ecs[More information and changed fields].

docs/guide/agent-server-compatibility.asciidoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,38 @@ The chart below outlines the compatibility between different versions of the APM
88
|Agent |Agent Version |APM Server Version
99
// Go
1010
.1+|**Go Agent**
11-
|`1.x` |>= `6.5`
11+
|`1.x` | `6.5`
1212

1313
// Java
1414
.1+|**Java Agent**
15-
|`1.x`|>= `6.5`
15+
|`1.x`| `6.5`
1616

1717
// .NET
1818
.1+|**.NET Agent**
19-
|`1.x` |>= `6.5`
19+
|`1.x` | `6.5`
2020

2121
// Node
2222
.3+|**Node.js Agent**
2323
|`1.x` |`6.2`-`6.x`
24-
|`2.x` |>= `6.5`
25-
|`3.x` |>= `6.6`
24+
|`2.x` | `6.5`
25+
|`3.x` | `6.6`
2626

2727
// Python
2828
.3+|**Python Agent**
2929
|`2.x`, `3.x` |`6.2`-`6.x`
30-
|`4.x` |>= `6.5`
31-
|`5.x` |>= `6.6`
30+
|`4.x` | `6.5`
31+
|`5.x` | `6.6`
3232

3333
// Ruby
3434
.3+|**Ruby Agent**
3535
|`1.x` |`6.4`-`6.x`
36-
|`2.x` |>= `6.5`
37-
|`3.x` |>= `6.5`
36+
|`2.x` | `6.5`
37+
|`3.x` | `6.5`
3838

3939
// RUM
4040
.4+|**JavaScript RUM Agent**
4141
|`0.x` |`6.3`-`6.4`
4242
|`1.x` |`6.4`
43-
|`2.x`, `3.x`, `4.x` |>= `6.5`
44-
|`5.x` |>= `7.0`
43+
|`2.x`, `3.x`, `4.x` | `6.5`
44+
|`5.x` | `7.0`
4545
|====

docs/guide/apm-breaking-changes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ APM Server::
101101
+
102102
[[breaking-remove-v1]]
103103
**Removed deprecated Intake v1 API endpoints.** Before upgrading APM Server,
104-
ensure all APM agents are upgraded to a version that supports APM Server >= 6.5.
104+
ensure all APM agents are upgraded to a version that supports APM Server 6.5.
105105
View the {apm-overview-ref-v}/agent-server-compatibility.html[agent/server compatibility matrix]
106106
to determine if your agent versions are compatible.
107107
+

docs/upgrading-to-70.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ to determine if you need to upgrade Elasticsearch and Kibana.
1818

1919
. Upgrade {ref}/setup-upgrade.html[Elasticsearch].
2020
. Upgrade {kibana-ref}/upgrade.html[Kibana].
21-
. Ensure all of your APM agents are upgraded to a version that supports APM Server >= 6.5.
21+
. Ensure all of your APM agents are upgraded to a version that supports APM Server 6.5.
2222
The {apm-overview-ref-v}/agent-server-compatibility.html[agent/server compatibility matrix]
2323
will help determine compatibility.
2424
. Upgrade APM Server (see below if upgrading from an RPM or Deb install).

0 commit comments

Comments
 (0)