From c9049a56db99f5eebbfebd88f4589b4853d66d3d Mon Sep 17 00:00:00 2001 From: Samyak Jain Date: Tue, 13 Feb 2024 03:04:50 +0530 Subject: [PATCH] Add f40 config for toddlers Signed-off-by: Samyak Jain --- roles/bodhi2/backend/templates/pungi.module.conf.j2 | 2 -- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 b/roles/bodhi2/backend/templates/pungi.module.conf.j2 index 491aeb8c74..409dd0bb98 100644 --- a/roles/bodhi2/backend/templates/pungi.module.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.module.conf.j2 @@ -39,8 +39,6 @@ sigkeys = [ '18B8e74c', [% elif release.version_int == 40 %] 'a15B79cc', -[% elif release.version_int == 41 %] - 'e99d6ad1', [% elif release.version_int == 8 %] '2f86d6a1', [% endif %] diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 11f23714ec..879a2833b1 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -261,6 +261,10 @@ stable_api = '2024-06-30' security_fixes = '2024-06-30' bug_fixes = '2024-06-30' +[consumer_config.scm_request_processor.branch_slas.f40] +bug_fixes = '2025-05-13' +security_fixes = '2025-05-13' + [consumer_config.scm_request_processor.branch_slas.f39] bug_fixes = '2024-11-12' security_fixes = '2024-11-12'