Skip to content

Commit

Permalink
Add version attributes for 8.6 (#2566)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Nov 18, 2022
1 parent 3b1af4a commit 6b4ddc9
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 7 deletions.
57 changes: 57 additions & 0 deletions shared/versions/stack/8.6.asciidoc
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
14 changes: 7 additions & 7 deletions shared/versions/stack/master.asciidoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
:version: 8.6.0
:version: 8.7.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
:bare_version: 8.7.0
:logstash_version: 8.7.0
:elasticsearch_version: 8.7.0
:kibana_version: 8.7.0
:apm_server_version: 8.7.0
:branch: master
:minor-version: 8.6
:minor-version: 8.7
:major-version: 8.x
:prev-major-version: 7.x
:prev-major-last: 7.17
Expand Down

0 comments on commit 6b4ddc9

Please sign in to comment.