From 2126c8af8dcd391f0b6919a4bfeb8063353baa3d Mon Sep 17 00:00:00 2001 From: Abdon Pijpelink Date: Tue, 12 Dec 2023 12:24:27 +0100 Subject: [PATCH 1/3] Bumps current version to 8.12 --- conf.yaml | 4 ++-- shared/versions/stack/8.11.asciidoc | 2 +- shared/versions/stack/8.12.asciidoc | 4 ++-- shared/versions/stack/current.asciidoc | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf.yaml b/conf.yaml index 2162b81bcff99..f77bdb2e3acf8 100644 --- a/conf.yaml +++ b/conf.yaml @@ -76,8 +76,8 @@ contents_title: Elastic documentation # : & # 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 diff --git a/shared/versions/stack/8.11.asciidoc b/shared/versions/stack/8.11.asciidoc index 5922cbf3ba4e8..ff2da60074edd 100644 --- a/shared/versions/stack/8.11.asciidoc +++ b/shared/versions/stack/8.11.asciidoc @@ -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") diff --git a/shared/versions/stack/8.12.asciidoc b/shared/versions/stack/8.12.asciidoc index d09a945554588..b012a2e9c8686 100644 --- a/shared/versions/stack/8.12.asciidoc +++ b/shared/versions/stack/8.12.asciidoc @@ -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") diff --git a/shared/versions/stack/current.asciidoc b/shared/versions/stack/current.asciidoc index 705921d1d2ddb..df2a44bde87e3 100644 --- a/shared/versions/stack/current.asciidoc +++ b/shared/versions/stack/current.asciidoc @@ -1 +1 @@ -include::8.11.asciidoc[] +include::8.12.asciidoc[] From 83410d338a957c9a88fc7e8c52a0659b8bceff67 Mon Sep 17 00:00:00 2001 From: Abdon Pijpelink Date: Wed, 13 Dec 2023 11:45:44 +0100 Subject: [PATCH 2/3] Switch a few books to 'live: *stackcurrent' --- conf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.yaml b/conf.yaml index f77bdb2e3acf8..fd1127d628472 100644 --- a/conf.yaml +++ b/conf.yaml @@ -326,7 +326,7 @@ contents: prefix: enterprise-search-node current: *stackcurrent branches: [ {main: master}, 8.12, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6 ] - live: [ 8.10 ] + live: *stackcurrent index: packages/enterprise-search/docs/index.asciidoc tags: Enterprise Search Clients/Node.js subject: Enterprise Search Clients @@ -1411,7 +1411,7 @@ contents: current: *stackcurrent index: welcome-to-elastic/index.asciidoc branches: [ {main: master}, 8.12, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 7.17 ] - live: [ 8.10 ] + live: *stackcurrent chunk: 1 tags: Elastic/Starting with the Elasticsearch Platform and its Solutions subject: Starting with the Elasticsearch Platform and its Solutions @@ -1430,7 +1430,7 @@ contents: current: *stackcurrent index: docs/en/ingest-arch/index.asciidoc branches: [ {main: master}, 8.12, 8.11, 8.10, 8.9 ] - live: [ 8.11 ] + live: *stackcurrent chunk: 1 tags: Ingest/Reference subject: Ingest From 570daec448b26c179120dcbf7248ce301f793e37 Mon Sep 17 00:00:00 2001 From: Abdon Pijpelink Date: Wed, 13 Dec 2023 11:57:35 +0100 Subject: [PATCH 3/3] Add square brackets --- conf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.yaml b/conf.yaml index fd1127d628472..b3fad39866016 100644 --- a/conf.yaml +++ b/conf.yaml @@ -326,7 +326,7 @@ contents: prefix: enterprise-search-node current: *stackcurrent branches: [ {main: master}, 8.12, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6 ] - live: *stackcurrent + live: [ *stackcurrent ] index: packages/enterprise-search/docs/index.asciidoc tags: Enterprise Search Clients/Node.js subject: Enterprise Search Clients @@ -1411,7 +1411,7 @@ contents: current: *stackcurrent index: welcome-to-elastic/index.asciidoc branches: [ {main: master}, 8.12, 8.11, 8.10, 8.9, 8.8, 8.7, 8.6, 8.5, 8.4, 7.17 ] - live: *stackcurrent + live: [ *stackcurrent ] chunk: 1 tags: Elastic/Starting with the Elasticsearch Platform and its Solutions subject: Starting with the Elasticsearch Platform and its Solutions @@ -1430,7 +1430,7 @@ contents: current: *stackcurrent index: docs/en/ingest-arch/index.asciidoc branches: [ {main: master}, 8.12, 8.11, 8.10, 8.9 ] - live: *stackcurrent + live: [ *stackcurrent ] chunk: 1 tags: Ingest/Reference subject: Ingest