Skip to content

Commit

Permalink
Bumps current version to 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonpijpelink committed Dec 12, 2023
1 parent e1349f0 commit 2126c8a
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 @@ -76,8 +76,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.11
stacklive: &stacklive [ 8.11, 7.17 ]
stackcurrent: &stackcurrent 8.12
stacklive: &stacklive [ 8.12, 7.17 ]

cloudSaasCurrent: &cloudSaasCurrent ms-99

Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/8.11.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.12.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.11.asciidoc[]
include::8.12.asciidoc[]

0 comments on commit 2126c8a

Please sign in to comment.