Skip to content

Commit

Permalink
Add end of life dates for Alpine 3.20, Ubuntu 24.04, Fedora 40 (#9501)
Browse files Browse the repository at this point in the history
Also update the end of life dates for other operating systems based on
https://endoflife.date/ data.

Removes the 'start' entries because we are past the end of life date
of the RHEL 7 derivatives and the one other start date is not needed
because the default start date will cover it correctly.

Confirmed with a CentOS 8 computer that the end of life message
is displayed with the correct date for the CentOS 8 end of life.
The corrected end of life date has already passed, so there may be
Jenkins users that are surprised when their next upgrade reports that
they are running an unsupported operating system.
  • Loading branch information
MarkEWaite authored Jul 30, 2024
1 parent ca241b4 commit 3d03bc5
Showing 1 changed file with 26 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"pattern": "AlmaLinux.* 8.*",
"endOfLife": "2029-03-31"
"endOfLife": "2029-03-01"
},
{
"pattern": "AlmaLinux.* 9.*",
Expand All @@ -17,38 +17,39 @@
},
{
"pattern": "Alpine Linux v3.16",
"endOfLife": "2024-05-01"
"endOfLife": "2024-05-23"
},
{
"pattern": "Alpine Linux v3.17",
"endOfLife": "2024-11-01"
"endOfLife": "2024-11-22"
},
{
"pattern": "Alpine Linux v3.18",
"endOfLife": "2025-05-01"
"endOfLife": "2025-05-09"
},
{
"pattern": "Alpine Linux v3.19",
"endOfLife": "2025-11-01"
},
{
"pattern": "Alpine Linux v3.20",
"endOfLife": "2026-04-01"
},
{
"pattern": "Amazon Linux 2",
"start": "2023-05-01",
"endOfLife": "2023-11-16"
},
{
"pattern": "Amazon Linux 2023",
"start": "2027-09-15",
"endOfLife": "2028-03-15"
},
{
"pattern": "CentOS Linux.* 7.*",
"start": "2023-05-01",
"endOfLife": "2023-11-16"
},
{
"pattern": "CentOS Linux.* 8.*",
"endOfLife": "2029-03-31"
"endOfLife": "2021-12-31"
},
{
"pattern": "Debian.* 10.*",
Expand All @@ -60,61 +61,62 @@
},
{
"pattern": "Debian.* 12.*",
"endOfLife": "2028-06-30"
"endOfLife": "2028-06-10"
},
{
"pattern": "Fedora.* 36.*",
"endOfLife": "2023-05-18"
"endOfLife": "2023-05-16"
},
{
"pattern": "Fedora.* 37.*",
"endOfLife": "2023-12-15"
"endOfLife": "2023-12-05"
},
{
"pattern": "Fedora.* 38.*",
"endOfLife": "2024-05-18"
"endOfLife": "2024-05-21"
},
{
"pattern": "Fedora.* 39.*",
"endOfLife": "2024-12-07"
"endOfLife": "2024-11-12"
},
{
"pattern": "Fedora.* 40.*",
"endOfLife": "2025-05-13"
},
{
"pattern": "Oracle Linux.* 7.*",
"start": "2023-05-01",
"endOfLife": "2023-11-16"
},
{
"pattern": "Oracle Linux.* 8.*",
"endOfLife": "2029-03-31"
"endOfLife": "2029-07-31"
},
{
"pattern": "Oracle Linux.* 9.*",
"endOfLife": "2034-06-30"
"endOfLife": "2032-06-30"
},
{
"pattern": "Red Hat Enterprise Linux.* 7.*",
"start": "2023-05-01",
"endOfLife": "2023-11-16"
},
{
"pattern": "Red Hat Enterprise Linux.* 8.*",
"endOfLife": "2029-03-31"
"endOfLife": "2029-05-31"
},
{
"pattern": "Red Hat Enterprise Linux.* 9.*",
"endOfLife": "2032-05-31"
},
{
"pattern": "Rocky Linux.* 8.*",
"endOfLife": "2029-03-31"
"endOfLife": "2029-05-31"
},
{
"pattern": "Rocky Linux.* 9.*",
"endOfLife": "2032-05-31"
},
{
"pattern": "Scientific Linux.* 7.*",
"start": "2023-05-01",
"endOfLife": "2023-11-16"
},
{
Expand Down Expand Up @@ -152,5 +154,9 @@
{
"pattern": "Ubuntu.* 23.04.*",
"endOfLife": "2024-01-20"
},
{
"pattern": "Ubuntu.* 24.04.*",
"endOfLife": "2029-04-25"
}
]

0 comments on commit 3d03bc5

Please sign in to comment.