File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed
csi-nfs-scheduler-extender Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1010 GOPROXY : ${{ secrets.GOPROXY }}
1111 SOURCE_REPO : ${{ secrets.SOURCE_REPO }}
1212 SOURCE_REPO_SSH_KEY : ${{ secrets.SOURCE_REPO_SSH_KEY }}
13- BASE_IMAGES_VERSION : " v0.5.23 "
13+ BASE_IMAGES_VERSION : " v0.5.25 "
1414
1515on :
1616 # pull_request:
Original file line number Diff line number Diff line change 1111 GOPROXY : ${{ secrets.GOPROXY }}
1212 SOURCE_REPO : ${{ secrets.SOURCE_REPO }}
1313 SOURCE_REPO_SSH_KEY : ${{ secrets.SOURCE_REPO_SSH_KEY }}
14- BASE_IMAGES_VERSION : " v0.5.23 "
14+ BASE_IMAGES_VERSION : " v0.5.25 "
1515
1616on :
1717 push :
Original file line number Diff line number Diff line change 11module github.com/deckhouse/csi-nfs/api
22
3- go 1.24.5
3+ go 1.24.6
44
55require k8s.io/apimachinery v0.32.0
66
Original file line number Diff line number Diff line change 11module github.com/deckhouse/csi-nfs/hooks/go
22
3- go 1.24.5
3+ go 1.24.6
44
55require (
66 github.com/deckhouse/csi-nfs/api v0.0.0-20250314071217-91b1f5b52e17
Original file line number Diff line number Diff line change 11module github.com/deckhouse/csi-nfs/images/controller
22
3- go 1.24.5
3+ go 1.24.6
44
55require (
66 github.com/deckhouse/csi-nfs/api v0.0.0-20250213115525-4785a9da80db
Original file line number Diff line number Diff line change 11module github.com/deckhouse/csi-nfs/images/csi-nfs-scheduler-extender
22
3- go 1.24.5
3+ go 1.24.6
44
55require (
66 github.com/deckhouse/csi-nfs/api v0.0.0-20250213115525-4785a9da80db
Original file line number Diff line number Diff line change 11module github.com/deckhouse/csi-nfs/images/tlshd
22
3- go 1.24.5
3+ go 1.24.6
44
55require github.com/spf13/cobra v1.8.1
66
Original file line number Diff line number Diff line change 11module github.com/deckhouse/csi-nfs/images/wait-rpcbind
22
3- go 1.24.5
3+ go 1.24.6
Original file line number Diff line number Diff line change 11module github.com/deckhouse/csi-nfs/images/webhooks
22
3- go 1.24.5
3+ go 1.24.6
44
55require (
66 github.com/deckhouse/csi-nfs/api v0.0.0-20250213115525-4785a9da80db
Original file line number Diff line number Diff line change 11module github.com/deckhouse/csi-nfs/images/wrap-mount
22
3- go 1.24.5
3+ go 1.24.6
You can’t perform that action at this time.
0 commit comments