From 9c27ccf5d1e281a34ee4334f29177f2ad101e9fa Mon Sep 17 00:00:00 2001 From: Aishwarya-Hebbar Date: Mon, 7 Jul 2025 15:57:37 +0530 Subject: [PATCH] Squashed 'release-tools/' changes from 04965932..74e066a8 74e066a8 Merge pull request #279 from Aishwarya-Hebbar/update-csi-prow-version 6f236be7 Update CSI prow driver version to v1.17.0 0ee55894 Merge pull request #280 from xing-yang/update_go_1.24.4 9af10153 update to go 1.24.4 f5fec3e3 Merge pull request #275 from chrishenzie/emeritus c5d285db Remove chrishenzie from kubernetes-csi-reviewers 0a435bf9 Merge pull request #274 from andyzhangx/patch-5 cd7b4bba Bump golang to 1.24.2 to fix CVE-2025-22871 701dc34b Merge pull request #273 from andyzhangx/patch-4 aeebd30e Bump golang to 1.24.0 f277d561 Merge pull request #270 from carlory/update-kind-version 90efb2ca Merge pull request #272 from andyzhangx/patch-3 9b616fec Bump golang to 1.23.6 to fix CVE-2024-45336, CVE-2025-22866 6dcb96a5 update default kind version to v0.25.0 git-subtree-dir: release-tools git-subtree-split: 74e066a82d2ea14a68ff37f0e02ddc34619bbccd --- release-tools/KUBERNETES_CSI_OWNERS_ALIASES | 1 - release-tools/prow.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/release-tools/KUBERNETES_CSI_OWNERS_ALIASES b/release-tools/KUBERNETES_CSI_OWNERS_ALIASES index 6e46cf290..f7bc70181 100644 --- a/release-tools/KUBERNETES_CSI_OWNERS_ALIASES +++ b/release-tools/KUBERNETES_CSI_OWNERS_ALIASES @@ -19,7 +19,6 @@ aliases: kubernetes-csi-reviewers: - andyzhangx - carlory - - chrishenzie - ggriffiths - gnufied - humblec diff --git a/release-tools/prow.sh b/release-tools/prow.sh index b2628d0ec..c7b5d5c19 100755 --- a/release-tools/prow.sh +++ b/release-tools/prow.sh @@ -86,7 +86,7 @@ configvar CSI_PROW_BUILD_PLATFORMS "linux amd64 amd64; linux ppc64le ppc64le -pp # which is disabled with GOFLAGS=-mod=vendor). configvar GOFLAGS_VENDOR "$( [ -d vendor ] && echo '-mod=vendor' )" "Go flags for using the vendor directory" -configvar CSI_PROW_GO_VERSION_BUILD "1.24.2" "Go version for building the component" # depends on component's source code +configvar CSI_PROW_GO_VERSION_BUILD "1.24.4" "Go version for building the component" # depends on component's source code configvar CSI_PROW_GO_VERSION_E2E "" "override Go version for building the Kubernetes E2E test suite" # normally doesn't need to be set, see install_e2e configvar CSI_PROW_GO_VERSION_SANITY "${CSI_PROW_GO_VERSION_BUILD}" "Go version for building the csi-sanity test suite" # depends on CSI_PROW_SANITY settings below configvar CSI_PROW_GO_VERSION_KIND "${CSI_PROW_GO_VERSION_BUILD}" "Go version for building 'kind'" # depends on CSI_PROW_KIND_VERSION below @@ -199,7 +199,7 @@ kindest/node:v1.26.15@sha256:c79602a44b4056d7e48dc20f7504350f1e87530fe953428b792 # If the deployment script is called with CSI_PROW_TEST_DRIVER= as # environment variable, then it must write a suitable test driver configuration # into that file in addition to installing the driver. -configvar CSI_PROW_DRIVER_VERSION "v1.15.0" "CSI driver version" +configvar CSI_PROW_DRIVER_VERSION "v1.17.0" "CSI driver version" configvar CSI_PROW_DRIVER_REPO https://github.com/kubernetes-csi/csi-driver-host-path "CSI driver repo" configvar CSI_PROW_DEPLOYMENT "" "deployment" configvar CSI_PROW_DEPLOYMENT_SUFFIX "" "additional suffix in kubernetes-x.yy[suffix].yaml files"