From b8b2f4b0e94262903931dacbd12f4983df09c47a Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Mon, 12 Aug 2024 10:00:02 +0530 Subject: [PATCH] Add f41 config for toddlers Signed-off-by: Samyak Jain --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 57dae004a1..08cf91bfdd 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -319,6 +319,10 @@ stable_api = '2024-05-31' security_fixes = '2024-05-31' bug_fixes = '2024-05-31' +[consumer_config.scm_request_processor.branch_slas.f41] +bug_fixes = '2025-11-11' +security_fixes = '2025-11-11' + [consumer_config.scm_request_processor.branch_slas.f40] bug_fixes = '2025-05-13' security_fixes = '2025-05-13'