Skip to content

Commit

Permalink
add SUSE Linux Enterprise Server 15 SP5 and update SP4 eol date (aqua…
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jun 22, 2023
1 parent 5ccee14 commit 337c0b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/detector/ospkg/suse/suse.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ var (
"15.1": time.Date(2021, 1, 31, 23, 59, 59, 0, time.UTC),
"15.2": time.Date(2021, 12, 31, 23, 59, 59, 0, time.UTC),
"15.3": time.Date(2022, 12, 31, 23, 59, 59, 0, time.UTC),
// 6 months after SLES 15 SP5 release
"15.4": time.Date(2028, 12, 31, 23, 59, 59, 0, time.UTC),
//"15.5": time.Date(2028, 12, 31, 23, 59, 59, 0, time.UTC),
"15.4": time.Date(2023, 12, 31, 23, 59, 59, 0, time.UTC),
"15.5": time.Date(2028, 12, 31, 23, 59, 59, 0, time.UTC),
// 6 months after SLES 15 SP7 release
//"15.6": time.Date(2028, 12, 31, 23, 59, 59, 0, time.UTC),
}

opensuseEolDates = map[string]time.Time{
Expand Down

0 comments on commit 337c0b7

Please sign in to comment.