| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-02 | sync with seaweedfs 4.00v1.3.3 | chrislusf | 2 | -9/+9 | |
| 2025-10-25 | README orfo fix | valodzka | 1 | -1/+1 | |
| 2025-10-23 | fix error messagev1.3.2 | chrislusf | 1 | -2/+2 | |
| 2025-10-23 | fix build | chrislusf | 2 | -2/+2 | |
| 2025-10-23 | Fix filer_pb API signatures to include context parameter | chrislusf | 1 | -3/+3 | |
| The filer_pb.Mkdir, filer_pb.Remove, and filer_pb.Exists functions now require context.Context as the first parameter. This commit updates all three function calls in controllerserver.go to match the updated API. Fixes #206 | |||||
| 2025-10-22 | sync with SeaweedFS 3.98v1.3.1 | Chris Lu | 2 | -92/+100 | |
| 2025-08-22 | Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 | dependabot[bot] | 2 | -3/+3 | |
| Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2025-07-20 | sync with seaweedfs 3.95v1.3.0 | chrislusf | 2 | -59/+59 | |
| 2025-06-27 | Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 | dependabot[bot] | 2 | -3/+3 | |
| Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/go-viper/mapstructure/releases) - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md) - [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: github.com/go-viper/mapstructure/v2 dependency-version: 2.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2025-06-22 | sync with 3.92v1.2.9 | chrislusf | 2 | -17/+17 | |
| 2025-06-20 | Update Chart.yaml | Chris Lu | 1 | -1/+1 | |
| 2025-06-15 | go mod tidy1.2.9 | chrislusf | 2 | -81/+52 | |
| 2025-06-15 | sync with 3.91 seaweedfs | chrislusf | 2 | -36/+62 | |
| 2025-05-16 | helm: add storageClassVolumeBindingMode default value to the values.yaml for ↵ | Oleksandr Valuiev | 1 | -0/+1 | |
| the better visibility | |||||
| 2025-05-15 | make volumeBindingMode an option for the StorageClass | Oleksandr Valuiev | 1 | -0/+1 | |
| 2025-05-04 | Add a few more comments to deploy/nomad/example-seaweedfs-volume.hcl | Aaron Madsen | 1 | -0/+8 | |
| 2025-05-04 | Use only lowercase letters in the volume ID to avoid case matching issues | Aaron Madsen | 1 | -0/+2 | |
| 2025-05-04 | Make sure the volume ID is a valid bucket name | Aaron Madsen | 3 | -6/+41 | |
| 2025-04-20 | Bump golang.org/x/net from 0.36.0 to 0.38.0 | dependabot[bot] | 2 | -15/+15 | |
| Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0. - [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2025-03-21 | Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 | dependabot[bot] | 2 | -3/+3 | |
| Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2025-03-12 | Bump golang.org/x/net from 0.34.0 to 0.36.0 | dependabot[bot] | 2 | -15/+15 | |
| Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.36.0. - [Commits](https://github.com/golang/net/compare/v0.34.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2025-02-04 | go mod tidy | chrislu | 2 | -6/+3 | |
| fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/187 | |||||
| 2025-02-04 | use golang:1.23 image | chrislu | 2 | -2/+2 | |
| 2025-01-06 | sync with 3.81v1.2.8 | chrislu | 2 | -101/+112 | |
| 2024-12-15 | fix k8s deploy args | liguowei | 1 | -2/+2 | |
| 2024-12-03 | Fix plugin disable command to use dynamic variables | Ali Afsharzadeh | 1 | -1/+1 | |
| 2024-11-20 | Add Multi filers | liberodark | 1 | -0/+6 | |
| 2024-11-11 | go mod | chrislu | 2 | -51/+38 | |
| 2024-10-10 | sync with 3.77v1.2.7 | chrislu | 2 | -21/+21 | |
| 2024-10-06 | sync with 3.76v1.2.6 | chrislu | 2 | -29/+29 | |
| 2024-10-03 | sync with 3.75v1.2.5 | chrislu | 2 | -9/+9 | |
| 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 | |
