Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions configs/rhel-pt-dotnet--dotnet10.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
document: feedback-pipeline-workload
version: 1
data:
name: .NET 10
description: .NET 10 SDK, tools and runtime
maintainer: rhel-pt-dotnet
packages:
# EOL in Nov, 2028
- dotnet-sdk-10.0
- dotnet-runtime-10.0
- aspnetcore-runtime-10.0
labels:
- c10s
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@omajid the idea here being, when dotnet10.0 is added to Fedora, then we can add eln label here, and drop it from the 8&9 configs.

Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
document: feedback-pipeline-workload
version: 1
data:
name: .NET
description: .NET SDK, tools and runtime
maintainer: rhel-sst-dotnet
name: .NET 8
description: .NET 8 SDK, tools and runtime
maintainer: rhel-pt-dotnet
packages:
# EOL in Nov, 2026
- dotnet-sdk-8.0
- dotnet-runtime-8.0
- aspnetcore-runtime-8.0
# EOL in May, 2026
- dotnet-sdk-9.0
- dotnet-runtime-9.0
- aspnetcore-runtime-9.0
labels:
- eln
- c10s
14 changes: 14 additions & 0 deletions configs/rhel-pt-dotnet--dotnet9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
document: feedback-pipeline-workload
version: 1
data:
name: .NET 9
description: .NET 9 SDK, tools and runtime
maintainer: rhel-pt-dotnet
packages:
# EOL in Nov, 2026
- dotnet-sdk-9.0
- dotnet-runtime-9.0
- aspnetcore-runtime-9.0
labels:
- eln
- c10s
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 1
data:
name: .NET Unwanted Packages
description: Packages that .NET maintainers do not wish to maintain in RHEL 10
maintainer: rhel-sst-dotnet
maintainer: rhel-pt-dotnet
labels:
- eln
- c10s
Expand Down