From e5dc50f43edeb224310f0cc9af405124679aa9fd Mon Sep 17 00:00:00 2001 From: Simon Richardson Date: Fri, 9 Oct 2020 08:55:23 +0100 Subject: [PATCH] Support the focal series This switches the focal series from not supported to supported. If you're already running on ubuntu os, this will be switched to supported at runtime. --- series/supportedseries.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/series/supportedseries.go b/series/supportedseries.go index c540271..952aeb4 100644 --- a/series/supportedseries.go +++ b/series/supportedseries.go @@ -202,10 +202,9 @@ var ubuntuSeries = map[string]seriesVersion{ Supported: true, }, "focal": { - Version: "20.04", - LTS: true, - // TODO - hard code to true when focal is released (fallback is to rely on distro-info.csv) - Supported: false, + Version: "20.04", + LTS: true, + Supported: true, }, "groovy": { Version: "20.10",