Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8b7e54f
chore(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0
dependabot[bot] Jun 25, 2025
91cb522
Merge pull request #931 from kubernetes-csi/dependabot/go_modules/sig…
k8s-ci-robot Jun 28, 2025
4850d7d
chore: upgrade snapshot and csi-resizer image versions
andyzhangx Jul 4, 2025
9438e11
Merge pull request #932 from andyzhangx/upgrade-resizer-1.14.0
andyzhangx Jul 4, 2025
383562e
chore(deps): bump golang.org/x/mod from 0.25.0 to 0.26.0
dependabot[bot] Jul 9, 2025
4dd0931
Merge pull request #933 from kubernetes-csi/dependabot/go_modules/gol…
k8s-ci-robot Jul 10, 2025
bcc3c70
chore(deps): bump golang.org/x/net from 0.41.0 to 0.42.0
dependabot[bot] Jul 10, 2025
8ae26c6
Merge pull request #934 from kubernetes-csi/dependabot/go_modules/gol…
k8s-ci-robot Jul 11, 2025
d41636c
chore(deps): bump google.golang.org/grpc from 1.73.0 to 1.74.0
dependabot[bot] Jul 16, 2025
161f424
Merge pull request #935 from kubernetes-csi/dependabot/go_modules/goo…
k8s-ci-robot Jul 17, 2025
94f3721
chore(deps): bump google.golang.org/grpc from 1.74.0 to 1.74.2
dependabot[bot] Jul 22, 2025
00db9ed
Merge pull request #936 from kubernetes-csi/dependabot/go_modules/goo…
k8s-ci-robot Jul 23, 2025
3f50088
chore(deps): bump github.com/onsi/gomega from 1.37.0 to 1.38.0
dependabot[bot] Jul 23, 2025
a296cf5
Merge pull request #937 from kubernetes-csi/dependabot/go_modules/git…
k8s-ci-robot Jul 24, 2025
a0e53d5
chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0
dependabot[bot] Jul 24, 2025
62bc98e
Merge pull request #938 from kubernetes-csi/dependabot/go_modules/sig…
k8s-ci-robot Aug 2, 2025
9c3af52
chore(deps): bump golang.org/x/net from 0.42.0 to 0.43.0
dependabot[bot] Aug 7, 2025
8e42f9f
test: fix CVE-2025-47907 traivy test failure
andyzhangx Aug 8, 2025
a7c1882
Merge pull request #941 from kubernetes-csi/dependabot/go_modules/gol…
andyzhangx Aug 8, 2025
e781f67
chore(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0
dependabot[bot] Aug 8, 2025
13dd6d3
Merge pull request #942 from kubernetes-csi/dependabot/go_modules/gol…
andyzhangx Aug 9, 2025
19a635c
Merge pull request #943 from andyzhangx/fix-CVE-2025-47907-failure
andyzhangx Aug 9, 2025
7157a88
chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.7
dependabot[bot] Aug 12, 2025
1f6a246
chore(deps): bump actions/checkout from 4 to 5
dependabot[bot] Aug 12, 2025
5919619
Merge pull request #947 from kubernetes-csi/dependabot/go_modules/goo…
k8s-ci-robot Aug 12, 2025
af7c0b9
Merge pull request #948 from kubernetes-csi/dependabot/github_actions…
k8s-ci-robot Aug 12, 2025
1d6b425
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.25.0
dependabot[bot] Aug 21, 2025
01632ad
Merge pull request #951 from kubernetes-csi/dependabot/go_modules/git…
k8s-ci-robot Aug 22, 2025
889d4e6
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.25.0 to 2.25.1
dependabot[bot] Aug 22, 2025
cd597c4
Merge pull request #952 from kubernetes-csi/dependabot/go_modules/git…
k8s-ci-robot Aug 23, 2025
d85d455
Merge https://github.com/kubernetes-csi/csi-driver-nfs:master into main
Aug 25, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: go

- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-version: ^1.16
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Run unit tests
run: |
go version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Build Test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pluto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# https://pluto.docs.fairwinds.com/advanced/#display-options
- name: Download pluto
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install go
uses: actions/setup-go@v5
with:
go-version: 1.24.4
go-version: 1.24.6

- name: Build an image from Dockerfile
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Run Windows Unit Tests
run: |
go version
Expand Down
Binary file modified charts/latest/csi-driver-nfs-v0.0.0.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/latest/csi-driver-nfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ image:
pullPolicy: IfNotPresent
csiResizer:
repository: registry.k8s.io/sig-storage/csi-resizer
tag: v1.13.2
tag: v1.14.0
pullPolicy: IfNotPresent
csiSnapshotter:
repository: registry.k8s.io/sig-storage/csi-snapshotter
tag: v8.2.1
tag: v8.3.0
pullPolicy: IfNotPresent
livenessProbe:
repository: registry.k8s.io/sig-storage/livenessprobe
Expand All @@ -27,7 +27,7 @@ image:
pullPolicy: IfNotPresent
externalSnapshotter:
repository: registry.k8s.io/sig-storage/snapshot-controller
tag: v8.2.1
tag: v8.3.0
pullPolicy: IfNotPresent

serviceAccount:
Expand Down
4 changes: 2 additions & 2 deletions deploy/csi-nfs-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
drop:
- ALL
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.13.2
image: registry.k8s.io/sig-storage/csi-resizer:v1.14.0
args:
- "-csi-address=$(ADDRESS)"
- "-v=2"
Expand Down Expand Up @@ -97,7 +97,7 @@ spec:
drop:
- ALL
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.2.1
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0
args:
- "--v=2"
- "--csi-address=$(ADDRESS)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-snapshot-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
effect: "NoSchedule"
containers:
- name: snapshot-controller
image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.1
image: registry.k8s.io/sig-storage/snapshot-controller:v8.3.0
args:
- "--v=2"
- "--leader-election=true"
Expand Down
44 changes: 23 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ go 1.23.1
require (
github.com/container-storage-interface/spec v1.11.0
github.com/kubernetes-csi/csi-lib-utils v0.9.0
github.com/onsi/ginkgo/v2 v2.23.4
github.com/onsi/gomega v1.37.0
github.com/onsi/ginkgo/v2 v2.25.1
github.com/onsi/gomega v1.38.0
github.com/pborman/uuid v1.2.1
github.com/stretchr/testify v1.10.0
go.uber.org/goleak v1.3.0
golang.org/x/net v0.41.0
google.golang.org/grpc v1.73.0
google.golang.org/protobuf v1.36.6
golang.org/x/net v0.43.0
google.golang.org/grpc v1.74.2
google.golang.org/protobuf v1.36.7
k8s.io/api v0.31.6
k8s.io/apimachinery v0.31.6
k8s.io/client-go v0.31.6
Expand All @@ -22,19 +22,21 @@ require (
k8s.io/pod-security-admission v0.0.0
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
sigs.k8s.io/cloud-provider-azure v1.28.9
sigs.k8s.io/yaml v1.4.0
sigs.k8s.io/yaml v1.6.0
)

require go.opentelemetry.io/auto/sdk v1.1.0 // indirect

require (
github.com/Masterminds/semver/v3 v3.3.1 // indirect
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
github.com/x448/float16 v0.8.4 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
)

Expand All @@ -51,7 +53,7 @@ require (
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
Expand Down Expand Up @@ -95,28 +97,28 @@ require (
go.etcd.io/etcd/client/v3 v3.5.14 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
go.opentelemetry.io/otel v1.35.0 // indirect
go.opentelemetry.io/otel v1.36.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
go.opentelemetry.io/otel/metric v1.35.0 // indirect
go.opentelemetry.io/otel/sdk v1.35.0 // indirect
go.opentelemetry.io/otel/trace v1.35.0 // indirect
go.opentelemetry.io/otel/metric v1.36.0 // indirect
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
go.opentelemetry.io/otel/trace v1.36.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/mod v0.25.0
golang.org/x/oauth2 v0.28.0 // indirect
golang.org/x/sync v0.15.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/term v0.32.0 // indirect
golang.org/x/text v0.26.0 // indirect
golang.org/x/mod v0.27.0
golang.org/x/oauth2 v0.30.0 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/term v0.34.0 // indirect
golang.org/x/text v0.28.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.33.0 // indirect
golang.org/x/tools v0.36.0 // indirect
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading