Update to .NET SDK 8.0.123 and Runtime 8.0.23
Resolves: RHEL-138651
This commit is contained in:
parent
683c04b9f6
commit
eb97ffae10
2
.gitignore
vendored
2
.gitignore
vendored
@ -72,3 +72,5 @@
|
||||
/dotnet-8.0.121.tar.gz.sig
|
||||
/dotnet-8.0.122.tar.gz
|
||||
/dotnet-8.0.122.tar.gz.sig
|
||||
/dotnet-8.0.123.tar.gz
|
||||
/dotnet-8.0.123.tar.gz.sig
|
||||
|
||||
@ -12,10 +12,10 @@
|
||||
# dotnet-host and netstandard-targeting-pack-2.1
|
||||
%global is_latest_dotnet 0
|
||||
|
||||
%global host_version 8.0.22
|
||||
%global runtime_version 8.0.22
|
||||
%global host_version 8.0.23
|
||||
%global runtime_version 8.0.23
|
||||
%global aspnetcore_runtime_version %{runtime_version}
|
||||
%global sdk_version 8.0.122
|
||||
%global sdk_version 8.0.123
|
||||
%global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
|
||||
%global templates_version %{runtime_version}
|
||||
#%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
|
||||
@ -775,6 +775,10 @@ export COMPlus_LTTng=0
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 14 2026 Omair Majid <omajid@redhat.com> - 8.0.123-2
|
||||
- Update to .NET SDK 8.0.123 and Runtime 8.0.23
|
||||
- Resolves: RHEL-138651
|
||||
|
||||
* Wed Nov 12 2025 Omair Majid <omajid@redhat.com> - 8.0.122-2
|
||||
- Update to .NET SDK 8.0.122 and Runtime 8.0.22
|
||||
- Resolves: RHEL-125737
|
||||
|
||||
@ -20,4 +20,3 @@ product_versions:
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.other-archs.functional}
|
||||
|
||||
12
release.json
12
release.json
@ -1,10 +1,10 @@
|
||||
{
|
||||
"release": "8.0.22",
|
||||
"release": "8.0.23",
|
||||
"channel": "8.0",
|
||||
"tag": "v8.0.122",
|
||||
"sdkVersion": "8.0.122",
|
||||
"runtimeVersion": "8.0.22",
|
||||
"aspNetCoreVersion": "8.0.22",
|
||||
"tag": "v8.0.123",
|
||||
"sdkVersion": "8.0.123",
|
||||
"runtimeVersion": "8.0.23",
|
||||
"aspNetCoreVersion": "8.0.23",
|
||||
"sourceRepository": "https://github.com/dotnet/dotnet",
|
||||
"sourceVersion": "e0cc6f889abcb72068cda168d9398cf3e037b5e7"
|
||||
"sourceVersion": "fafff0660ef23ca2ece1444119524a76e0f4d4a4"
|
||||
}
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dotnet-8.0.122.tar.gz) = 9743b8c0a795a220aa00e97189da41573f6490da27a8ad0e4f55167cccbdaf4f3f2e6356dd0b1d9d6f7693308d36dba9dbd3d271daad0556c66d7edf6490a47f
|
||||
SHA512 (dotnet-8.0.122.tar.gz.sig) = e548f112a3337c6eb35ed264c92e8dcd931173dce8351f30a9e26ec0a3c08f4ce1fe3b90530bb341f9020ba9deef0a17027dcc519ac44d1ef0ad08224c7a5f04
|
||||
SHA512 (dotnet-8.0.123.tar.gz) = 650372d872a91945b5b1f45a72a0fad97a068eec66add2278ae2cfe1196ca109e1c5d02eab389a28790b38f7dcee4731c165fade6c93849c4551b0b40055618c
|
||||
SHA512 (dotnet-8.0.123.tar.gz.sig) = f02a11f1693806621b6ee732a46285d87f58cace53e94e3c0e2f0310fc57aeee2664f5d4465f4c43c46ed197a39112811048a534b7ada32ad28c331ccf642b19
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
summary: Basic smoke test
|
||||
provision:
|
||||
disk: 20
|
||||
memory: 5120
|
||||
hardware:
|
||||
disk:
|
||||
- size: ">= 20 GiB"
|
||||
memory: ">= 5120 MiB"
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user