From 4e3f9869e93de6c2af91088e685182211d6bc6d3 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Thu, 9 Oct 2025 14:33:26 +0000 Subject: [PATCH] Squashed 'release-tools/' changes from 701dc34b..53344305 53344305 Merge pull request #281 from kubernetes-csi/dependabot/github_actions/actions/checkout-5 458ce146 Bump actions/checkout from 4 to 5 5f38a907 Merge pull request #282 from rhrmo/update-go-1.24.6 579f6242 Update go to 1.24.6 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 git-subtree-dir: release-tools git-subtree-split: 5334430550972d8390f9bc67979680a912d2602c --- .github/workflows/codespell.yml | 2 +- .github/workflows/trivy.yaml | 2 +- KUBERNETES_CSI_OWNERS_ALIASES | 1 - prow.sh | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index e74edcef5..9e1ca1033 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -8,7 +8,7 @@ jobs: name: Check for spelling errors runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: codespell-project/actions-codespell@master with: check_filenames: true diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 472984780..70c6a9d1f 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get Go version id: go-version diff --git a/KUBERNETES_CSI_OWNERS_ALIASES b/KUBERNETES_CSI_OWNERS_ALIASES index 6e46cf290..f7bc70181 100644 --- a/KUBERNETES_CSI_OWNERS_ALIASES +++ b/KUBERNETES_CSI_OWNERS_ALIASES @@ -19,7 +19,6 @@ aliases: kubernetes-csi-reviewers: - andyzhangx - carlory - - chrishenzie - ggriffiths - gnufied - humblec diff --git a/prow.sh b/prow.sh index 71b47742c..b4e347304 100755 --- a/prow.sh +++ b/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.0" "Go version for building the component" # depends on component's source code +configvar CSI_PROW_GO_VERSION_BUILD "1.24.6" "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"