aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-07-18added documentationGradlon von Känel2-6/+88
2024-07-18removeGradlon von Känel2-9/+1
2024-07-18Enable attacher varGradlon von Känel1-1/+1
2024-07-18Enable attacher varGradlon von Känel2-2/+9
2024-07-18remove cahc varGradlon von Känel1-1/+0
2024-07-18changed cache dirGradlon von Känel1-1/+1
2024-07-18adde cache mountGradlon von Känel1-0/+8
2024-07-18initial filesGradlon von Känel6-0/+138
2024-07-11sync with seaweedfschrislu2-58/+58
2024-07-10Bump google.golang.org/grpc from 1.64.0 to 1.64.1dependabot[bot]2-3/+3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0 to 1.64.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-26Bump golang.org/x/image from 0.17.0 to 0.18.0dependabot[bot]2-9/+3
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.17.0 to 0.18.0. - [Commits](https://github.com/golang/image/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-06-22sync with seaweedfsv1.2.0chrislu2-25/+31
2024-06-22upgrade to golang:1.22chrislu2-6/+3
2024-06-22go modchrislu2-30/+30
2024-06-22Update README.mdchrislu1-31/+1
2024-06-20deal with config errorchrislu1-3/+4
fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/169
2024-06-11update depschrislu3-191/+115
2024-06-11sync seaweedfschrislu2-95/+75
2024-06-06fix(driver): nomad compatibility errorduanhongyi1-1/+1
2024-05-31Bumb chart version to 0.2.2Federico A. Corazza1-1/+1
2024-05-28Update README.mdrenweijun1-1/+9
2024-04-20Bump golang.org/x/net from 0.20.0 to 0.23.0dependabot[bot]2-12/+12
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29Update rbac.yaml for fix invalid yamlPsycho Mantys1-0/+1
The RBAC is missing one line. When using kustomize: Error: map[string]interface {}(nil): yaml: unmarshal errors: line 19: mapping key "resources" already defined at line 17 line 20: mapping key "verbs" already defined at line 18
2024-03-29Allow to set nodeAffinity for controllerViktor Kuzmin1-0/+3
2024-03-29Use capacity of one byte as 'no quota'Viktor Kuzmin2-1/+9
2024-03-13Bump google.golang.org/protobuf from 1.32.0 to 1.33.0dependabot[bot]2-2379/+21
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24sync with 3.62v1.1.9chrislu2-32/+2071
2024-01-23add missing permissions on persistenvolumesSebastien Pastor1-0/+3
2024-01-18Revert "chore(seaweedfs-csi-driver): delete unnecessary stage"chrislu3-45/+166
This reverts commit 44283c0ffe56e3180dae5b93801d07a3d621d355.
2024-01-18Revert "Fix: unable to properly clean mount points"chrislu2-75/+66
This reverts commit 4f60c279001475dcb398ed8c852ff2c6e366e16e.
2024-01-15Fix: unable to properly clean mount pointsduanhongyi2-66/+75
2024-01-11chore(seaweedfs-csi-driver): delete unnecessary stageduanhongyi3-166/+45
2024-01-11Fix: capacity error in re mounting after expand volumeduanhongyi7-29/+156
2023-12-18Bump golang.org/x/crypto from 0.14.0 to 0.17.0dependabot[bot]2-9/+9
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-17Allow to configure default concurrentWritesViktor Kuzmin2-0/+5
2023-11-10Avoid null set on optional cli dataLocality argJackbennett1-1/+3
2023-11-05update docker base imagechrislu2-2/+2
2023-11-05Merge branch 'master' of https://github.com/seaweedfs/seaweedfs-csi-driverchrislu15-127/+68
2023-11-02Bump golang.org/x/image from 0.9.0 to 0.10.0dependabot[bot]2-3/+3
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.9.0 to 0.10.0. - [Commits](https://github.com/golang/image/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25Bump golang.org/x/net from 0.14.0 to 0.17.0dependabot[bot]2-12/+12
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25Bump google.golang.org/grpc from 1.57.0 to 1.57.1dependabot[bot]2-68/+3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.57.0 to 1.57.1. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.57.0...v1.57.1) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19Feat: add driver name supportduanhongyi5-10/+12
2023-09-25Revert "Revert "Merge branch 'master' of ↵chrislu3-3/+3
https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39
2023-08-10Fix: the channel used with signal.Notify should be buffered (SA1017)n91-1/+1
2023-08-10Removed unused fieldn91-2/+1
2023-08-10Fix: error strings should not be capitalized (ST1005)n94-6/+6
Context: https://github.com/golang/go/wiki/CodeReviewComments#error-strings https://stackoverflow.com/a/68793833
2023-08-10Clean uselessn91-2/+0
2023-08-10Added missing argn91-1/+1
2023-08-10Removed unused methodn91-11/+0
2023-08-08Refactor options to be backward compatible, fixes #133Viktor Kuzmin4-11/+29