-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add version attributes for 8.6 (#2566)
- Loading branch information
Showing
2 changed files
with
64 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
:version: 8.6.0 | ||
//// | ||
bare_version never includes -alpha or -beta | ||
//// | ||
:bare_version: 8.6.0 | ||
:logstash_version: 8.6.0 | ||
:elasticsearch_version: 8.6.0 | ||
:kibana_version: 8.6.0 | ||
:apm_server_version: 8.6.0 | ||
:branch: 8.6 | ||
:minor-version: 8.6 | ||
:major-version: 8.x | ||
:prev-major-version: 7.x | ||
:prev-major-last: 7.17 | ||
:major-version-only: 8 | ||
:ecs_version: 8.6 | ||
|
||
////////// | ||
release-state can be: released | prerelease | unreleased | ||
////////// | ||
:release-state: unreleased | ||
|
||
////////// | ||
is-current-version can be: true | false | ||
////////// | ||
:is-current-version: false | ||
|
||
////////// | ||
hide-xpack-tags defaults to "false" (they are shown unless set to "true") | ||
////////// | ||
:hide-xpack-tags: true | ||
|
||
//// | ||
APM Agent versions | ||
//// | ||
:apm-go-branch: 2.x | ||
:apm-ios-branch: 0.x | ||
:apm-java-branch: 1.x | ||
:apm-rum-branch: 5.x | ||
:apm-node-branch: 3.x | ||
:apm-php-branch: 1.x | ||
:apm-py-branch: 6.x | ||
:apm-ruby-branch: 4.x | ||
:apm-dotnet-branch: 1.x | ||
|
||
//// | ||
ECS Logging | ||
//// | ||
:ecs-logging: master | ||
:ecs-logging-go-logrus: master | ||
:ecs-logging-go-zap: master | ||
:ecs-logging-java: 1.x | ||
:ecs-logging-dotnet: master | ||
:ecs-logging-nodejs: master | ||
:ecs-logging-php: master | ||
:ecs-logging-python: master | ||
:ecs-logging-ruby: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters