@@ -23,6 +23,7 @@ def initialize(map = nil)
23
23
def self . builtin_map
24
24
{
25
25
# RHEL EOL https://access.redhat.com/support/policy/updates/errata
26
+ # Fedora EOL https://docs.fedoraproject.org/en-US/releases/
26
27
# SLES EOL https://www.suse.com/lifecycle/
27
28
# opensuse https://en.opensuse.org/Lifetime
28
29
# or https://en.wikipedia.org/wiki/OpenSUSE_version_history
@@ -33,9 +34,8 @@ def self.builtin_map
33
34
package_type : "rpm" ,
34
35
package_tag : "-1.el7" ,
35
36
equivalent : [
36
- "el/7" , # EOL June 2024
37
- "scientific/7" , # EOL June 2024
38
- "sles/12.5" , # EOL October 2024 (LTSS October 2027)
37
+ "el/7" , # EOL June 2024
38
+ "sles/12.5" , # EOL October 2024
39
39
] ,
40
40
} ,
41
41
"centos/8" => {
@@ -45,10 +45,9 @@ def self.builtin_map
45
45
package_type : "rpm" ,
46
46
package_tag : "-1.el8" ,
47
47
equivalent : [
48
- "el/8" ,
49
- "opensuse/15.5" , # EOL December 2024
50
- "opensuse/15.6" , # EOL December 2025
51
- "sles/15.5" , # Current
48
+ "el/8" , # EOL May 2029
49
+ "opensuse/15.5" , # EOL December 2024
50
+ "sles/15.5" , # EOL December 2024
52
51
] ,
53
52
} ,
54
53
"rocky/9" => {
@@ -58,10 +57,12 @@ def self.builtin_map
58
57
package_type : "rpm" ,
59
58
package_tag : "-1.el9" ,
60
59
equivalent : [
61
- "el/9" ,
62
- "fedora/38" , # EOL May 2024
63
- "fedora/39" , # EOL Dec 2024
64
- "fedora/40" , # Current
60
+ "el/9" , # EOL May 2032
61
+ "fedora/39" , # EOL November 2024
62
+ "fedora/40" , # EOL May 2025
63
+ "fedora/41" , # EOL November 2025
64
+ "opensuse/15.6" , # EOL December 2025
65
+ "sles/15.6" , # Current
65
66
] ,
66
67
} ,
67
68
# Debian EOL https://wiki.debian.org/LTS/
@@ -74,12 +75,12 @@ def self.builtin_map
74
75
package_type : "deb" ,
75
76
package_tag : "" ,
76
77
equivalent : [
77
- "debian/buster" , # EOL June 2024
78
- "linuxmint/ulyana" , # EOL April 2025
79
- "linuxmint/ulyssa" , # EOL April 2025
80
- "linuxmint/uma" , # EOL April 2025
81
- "linuxmint/una" , # EOL April 2025
82
- "ubuntu/focal" , # EOL April 2025
78
+ "debian/buster" , # EOL June 2024
79
+ "linuxmint/ulyana" , # EOL April 2025
80
+ "linuxmint/ulyssa" , # EOL April 2025
81
+ "linuxmint/uma" , # EOL April 2025
82
+ "linuxmint/una" , # EOL April 2025
83
+ "ubuntu/focal" , # EOL April 2025
83
84
] ,
84
85
} ,
85
86
"debian/11" => {
@@ -89,13 +90,12 @@ def self.builtin_map
89
90
package_type : "deb" ,
90
91
package_tag : "" ,
91
92
equivalent : [
92
- "debian/bullseye" , # EOL June 2026
93
- "ubuntu/jammy" , # EOL April 2027
94
- "ubuntu/mantic" , # EOL July 2024
95
- "linuxmint/vanessa" , # EOL April 2027
96
- "linuxmint/vera" , # EOL April 2027
97
- "linuxmint/victoria" , # EOL April 2027
98
- "linuxmint/virginia" , # EOL April 2027
93
+ "debian/bullseye" , # EOL August 2026
94
+ "linuxmint/vanessa" , # EOL April 2027
95
+ "linuxmint/vera" , # EOL April 2027
96
+ "linuxmint/victoria" , # EOL April 2027
97
+ "linuxmint/virginia" , # EOL April 2027
98
+ "ubuntu/jammy" , # EOL April 2027
99
99
] ,
100
100
} ,
101
101
"debian/12" => {
@@ -105,9 +105,11 @@ def self.builtin_map
105
105
package_type : "deb" ,
106
106
package_tag : "" ,
107
107
equivalent : [
108
- "debian/bookworm" , # Current stable
109
- "debian/trixie" , # Current testing
110
- "ubuntu/noble" , # EOL June 2029
108
+ "debian/bookworm" , # EOL June 2028
109
+ "debian/trixie" , # Current testing (Debian 13)
110
+ "linuxmint/wilma" , # EOL April 2029
111
+ "ubuntu/noble" , # EOL June 2029
112
+ "ubuntu/oracular" , # EOL July 2025
111
113
]
112
114
} ,
113
115
}
0 commit comments