From 136ad1826ec7c09776d7b660d276e71d8dead4e3 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Thu, 31 Oct 2024 13:44:20 +0800 Subject: [PATCH] Mark CronJobsScheduledAnnotation as GA --- .../feature-gates/cron-jobs-scheduled-annotation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/cron-jobs-scheduled-annotation.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/cron-jobs-scheduled-annotation.md index db6c450923..32ba03a320 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/cron-jobs-scheduled-annotation.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/cron-jobs-scheduled-annotation.md @@ -9,6 +9,11 @@ stages: - stage: beta defaultValue: true fromVersion: "1.28" + toVersion: "1.31" + - stage: stable + defaultValue: true + fromVersion: "1.32" + --- Set the scheduled job time as an {{< glossary_tooltip text="annotation" term_id="annotation" >}} on Jobs that were created