From 9beb154c015cfc494556d83e812d23a645ba79d2 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Tue, 27 May 2025 16:18:34 +0200 Subject: [PATCH 1/3] Update support table for spec versions --- docs/howto/format_version.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/howto/format_version.md b/docs/howto/format_version.md index ac78472e2b..9470609323 100644 --- a/docs/howto/format_version.md +++ b/docs/howto/format_version.md @@ -20,11 +20,17 @@ This is controlled in two places now: `xpack.fleet.internal.registry.spec.min` and/or `xpack.fleet.internal.registry.spec.max`. -At the moment of writing this document, the following rules can be assumed: -- Stacks older than 8.16 support all versions of the spec till 3.0.x. -- Stacks from 8.16 support all versions of the spec till 3.3.x. -- Stacks from 9.0 support versions of the stack from 2.3.0 to 3.3.x. -- Serverless projects support versions of the stack from 3.0.0 to 3.3.x. +The following table shows what versions of the stack support each format +version. + +| Format Version | Versions of the stack that support it | +| -- | -- | +| <2.3 | <9.0 | +| 2.3 - 2.11 | All versions, except serverless. | +| 3.0 - 3.3 | All versions from 8.16. | +| 3.4 | 8.19 and all versions from 9.1. | + +Serverless supports from 3.0 to 3.4. In case of doubt, you can check the Fleet default configuration, and the configuration overrides in the Kibana repository. From 6295884b9293ee7d5e74adb26b01770eb40a4d87 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Tue, 27 May 2025 16:23:22 +0200 Subject: [PATCH 2/3] Fix 3.x support --- docs/howto/format_version.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/howto/format_version.md b/docs/howto/format_version.md index 9470609323..cb49735e1f 100644 --- a/docs/howto/format_version.md +++ b/docs/howto/format_version.md @@ -27,7 +27,8 @@ version. | -- | -- | | <2.3 | <9.0 | | 2.3 - 2.11 | All versions, except serverless. | -| 3.0 - 3.3 | All versions from 8.16. | +| 3.0 | All versions. | +| 3.1 - 3.3 | All versions from 8.16. | | 3.4 | 8.19 and all versions from 9.1. | Serverless supports from 3.0 to 3.4. From e54cf585f42d5a3e53f0689d9d03f41e8424e802 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Tue, 27 May 2025 16:32:25 +0200 Subject: [PATCH 3/3] Clarification on when restrictions started --- docs/howto/format_version.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/howto/format_version.md b/docs/howto/format_version.md index cb49735e1f..8de93c1dda 100644 --- a/docs/howto/format_version.md +++ b/docs/howto/format_version.md @@ -31,6 +31,9 @@ version. | 3.1 - 3.3 | All versions from 8.16. | | 3.4 | 8.19 and all versions from 9.1. | +Versions older than 8.11 didn't have restrictions on the supported spec versions, +so they might have limited support for some features. + Serverless supports from 3.0 to 3.4. In case of doubt, you can check the Fleet default configuration, and the