Skip to content

Commit 632b914

Browse files
microshift-rebase-script[bot]ci-robot
andauthored
NO-ISSUE: rebase-main-4.20.0-0.nightly-2025-07-31-063120_amd64-2025-07-31_arm64-2025-08-05 (#5295)
* Update Go version * update changelog * Update AI Model Serving for MicroShift --------- Co-authored-by: ci-robot <[email protected]>
1 parent 2fc6bf0 commit 632b914

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

assets/optional/ai-model-serving/release-ai-model-serving-x86_64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"release": {
3-
"base": "2.22.0"
3+
"base": "2.22.1"
44
},
55
"images": {
66
"caikit-tgis-image": "quay.io/modh/caikit-tgis-serving@sha256:d8294f446afefc6cbba0df882bba12cdad142f79b29bda46227a6328128d7fb6",

scripts/auto-rebase/changelog.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +0,0 @@
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-

scripts/devenv-builder/configure-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ if ${INSTALL_BUILD_DEPS} || ${BUILD_AND_RUN}; then
178178
[[ -d /run/systemd/system ]] && sudo systemctl enable --now cockpit.socket
179179
fi
180180

181-
GO_VER=1.24.3
181+
GO_VER=1.24.4
182182
GO_ARCH=$([ "$(uname -m)" == "x86_64" ] && echo "amd64" || echo "arm64")
183183
GO_INSTALL_DIR="/usr/local/go${GO_VER}"
184184
if ${INSTALL_BUILD_DEPS} && [ ! -d "${GO_INSTALL_DIR}" ]; then

0 commit comments

Comments
 (0)