Skip to content

Commit

Permalink
Bumps current to 8.15.0 (#3036)
Browse files Browse the repository at this point in the history
  • Loading branch information
KOTungseth authored Aug 8, 2024
1 parent d00a089 commit aacf6ef
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.14
stacklive: &stacklive [ 8.14, 7.17 ]
stackcurrent: &stackcurrent 8.15
stacklive: &stacklive [ 8.15, 7.17 ]

cloudSaasCurrent: &cloudSaasCurrent ms-110

Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/8.14.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.15.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.14.asciidoc[]
include::8.15.asciidoc[]

0 comments on commit aacf6ef

Please sign in to comment.