Skip to content

Commit 8ac155c

Browse files
committed
Split dotnet configs
.NET 8/9/10 will all be supported soon (until the earlier versions go EOL in 2026), where ELN will soon be able to move to 10 and drop 8 and 9. Like with Java, this drifting overlap between RHEL and ELN is best handled with separate configs for each version and just toggling labels as needed. .NET STS releases (e.g. 9) now have 24 months of upstream support: https://devblogs.microsoft.com/dotnet/dotnet-sts-releases-supported-for-24-months/
1 parent 61379e4 commit 8ac155c

File tree

3 files changed

+29
-6
lines changed

3 files changed

+29
-6
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
document: feedback-pipeline-workload
2+
version: 1
3+
data:
4+
name: .NET 10
5+
description: .NET 10 SDK, tools and runtime
6+
maintainer: rhel-pt-dotnet
7+
packages:
8+
# EOL in Nov, 2028
9+
- dotnet-sdk-10.0
10+
- dotnet-runtime-10.0
11+
- aspnetcore-runtime-10.0
12+
labels:
13+
- c10s
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
document: feedback-pipeline-workload
22
version: 1
33
data:
4-
name: .NET
5-
description: .NET SDK, tools and runtime
4+
name: .NET 8
5+
description: .NET 8 SDK, tools and runtime
66
maintainer: rhel-pt-dotnet
77
packages:
88
# EOL in Nov, 2026
99
- dotnet-sdk-8.0
1010
- dotnet-runtime-8.0
1111
- aspnetcore-runtime-8.0
12-
# EOL in May, 2026
13-
- dotnet-sdk-9.0
14-
- dotnet-runtime-9.0
15-
- aspnetcore-runtime-9.0
1612
labels:
1713
- eln
1814
- c10s
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
document: feedback-pipeline-workload
2+
version: 1
3+
data:
4+
name: .NET 9
5+
description: .NET 9 SDK, tools and runtime
6+
maintainer: rhel-pt-dotnet
7+
packages:
8+
# EOL in Nov, 2026
9+
- dotnet-sdk-9.0
10+
- dotnet-runtime-9.0
11+
- aspnetcore-runtime-9.0
12+
labels:
13+
- eln
14+
- c10s

0 commit comments

Comments
 (0)