Skip to content

Commit

Permalink
Bumps current to 8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
KOTungseth committed Dec 3, 2024
1 parent 5acc8f5 commit 65d2969
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 @@ -78,8 +78,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.16
stacklive: &stacklive [ 8.16, 7.17 ]
stackcurrent: &stackcurrent 8.17
stacklive: &stacklive [ 8.17, 7.17 ]

cloudSaasCurrent: &cloudSaasCurrent ms-116

Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/8.16.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
4 changes: 2 additions & 2 deletions shared/versions/stack/8.17.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,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.16.asciidoc[]
include::8.17.asciidoc[]

0 comments on commit 65d2969

Please sign in to comment.