| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-30 | 3.74v1.2.4 | chrislu | 2 | -20/+20 | |
| 2024-09-12 | sync with seaweedfs repov1.2.3 | chrislu | 2 | -82/+105 | |
| 2024-09-12 | remove comments | chrislu | 1 | -1/+1 | |
| 2024-08-14 | Update README.md | Gxliu | 1 | -1/+0 | |
| delete the output of command "helm repo add" | |||||
| 2024-07-27 | helm: add support for configuring cache capacity | Marc 'risson' Schmitt | 2 | -1/+4 | |
| Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> | |||||
| 2024-07-24 | sync with seaweedfsv1.2.2 | chrislu | 2 | -8/+8 | |
| 2024-07-21 | fix buildv1.2.1 | chrislu | 1 | -0/+1 | |
| 2024-07-21 | sync with 3.70 | chrislu | 2 | -25/+24 | |
| 2024-07-18 | Delete deploy/swarm/README.md | Chris Lu | 1 | -44/+0 | |
| 2024-07-18 | Update cmd/seaweedfs-csi-driver/swarm/README.md | Chris Lu | 1 | -1/+1 | |
| 2024-07-18 | Update cmd/seaweedfs-csi-driver/swarm/README.md | Chris Lu | 1 | -1/+1 | |
| 2024-07-18 | Update deploy/swarm/README.md | Chris Lu | 1 | -1/+1 | |
| 2024-07-18 | updated README | Gradlon von Känel | 2 | -1/+46 | |
| 2024-07-18 | added documentation | Gradlon von Känel | 2 | -6/+88 | |
| 2024-07-18 | remove | Gradlon von Känel | 2 | -9/+1 | |
| 2024-07-18 | Enable attacher var | Gradlon von Känel | 1 | -1/+1 | |
| 2024-07-18 | Enable attacher var | Gradlon von Känel | 2 | -2/+9 | |
| 2024-07-18 | remove cahc var | Gradlon von Känel | 1 | -1/+0 | |
| 2024-07-18 | changed cache dir | Gradlon von Känel | 1 | -1/+1 | |
| 2024-07-18 | adde cache mount | Gradlon von Känel | 1 | -0/+8 | |
| 2024-07-18 | initial files | Gradlon von Känel | 6 | -0/+138 | |
| 2024-07-11 | sync with seaweedfs | chrislu | 2 | -58/+58 | |
| 2024-07-10 | Bump google.golang.org/grpc from 1.64.0 to 1.64.1 | dependabot[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-26 | Bump golang.org/x/image from 0.17.0 to 0.18.0 | dependabot[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-22 | sync with seaweedfsv1.2.0 | chrislu | 2 | -25/+31 | |
| 2024-06-22 | upgrade to golang:1.22 | chrislu | 2 | -6/+3 | |
| 2024-06-22 | go mod | chrislu | 2 | -30/+30 | |
| 2024-06-22 | Update README.md | chrislu | 1 | -31/+1 | |
| 2024-06-20 | deal with config error | chrislu | 1 | -3/+4 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/169 | |||||
| 2024-06-11 | update deps | chrislu | 3 | -191/+115 | |
| 2024-06-11 | sync seaweedfs | chrislu | 2 | -95/+75 | |
| 2024-06-06 | fix(driver): nomad compatibility error | duanhongyi | 1 | -1/+1 | |
| 2024-05-31 | Bumb chart version to 0.2.2 | Federico A. Corazza | 1 | -1/+1 | |
| 2024-05-28 | Update README.md | renweijun | 1 | -1/+9 | |
| 2024-04-20 | Bump golang.org/x/net from 0.20.0 to 0.23.0 | dependabot[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-29 | Update rbac.yaml for fix invalid yaml | Psycho Mantys | 1 | -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-29 | Allow to set nodeAffinity for controller | Viktor Kuzmin | 1 | -0/+3 | |
| 2024-03-29 | Use capacity of one byte as 'no quota' | Viktor Kuzmin | 2 | -1/+9 | |
| 2024-03-13 | Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 | dependabot[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-24 | sync with 3.62v1.1.9 | chrislu | 2 | -32/+2071 | |
| 2024-01-23 | add missing permissions on persistenvolumes | Sebastien Pastor | 1 | -0/+3 | |
| 2024-01-18 | Revert "chore(seaweedfs-csi-driver): delete unnecessary stage" | chrislu | 3 | -45/+166 | |
| This reverts commit 44283c0ffe56e3180dae5b93801d07a3d621d355. | |||||
| 2024-01-18 | Revert "Fix: unable to properly clean mount points" | chrislu | 2 | -75/+66 | |
| This reverts commit 4f60c279001475dcb398ed8c852ff2c6e366e16e. | |||||
| 2024-01-15 | Fix: unable to properly clean mount points | duanhongyi | 2 | -66/+75 | |
| 2024-01-11 | chore(seaweedfs-csi-driver): delete unnecessary stage | duanhongyi | 3 | -166/+45 | |
| 2024-01-11 | Fix: capacity error in re mounting after expand volume | duanhongyi | 7 | -29/+156 | |
| 2023-12-18 | Bump golang.org/x/crypto from 0.14.0 to 0.17.0 | dependabot[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-17 | Allow to configure default concurrentWrites | Viktor Kuzmin | 2 | -0/+5 | |
| 2023-11-10 | Avoid null set on optional cli dataLocality arg | Jackbennett | 1 | -1/+3 | |
| 2023-11-05 | update docker base image | chrislu | 2 | -2/+2 | |
