aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-10-23fix error messagev1.3.2chrislusf1-2/+2
2025-10-23fix buildchrislusf2-2/+2
2025-10-23Fix filer_pb API signatures to include context parameterchrislusf1-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-22sync with SeaweedFS 3.98v1.3.1Chris Lu2-92/+100
2025-08-22Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0dependabot[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-20sync with seaweedfs 3.95v1.3.0chrislusf2-59/+59
2025-06-27Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0dependabot[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-22sync with 3.92v1.2.9chrislusf2-17/+17
2025-06-20Update Chart.yamlChris Lu1-1/+1
2025-06-15go mod tidy1.2.9chrislusf2-81/+52
2025-06-15sync with 3.91 seaweedfschrislusf2-36/+62
2025-05-16helm: add storageClassVolumeBindingMode default value to the values.yaml for ↵Oleksandr Valuiev1-0/+1
the better visibility
2025-05-15make volumeBindingMode an option for the StorageClassOleksandr Valuiev1-0/+1
2025-05-04Add a few more comments to deploy/nomad/example-seaweedfs-volume.hclAaron Madsen1-0/+8
2025-05-04Use only lowercase letters in the volume ID to avoid case matching issuesAaron Madsen1-0/+2
2025-05-04Make sure the volume ID is a valid bucket nameAaron Madsen3-6/+41
2025-04-20Bump golang.org/x/net from 0.36.0 to 0.38.0dependabot[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-21Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2dependabot[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-12Bump golang.org/x/net from 0.34.0 to 0.36.0dependabot[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-04go mod tidychrislu2-6/+3
fix https://github.com/seaweedfs/seaweedfs-csi-driver/issues/187
2025-02-04use golang:1.23 imagechrislu2-2/+2
2025-01-06sync with 3.81v1.2.8chrislu2-101/+112
2024-12-15fix k8s deploy argsliguowei1-2/+2
2024-12-03Fix plugin disable command to use dynamic variablesAli Afsharzadeh1-1/+1
2024-11-20Add Multi filersliberodark1-0/+6
2024-11-11go modchrislu2-51/+38
2024-10-10sync with 3.77v1.2.7chrislu2-21/+21
2024-10-06sync with 3.76v1.2.6chrislu2-29/+29
2024-10-03sync with 3.75v1.2.5chrislu2-9/+9
2024-09-303.74v1.2.4chrislu2-20/+20
2024-09-12sync with seaweedfs repov1.2.3chrislu2-82/+105
2024-09-12remove commentschrislu1-1/+1
2024-08-14Update README.mdGxliu1-1/+0
delete the output of command "helm repo add"
2024-07-27helm: add support for configuring cache capacityMarc 'risson' Schmitt2-1/+4
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2024-07-24sync with seaweedfsv1.2.2chrislu2-8/+8
2024-07-21fix buildv1.2.1chrislu1-0/+1
2024-07-21sync with 3.70chrislu2-25/+24
2024-07-18Delete deploy/swarm/README.mdChris Lu1-44/+0
2024-07-18Update cmd/seaweedfs-csi-driver/swarm/README.mdChris Lu1-1/+1
2024-07-18Update cmd/seaweedfs-csi-driver/swarm/README.mdChris Lu1-1/+1
2024-07-18Update deploy/swarm/README.mdChris Lu1-1/+1
2024-07-18updated READMEGradlon von Känel2-1/+46
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