Skip to content

Bump current to 8.19 #3239

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ contents_title: Elastic Docs
# <key>: &<variable> <value>
# The keys don't really matter, but by convention the are the same as the variable.
variables:
stackcurrent: &stackcurrent 8.18
stacklive: &stacklive [ 8.18 ]
stackcurrent: &stackcurrent 8.19
stacklive: &stacklive [ 8.19 ]

cloudSaasCurrent: &cloudSaasCurrent ms-122

Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/8.18.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
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.18.asciidoc[]
include::8.19.asciidoc[]