From f07f88ea5b413750dbded954a507fe7deb2a35ec Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 30 Apr 2024 12:16:53 -0700 Subject: [PATCH 1/3] Reduce list of live ECS versions --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index a524f76021632..a84f9c82baf58 100644 --- a/conf.yaml +++ b/conf.yaml @@ -976,7 +976,7 @@ contents: # Please do not update current to 8.12 current: 8.11 branches: [ {main: master}, 8.14, 8.13, 8.12, 8.11, 8.10, 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 ] - live: [ main, 8.14, 8.13, 8.12, 8.11, 8.10, 8.9, 8.8, 1.12 ] + live: [ 8.11, 8.10, 8.9, 8.8, 1.12 ] index: docs/index.asciidoc chunk: 2 tags: Elastic Common Schema (ECS)/Reference From d86ddf452eb18595e336b3b13ac136f2a6f19a3a Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 30 Apr 2024 12:33:50 -0700 Subject: [PATCH 2/3] Remove branches from ECS Guide --- conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml b/conf.yaml index a84f9c82baf58..e669fe9a2de6e 100644 --- a/conf.yaml +++ b/conf.yaml @@ -975,7 +975,7 @@ contents: prefix: en/ecs # Please do not update current to 8.12 current: 8.11 - branches: [ {main: master}, 8.14, 8.13, 8.12, 8.11, 8.10, 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 ] + branches: [ 8.11, 8.10, 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 ] live: [ 8.11, 8.10, 8.9, 8.8, 1.12 ] index: docs/index.asciidoc chunk: 2 From d9d9f4059615bedf1536709c767634c0f3b574e5 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 3 May 2024 12:49:36 -0700 Subject: [PATCH 3/3] Re-add main branch and reduce live list --- conf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.yaml b/conf.yaml index e669fe9a2de6e..530556da09ebc 100644 --- a/conf.yaml +++ b/conf.yaml @@ -975,8 +975,8 @@ contents: prefix: en/ecs # Please do not update current to 8.12 current: 8.11 - branches: [ 8.11, 8.10, 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 ] - live: [ 8.11, 8.10, 8.9, 8.8, 1.12 ] + branches: [ {main: master}, 8.11, 8.10, 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 ] + live: [ 8.11, 1.12 ] index: docs/index.asciidoc chunk: 2 tags: Elastic Common Schema (ECS)/Reference