Skip to content

Bump k8s.io/mount-utils from 0.32.4 to 0.33.1 #900

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/ibm-powervs-block-csi-driver

go 1.24
go 1.24.0

require (
github.com/IBM-Cloud/power-go-client v1.11.0
Expand All @@ -21,7 +21,7 @@ require (
k8s.io/client-go v0.32.4
k8s.io/klog/v2 v2.130.1
k8s.io/kubernetes v1.32.4
k8s.io/mount-utils v0.32.4
k8s.io/mount-utils v0.33.1
k8s.io/pod-security-admission v0.32.4
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
sigs.k8s.io/controller-runtime v0.20.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,8 @@ k8s.io/kubelet v0.32.4 h1:aYjgRQYIsogtBFu+9BzJGKCT5iw8b7vg5BNkV39H+5c=
k8s.io/kubelet v0.32.4/go.mod h1:IHKF2BECx8V36b0T/IFg6Y1omKaFgbcUHoSMnIvA2iE=
k8s.io/kubernetes v1.32.4 h1:fRZeSjwVE+dMMSS7Qi6LxOOKpVL+1CPAT/b1Cuo4kns=
k8s.io/kubernetes v1.32.4/go.mod h1:GvhiBeolvSRzBpFlgM0z/Bbu3Oxs9w3P6XfEgYaMi8k=
k8s.io/mount-utils v0.32.4 h1:Tgvgr70qGXY8zRftMAHHGVUky51NN7wvNyTBbMOMEsE=
k8s.io/mount-utils v0.32.4/go.mod h1:Kun5c2svjAPx0nnvJKYQWhfeNW+O0EpzHgRhDcYoSY0=
k8s.io/mount-utils v0.33.1 h1:hodPhfyoK+gG0SgnYwx1iPrlnpaESZiJ9GFzF5V/imE=
k8s.io/mount-utils v0.33.1/go.mod h1:1JR4rKymg8B8bCPo618hpSAdrpO6XLh0Acqok/xVwPE=
k8s.io/pod-security-admission v0.32.4 h1:Zlj8Ra27xcoYp2giBSicf8PgaYIL5jaNVAnWuFpOC3I=
k8s.io/pod-security-admission v0.32.4/go.mod h1:tArewGi1O8VDciZPLB993LeT6sR24DN8frq3qZAynTg=
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e h1:KqK5c/ghOm8xkHYhlodbp6i6+r+ChV2vuAuVRdFbLro=
Expand Down