diff --git a/pkg/detector/ospkg/ubuntu/ubuntu.go b/pkg/detector/ospkg/ubuntu/ubuntu.go index 086b40e9eed9..71cccce0200e 100644 --- a/pkg/detector/ospkg/ubuntu/ubuntu.go +++ b/pkg/detector/ospkg/ubuntu/ubuntu.go @@ -50,6 +50,7 @@ var ( "20.04": time.Date(2030, 4, 23, 23, 59, 59, 0, time.UTC), "20.10": time.Date(2021, 7, 22, 23, 59, 59, 0, time.UTC), "21.04": time.Date(2022, 1, 22, 23, 59, 59, 0, time.UTC), + "21.10": time.Date(2022, 7, 22, 23, 59, 59, 0, time.UTC), } )