Skip to content

Commit 478b85f

Browse files
committed
Remove symlink between main and master attributes
1 parent 10bf1ad commit 478b85f

File tree

2 files changed

+59
-3
lines changed

2 files changed

+59
-3
lines changed

shared/attributes.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,11 @@ Legacy definitions
468468
:apm-get-started-ref: https://www.elastic.co/guide/en/apm/get-started/{branch}
469469
:apm-server-ref: https://www.elastic.co/guide/en/apm/server/{branch}
470470
:apm-server-ref-v: https://www.elastic.co/guide/en/apm/server/{branch}
471-
:apm-server-ref-m: https://www.elastic.co/guide/en/apm/server/master
471+
:apm-server-ref-m: https://www.elastic.co/guide/en/apm/server/main
472472
:apm-server-ref-62: https://www.elastic.co/guide/en/apm/server/6.2
473473
:apm-server-ref-64: https://www.elastic.co/guide/en/apm/server/6.4
474474
:apm-server-ref-70: https://www.elastic.co/guide/en/apm/server/7.0
475475
:apm-overview-ref-v: https://www.elastic.co/guide/en/apm/get-started/{branch}
476476
:apm-overview-ref-70: https://www.elastic.co/guide/en/apm/get-started/7.0
477-
:apm-overview-ref-m: https://www.elastic.co/guide/en/apm/get-started/master
477+
:apm-overview-ref-m: https://www.elastic.co/guide/en/apm/get-started/main
478478
:infra-guide: https://www.elastic.co/guide/en/infrastructure/guide/{branch}

shared/versions/stack/main.asciidoc

Lines changed: 0 additions & 1 deletion
This file was deleted.

shared/versions/stack/main.asciidoc

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
:version: 8.5.0
2+
////
3+
bare_version never includes -alpha or -beta
4+
////
5+
:bare_version: 8.5.0
6+
:logstash_version: 8.5.0
7+
:elasticsearch_version: 8.5.0
8+
:kibana_version: 8.5.0
9+
:apm_server_version: 8.5.0
10+
:branch: main
11+
:minor-version: 8.5
12+
:major-version: 8.x
13+
:prev-major-version: 7.x
14+
:prev-major-last: 7.17
15+
:major-version-only: 8
16+
:ecs_version: 8.5
17+
18+
//////////
19+
release-state can be: released | prerelease | unreleased
20+
//////////
21+
:release-state: unreleased
22+
23+
//////////
24+
is-current-version can be: true | false
25+
//////////
26+
:is-current-version: false
27+
28+
//////////
29+
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
30+
//////////
31+
:hide-xpack-tags: true
32+
33+
////
34+
APM Agent versions
35+
////
36+
:apm-go-branch: 2.x
37+
:apm-ios-branch: 0.x
38+
:apm-java-branch: 1.x
39+
:apm-rum-branch: 5.x
40+
:apm-node-branch: 3.x
41+
:apm-php-branch: 1.x
42+
:apm-py-branch: 6.x
43+
:apm-ruby-branch: 4.x
44+
:apm-dotnet-branch: 1.12
45+
46+
////
47+
ECS Logging
48+
////
49+
:ecs-logging: main
50+
:ecs-logging-go-logrus: main
51+
:ecs-logging-go-zap: main
52+
:ecs-logging-java: 1.x
53+
:ecs-logging-dotnet: main
54+
:ecs-logging-nodejs: main
55+
:ecs-logging-php: main
56+
:ecs-logging-python: main
57+
:ecs-logging-ruby: main

0 commit comments

Comments
 (0)