From 54388941d900cce0f7522b412d447d7aa0a731e8 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:43:51 +0100 Subject: [PATCH] HA versions: add reference to Labs (#42103) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- source/common-tasks/container.markdown | 2 +- source/common-tasks/os.markdown | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/source/common-tasks/container.markdown b/source/common-tasks/container.markdown index 841e2af514b..036d63d6f9d 100644 --- a/source/common-tasks/container.markdown +++ b/source/common-tasks/container.markdown @@ -11,7 +11,7 @@ To learn how to back up the system or how to restore a system from a backup, ref ## Update {% include common-tasks/update.md %} -{% include common-tasks/specific_version.md %} {% include common-tasks/beta_version.md %} {% include common-tasks/development_version.md %} +{% include common-tasks/specific_version.md %} {% include common-tasks/configuration_check.md %} diff --git a/source/common-tasks/os.markdown b/source/common-tasks/os.markdown index 72c20d48fef..f5a316421f5 100644 --- a/source/common-tasks/os.markdown +++ b/source/common-tasks/os.markdown @@ -116,9 +116,17 @@ Alternatively, if the Operating Systems runs on a platform that uses the GRUB bo To see which version your system is running, go to {% my info title="**Settings** > **About**" %}. -{% include common-tasks/specific_version.md %} +### Feature preview + +If you want to preview upcoming features, you can enable preview under {% my labs title="**Settings** > **System** > **Labs**" %}. + +**Labs** allows you to preview selected features that are stable but are still being fine-tuned. Preview is different from installing a beta or development version, which are used for development and testing. + +For more information, refer to the [Labs documentation](/integrations/labs). + {% include common-tasks/beta_version.md %} {% include common-tasks/development_version.md %} +{% include common-tasks/specific_version.md %} {% include common-tasks/data_disk.md %}