File tree Expand file tree Collapse file tree 3 files changed +2
-17
lines changed
assets/optional/ai-model-serving Expand file tree Collapse file tree 3 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"release" : {
3
- "base" : " 2.22.0 "
3
+ "base" : " 2.22.1 "
4
4
},
5
5
"images" : {
6
6
"caikit-tgis-image" : " quay.io/modh/caikit-tgis-serving@sha256:d8294f446afefc6cbba0df882bba12cdad142f79b29bda46227a6328128d7fb6" ,
Original file line number Diff line number Diff line change 1
- - oc image-arm64 ea45cd5d407a1fc9805d051f3946e8a8fc1ca4da to 1073b975a85824a68503e7ecb933f7c48edbc393
2
- - b74a1297 2025-08-03T08:52:58-07:00 pkg/cli/admin/upgrade/recommend: Don't error on unaccepted issues when the feature gate is off
3
-
4
- - kubernetes image-arm64 80b82ba5ae030c3e2b7d7752a204ddf71139842c to 9c2642ea7167e203db9f473422f4f9aa4501a51f
5
- - 7acdd542d 2025-08-01T10:35:41-04:00 UPSTREAM: <carry>: disable slow and flaky tests rather than labeling them
6
- - b00ecad1f 2025-08-01T09:44:53+02:00 UPSTREAM: <carry>: Fail SELinuxMount check on rebase
7
- - 1522eb9d4 2025-08-01T09:38:09+02:00 UPSTREAM: <carry>: Skip SELinux test with Feature:SELinuxMountReadWriteOncePodOnly
8
- - 3d2b1afbe 2025-07-31T09:26:33-04:00 UPSTREAM: <drop>: Revert "Bump external snapshotter for vgs tests"
9
- - 6fc37f1db 2025-07-24T08:39:26+08:00 UPSTREAM: 133117: Bump external snapshotter for vgs tests
10
- - 43760bfa6 2025-07-23T11:43:05+02:00 UPSTREAM: <carry>: remove the backward compat featuregate for 132028
11
- - 3e8789d5d 2025-07-16T15:16:04+02:00 UPSTREAM: 132028: podresources: list: use active pods in list
12
-
13
- - service-ca-operator image-arm64 4dfa6916f984d0fd7188380edc88b250738f07f7 to a6346e9d7cfd9e7243742ede7c795b5ac93498a4
14
- - 5701388 2025-07-29T16:11:21+08:00 Update Go to 1.24 and OCP to 4.20
15
-
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ if ${INSTALL_BUILD_DEPS} || ${BUILD_AND_RUN}; then
178
178
[[ -d /run/systemd/system ]] && sudo systemctl enable --now cockpit.socket
179
179
fi
180
180
181
- GO_VER=1.24.3
181
+ GO_VER=1.24.4
182
182
GO_ARCH=$( [ " $( uname -m) " == " x86_64" ] && echo " amd64" || echo " arm64" )
183
183
GO_INSTALL_DIR=" /usr/local/go${GO_VER} "
184
184
if ${INSTALL_BUILD_DEPS} && [ ! -d " ${GO_INSTALL_DIR} " ]; then
You can’t perform that action at this time.
0 commit comments