about summary refs log tree commit diff
path: root/.gitlab-ci/distros-info.yml
blob: e2ac2829c508a99f0aaa5a7ac9ccd9ca64c9e343 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# Fedora:
#   cadence: every 6 months
#   support: 13 months
# Image aliases: latest, rawhide
# Releases and support info: https://docs.fedoraproject.org/en-US/releases/lifecycle/
# NetworkManager versions info: https://src.fedoraproject.org/rpms/NetworkManager
fedora:
- version: rawhide
  support: yes
  nm: main
- version: 43
  support: 2026-12-02
  nm: 1.54
- version: 42
  support: 2026-05-13
  nm: 1.52
  tier1-default: yes
- version: 41
  support: 2025-11-19
  nm: 1.50

# CentOS Stream
centos:
- version: stream10
  support: 2030-12-31 # exact date unknown, only the year
  nm: main
- version: stream9
  support: 2027-12-31 # exact date unknown, only the year
  nm: main

# RHEL:
# Even minor versions:
#   cadence: every year
#   support: 2 years EUS + 2 years SAP / Enhaced EUS
# Odd minor versions:
#   cadence: every year (every other 6 months than even versions)
#   support: 6 months
# Releases and support info: https://access.redhat.com/support/policy/updates/errata
rhel:
# Not released yet
- version: 10.1
  support: yes
  nm: 1.54
- version: 9.7  # not released yet
  support: yes
  nm: 1.54
# Full support or EUS support:
- version: 10.0
  support: 2027-05-31
  extended-support: 2029-05-31
  nm: 1.52
- version: 9.6
  support: 2027-05-31
  extended-support: 2029-05-31
  nm: 1.52
- version: 9.4
  support: 2026-04-30
  extended-support: 2028-04-30
  nm: 1.46
- version: 8.10  # last RHEL 8 release, maintenaince support only
  support: 2029-05-31
  extended-support: no
  nm: 1.40
# SAP / Enhaced EUS only:
- version: 9.2
  support: 2025-05-31
  extended-support: 2027-05-31
  nm: 1.42
- version: 9.0
  support: 2024-05-31
  extended-support: 2026-05-31
  nm: 1.36
- version: 8.8
  support: 2025-05-31
  extended-support: 2027-05-31
  nm: 1.40
- version: 8.6
  support: 2024-05-31
  extended-support: 2026-05-31
  nm: 1.36

# Ubuntu:
# LTS:
#   cadence: every 2 years
#   support: 5 years LTS + 5 years extended security
# non-LTS (rolling):
#   cadence: every 6 months
#   support: 9 months
# Image aliases: latest (LTS), rolling (LTS or non-LTS), devel
# Releases and support info: https://salsa.debian.org/debian/distro-info-data/-/blob/main/ubuntu.csv
# NetworkManager versions info: https://packages.ubuntu.com/search?keywords=network-manager
ubuntu:
- version: devel
  support: yes
  nm: main
- version: 25.04
  name: plucky
  support: 2026-01-15
  nm: 1.52
- version: 24.04
  name: noble
  support: 2029-05-31
  extended-support: 2034-04-25
  nm: 1.46
- version: 22.04
  name: jammy
  support: 2027-06-01
  extended-support: 2032-04-21
  nm: 1.36

# Debian:
#   cadence: every 2 years
#   support: 3 years + 2 years LTS
# Images aliases: testing, sid, stable, oldstable, oldoldstable
# Releases and support info: https://salsa.debian.org/debian/distro-info-data/-/blob/main/debian.csv
# NetworkManager versions info: https://packages.debian.org/search?keywords=network-manager
debian:
- version: testing
  support: yes
  nm: main
- version: sid
  support: yes
  nm: main
- version: 13
  name: trixie
  support: 2028-08-09
  extended-support: 2030-06-30
  nm: 1.52
- version: 12
  name: bookworm
  support: 2026-06-11
  extended-support: 2028-06-30
  nm: 1.42
- version: 11
  name: bullseye
  support: 2024-08-15
  extended-support: 2026-08-31
  nm: 1.30

# Alpine:
#   cadence: every 6 months
#   support: 2 years
# Image aliases: latest, edge (development)
# Releases and support info: https://alpinelinux.org/releases/
# NetworkManager versions info (manually select Alpine version): https://pkgs.alpinelinux.org/packages?name=networkmanager&arch=x86_64
alpine:
- version: edge
  support: yes
  nm: main
- version: 3.22
  support: 2027-05-01
  nm: 1.52
- version: 3.21
  support: 2026-11-01
  nm: 1.50
- version: 3.20
  support: 2026-04-01
  nm: 1.46
- version: 3.19
  support: 2025-11-01
  nm: 1.44