From 0e52fde047d06a8e63387d1adf5fcd6aee4ea265 Mon Sep 17 00:00:00 2001 From: Simran Munot <61535265+designanderror@users.noreply.github.com> Date: Tue, 20 Jul 2021 15:55:01 +0530 Subject: [PATCH] Added EOL for Ubuntu 21.10 (#1131) As per (https://wiki.ubuntu.com/Releases) and (https://ubuntu.com/about/release-cycle), Ubuntu 21.10 is supported until July 2022 --- 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 086b40e9eed..71cccce0200 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), } )