From ad3c09e006e134f3c5b879ffc34ce9895a8c860f Mon Sep 17 00:00:00 2001 From: dean Date: Fri, 25 Oct 2024 07:02:00 +0100 Subject: [PATCH] feat: add end of life date for Ubuntu 24.10 (#7787) --- pkg/detector/ospkg/ubuntu/ubuntu.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/detector/ospkg/ubuntu/ubuntu.go b/pkg/detector/ospkg/ubuntu/ubuntu.go index b396d530d84e..8b36a2b1f87e 100644 --- a/pkg/detector/ospkg/ubuntu/ubuntu.go +++ b/pkg/detector/ospkg/ubuntu/ubuntu.go @@ -62,6 +62,7 @@ var ( "23.04": time.Date(2024, 1, 20, 23, 59, 59, 0, time.UTC), "23.10": time.Date(2024, 6, 30, 23, 59, 59, 0, time.UTC), "24.04": time.Date(2034, 3, 31, 23, 59, 59, 0, time.UTC), + "24.10": time.Date(2025, 7, 9, 23, 59, 59, 0, time.UTC), } )