From c75c3d9d63d6930a0dd787c980d8ae8042c5a22b Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 26 May 2026 16:14:39 -0700 Subject: [PATCH 1/3] Update technical preview description --- src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs b/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs index 3083920c6..feb9b18fa 100644 --- a/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs +++ b/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs @@ -38,7 +38,7 @@ public static class LifecycleDescriptions { // Preview [(ProductLifecycle.TechnicalPreview, true)] = - "This functionality is in technical preview and is not ready for production usage. Technical preview features may change or be removed at any time. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. Specific Support terms apply.", + "This functionality is in technical preview and is ready for evaluation. Use with caution in production; it is not recommended for mission-critical workloads. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. Specific Support terms apply.", [(ProductLifecycle.TechnicalPreview, false)] = "We plan to add this functionality in a future {product} update. Subject to changes.", From b52d4918c660d116a8e54c6aabce0535c5f42668 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 26 May 2026 16:17:05 -0700 Subject: [PATCH 2/3] Remove placeholder comment --- src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs b/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs index feb9b18fa..2973dfd27 100644 --- a/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs +++ b/src/Elastic.Markdown/Myst/Components/LifecycleDescriptions.cs @@ -42,7 +42,7 @@ public static class LifecycleDescriptions [(ProductLifecycle.TechnicalPreview, false)] = "We plan to add this functionality in a future {product} update. Subject to changes.", - // Experimental — PLACEHOLDER pending product/docs review + // Experimental [(ProductLifecycle.Experimental, true)] = "This functionality is experimental and is not ready for production usage. Experimental features may change or be removed at any time. Elastic will work to fix any issues, but experimental features are not subject to the support SLA of official GA features. Specific Support terms apply.", [(ProductLifecycle.Experimental, false)] = From af578b2b04fd6de6ca6abf6f9bd8ffc7d23a6aa6 Mon Sep 17 00:00:00 2001 From: lcawl Date: Tue, 26 May 2026 17:35:04 -0700 Subject: [PATCH 3/3] Update tests --- tests/authoring/Applicability/ApplicableToComponent.fs | 10 +++++----- tests/authoring/Blocks/Admonitions.fs | 2 +- tests/authoring/Inline/AppliesToRole.fs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/authoring/Applicability/ApplicableToComponent.fs b/tests/authoring/Applicability/ApplicableToComponent.fs index 03c1a593e..1c7dbaa21 100644 --- a/tests/authoring/Applicability/ApplicableToComponent.fs +++ b/tests/authoring/Applicability/ApplicableToComponent.fs @@ -396,7 +396,7 @@ product: preview 1.3.0 let ``renders product preview`` () = markdown |> convertsToHtml """

- +

""" @@ -549,7 +549,7 @@ stack: preview 7.0.0 let ``renders preview since released version`` () = markdown |> convertsToHtml """

- +

""" @@ -663,7 +663,7 @@ stack: preview 7.0, ga 7.5 let ``renders ga badge with both lifecycles in popover`` () = markdown |> convertsToHtml """

- +

""" @@ -679,7 +679,7 @@ stack: preview 7.5.4! let ``renders patch version when explicitly requested with exclamation mark`` () = markdown |> convertsToHtml """

- +

""" @@ -695,7 +695,7 @@ stack: preview 7.5.4 let ``hides patch version when no exclamation mark used`` () = markdown |> convertsToHtml """

- +

""" diff --git a/tests/authoring/Blocks/Admonitions.fs b/tests/authoring/Blocks/Admonitions.fs index 7d0585d50..495d5ca1e 100644 --- a/tests/authoring/Blocks/Admonitions.fs +++ b/tests/authoring/Blocks/Admonitions.fs @@ -88,7 +88,7 @@ This is a custom admonition with applies_to information.
Tip - +
diff --git a/tests/authoring/Inline/AppliesToRole.fs b/tests/authoring/Inline/AppliesToRole.fs index 81bb0f78f..fe9c97af0 100644 --- a/tests/authoring/Inline/AppliesToRole.fs +++ b/tests/authoring/Inline/AppliesToRole.fs @@ -150,7 +150,7 @@ This is an inline {applies_to}`stack: preview 8.0, ga 8.1` element. markdown |> convertsToHtml """

This is an inline - + element.