26 lines
687 B
Diff
26 lines
687 B
Diff
|
From 43373d851c9f6222f4523b9db7006fbfe14c3d70 Mon Sep 17 00:00:00 2001
|
||
|
From: Michal Sekletar <msekleta@redhat.com>
|
||
|
Date: Thu, 23 May 2024 18:07:45 +0200
|
||
|
Subject: [PATCH] ci(src-git): add RHEL-9.1 and RHEL-9.1.z to allowed versions
|
||
|
|
||
|
rhel-only
|
||
|
|
||
|
Related: RHEL-30372
|
||
|
---
|
||
|
.github/tracker-validator.yml | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/.github/tracker-validator.yml b/.github/tracker-validator.yml
|
||
|
index 31ef28f6ea..21cbedd8b0 100644
|
||
|
--- a/.github/tracker-validator.yml
|
||
|
+++ b/.github/tracker-validator.yml
|
||
|
@@ -8,6 +8,8 @@ products:
|
||
|
- CentOS Stream 9
|
||
|
- rhel-9.0.0
|
||
|
- rhel-9.0.0.z
|
||
|
+ - rhel-9.1.0
|
||
|
+ - rhel-9.1.0.z
|
||
|
- rhel-9.2.0
|
||
|
- rhel-9.2.0.z
|
||
|
- rhel-9.3.0
|