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

Bump current version to 8.2 #2421

Merged
merged 15 commits into from
May 3, 2022
Merged
8 changes: 4 additions & 4 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 8.1
stacklive: &stacklive [ master, 8.1, 7.17 ]
stackcurrent: &stackcurrent 8.2
stacklive: &stacklive [ master, 8.2, 7.17 ]

stacklivemain: &stacklivemain [ main, 8.1, 7.17 ]
stacklivemain: &stacklivemain [ main, 8.2, 7.17 ]

cloudSaasCurrent: &cloudSaasCurrent ms-71

Expand Down Expand Up @@ -122,7 +122,7 @@ contents:
prefix: en/welcome-to-elastic
current: *stackcurrent
index: welcome-to-elastic/index.asciidoc
branches: [ 8.1 ]
branches: [ 8.2 ]
gtback marked this conversation as resolved.
Show resolved Hide resolved
live: *stacklivemain
chunk: 1
tags: Elastic/Welcome
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/8.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.2.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: unreleased
: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::8.1.asciidoc[]
include::8.2.asciidoc[]