From 197b458ca5b8ad26941a0f3688f9265d25a9a6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20N=C3=A9au?= Date: Fri, 17 Oct 2025 16:16:11 +0200 Subject: [PATCH] Add experimental warning to scheduling page This should give visibility to the experimental nature of the feature. --- docs/scheduling.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/scheduling.md b/docs/scheduling.md index d2ae56e38..16b3ff046 100644 --- a/docs/scheduling.md +++ b/docs/scheduling.md @@ -1,6 +1,10 @@ # Scheduling -Fleet supports (starting from version 0.13 and in experimental mode) the definition of **scheduled intervals** during which new updates to existing deployments are allowed. +:::warning +This is an experimental feature. +::: + +Fleet supports (starting from version 0.14) the definition of **scheduled intervals** during which new updates to existing deployments are allowed. This enables users to control **when changes are applied**, independently of when updates are pushed to the Git repository—if desired.