Skip to content

Commit ad48e09

Browse files
authored
Bumps current version to 8.9 (#2722)
1 parent d0e9071 commit ad48e09

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

conf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ contents_title: Welcome to Elastic Docs
7676
# <key>: &<variable> <value>
7777
# The keys don't really matter, but by convention the are the same as the variable.
7878
variables:
79-
stackcurrent: &stackcurrent 8.8
80-
stacklive: &stacklive [ 8.8, 7.17 ]
79+
stackcurrent: &stackcurrent 8.9
80+
stacklive: &stacklive [ 8.9, 7.17 ]
8181

8282
cloudSaasCurrent: &cloudSaasCurrent ms-92
8383

@@ -261,7 +261,7 @@ contents:
261261
path: shared/versions/stack/{version}.asciidoc
262262
- title: Elastic Common Schema (ECS) Reference
263263
prefix: en/ecs
264-
current: 8.8
264+
current: 8.9
265265
branches: [ {main: master}, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 8.3, 8.2, 8.1, 8.0, 1.12, 1.11, 1.10, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4, 1.3, 1.2, 1.1, 1.0 ]
266266
live: [ main, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 1.12 ]
267267
index: docs/index.asciidoc

shared/versions/stack/8.8.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ release-state can be: released | prerelease | unreleased
2929
//////////
3030
is-current-version can be: true | false
3131
//////////
32-
:is-current-version: true
32+
:is-current-version: false
3333

3434
//////////
3535
hide-xpack-tags defaults to "false" (they are shown unless set to "true")

shared/versions/stack/8.9.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Keep the :esf_version: attribute value as master.
2323
//////////
2424
release-state can be: released | prerelease | unreleased
2525
//////////
26-
:release-state: unreleased
26+
:release-state: released
2727

2828
//////////
2929
is-current-version can be: true | false
3030
//////////
31-
:is-current-version: false
31+
:is-current-version: true
3232

3333
//////////
3434
hide-xpack-tags defaults to "false" (they are shown unless set to "true")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include::8.8.asciidoc[]
1+
include::8.9.asciidoc[]

0 commit comments

Comments
 (0)