Skip to content

Commit 397f119

Browse files
authored
[DOCS] Bump current version to 8.0 (#2312)
1 parent 229189c commit 397f119

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

conf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ contents_title: Elastic Stack and Product Documentation
7171
# <key>: &<variable> <value>
7272
# The keys don't really matter, but by convention the are the same as the variable.
7373
variables:
74-
stackcurrent: &stackcurrent 7.17
75-
stacklive: &stacklive [ master, 8.1, 8.0, 7.17, 6.8 ]
74+
stackcurrent: &stackcurrent 8.0
75+
stacklive: &stacklive [ master, 8.1, 8.0, 7.17 ]
7676

77-
stacklivemain: &stacklivemain [ main, 8.1, 8.0, 7.17, 6.8 ]
77+
stacklivemain: &stacklivemain [ main, 8.1, 8.0, 7.17 ]
7878

7979
cloudSaasCurrent: &cloudSaasCurrent ms-69
8080

shared/versions/stack/7.17.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ release-state can be: released | prerelease | unreleased
2222
//////////
2323
is-current-version can be: true | false
2424
//////////
25-
:is-current-version: true
25+
:is-current-version: false
2626

2727
//////////
2828
hide-xpack-tags defaults to "false" (they are shown unless set to "true")

shared/versions/stack/8.0.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ bare_version never includes -alpha or -beta
1818
//////////
1919
release-state can be: released | prerelease | unreleased
2020
//////////
21-
:release-state: prerelease
21+
:release-state: released
2222

2323
//////////
2424
is-current-version can be: true | false
2525
//////////
26-
:is-current-version: false
26+
:is-current-version: true
2727

2828
//////////
2929
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include::7.17.asciidoc[]
1+
include::8.0.asciidoc[]

0 commit comments

Comments
 (0)