Skip to content

Commit

Permalink
[DOCS] Bump current version to 8.0 (#2312)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Feb 10, 2022
1 parent 229189c commit 397f119
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,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.17
stacklive: &stacklive [ master, 8.1, 8.0, 7.17, 6.8 ]
stackcurrent: &stackcurrent 8.0
stacklive: &stacklive [ master, 8.1, 8.0, 7.17 ]

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

cloudSaasCurrent: &cloudSaasCurrent ms-69

Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/7.17.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.17.asciidoc[]
include::8.0.asciidoc[]

0 comments on commit 397f119

Please sign in to comment.