Skip to content

Commit

Permalink
bump current to 8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 committed Apr 22, 2024
1 parent fe6687b commit f3dedde
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ contents_title: Elastic documentation
# <key>: &<variable> <value>
# The keys don't really matter, but by convention the are the same as the variable.
variables:
stackcurrent: &stackcurrent 8.13
stacklive: &stacklive [ 8.13, 7.17 ]
stackcurrent: &stackcurrent 8.14
stacklive: &stacklive [ 8.14, 7.17 ]

cloudSaasCurrent: &cloudSaasCurrent ms-106

Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/8.13.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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.14.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Keep the :esf_version: attribute value as master.
//////////
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.13.asciidoc[]
include::8.14.asciidoc[]

0 comments on commit f3dedde

Please sign in to comment.