diff mbox series

[yocto-metrics,2/2] patch-status: add whinlatter

Message ID 20260111190515.13188-2-peter.marko@siemens.com
State New
Headers show
Series [yocto-metrics,1/2] patch-status: drop styhead | expand

Commit Message

Peter Marko Jan. 11, 2026, 7:05 p.m. UTC
See https://lists.yoctoproject.org/g/yocto-announce/message/366

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 patch-status/index.html   | 12 +++++++++++-
 patch-status/releases.csv |  1 +
 2 files changed, 12 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/patch-status/index.html b/patch-status/index.html
index 39c6f5a5..f0841c73 100644
--- a/patch-status/index.html
+++ b/patch-status/index.html
@@ -170,6 +170,10 @@  SPDX-License-Identifier: MIT
           <summary>master</summary>
           <div id="cve_status_master"></div>
         </details>
+        <details>
+          <summary>whinlatter</summary>
+          <div id="cve_status_whinlatter"></div>
+        </details>
         <details>
           <summary>walnascar</summary>
           <div id="cve_status_walnascar"></div>
@@ -365,6 +369,12 @@  SPDX-License-Identifier: MIT
         createCVEList('cve_status_master', data);
       })
 
+    fetch('cve-status-whinlatter.txt')
+      .then(response => response.text())
+      .then(data => {
+        createCVEList('cve_status_whinlatter', data);
+      })
+
     fetch('cve-status-walnascar.txt')
       .then(response => response.text())
       .then(data => {
@@ -440,7 +450,7 @@  SPDX-License-Identifier: MIT
       upstream_status: 'Malformed Upstream-Status',
       inactive_upstream: 'Inactive-Upstream'
     };
-    const branches = ['master', 'walnascar', 'styhead', 'scarthgap', 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', 'gatesgarth', 'dunfell']
+    const branches = ['master', 'whinlatter', 'walnascar', 'styhead', 'scarthgap', 'nanbield', 'mickledore', 'langdale', 'kirkstone', 'honister', 'hardknott', 'gatesgarth', 'dunfell']
 
     const general_options = {
       tooltip: {
diff --git a/patch-status/releases.csv b/patch-status/releases.csv
index 91b94bd9..1e8d95f3 100644
--- a/patch-status/releases.csv
+++ b/patch-status/releases.csv
@@ -1,4 +1,5 @@ 
 Name,Date
+5.3 (Whinlatter),2025-12-16
 5.2 (Walnascar),2025-05-08
 5.1 (Styhead),2024-10-17
 5.0 (Scarthgap),2024-04-30