Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Bump current version to 8.0 #2312

Merged
merged 19 commits into from
Feb 10, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ contents_title: Elastic Stack and Product Documentation
# <key>: &<variable> <value>
# The keys don't really matter, but by convention the are the same as the variable.
variables:
stackcurrent: &stackcurrent 7.16
stacklive: &stacklive [ master, 8.0, 7.17, 7.16, 6.8 ]
stackcurrent: &stackcurrent 8.0
stacklive: &stacklive [ master, 8.0, 7.17 ]

stacklivemain: &stacklivemain [ main, 8.0, 7.17, 7.16, 6.8 ]
stacklivemain: &stacklivemain [ main, 8.0, 7.17 ]

cloudSaasCurrent: &cloudSaasCurrent ms-66

Expand Down Expand Up @@ -650,9 +650,9 @@ contents:
exclude_branches: [ 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]
- title: Java Transport Client (deprecated)
prefix: java-api
current: *stackcurrent
current: 7.17
branches: [ 7.17, 7.16, 7.15, 7.14, 7.13, 7.12, 7.11, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0, 2.4, 2.3, 2.2, 2.1, 2.0, 1.7, 1.6, 1.5, 1.4, 1.3, 0.90 ]
live: *stacklive
live: [7.17, 6.8]
index: docs/java-api/index.asciidoc
tags: Clients/Java
subject: Clients
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/7.16.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ release-state can be: released | prerelease | unreleased
//////////
is-current-version can be: true | false
//////////
:is-current-version: true
:is-current-version: false

//////////
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Expand Down
4 changes: 2 additions & 2 deletions shared/versions/stack/8.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bare_version never includes -alpha or -beta
//////////
release-state can be: released | prerelease | unreleased
//////////
:release-state: prerelease
:release-state: released

//////////
is-current-version can be: true | false
//////////
:is-current-version: false
:is-current-version: true

//////////
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/current.asciidoc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include::7.16.asciidoc[]
include::8.0.asciidoc[]