| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 14 days | fix: address gemini-code-assist review comments | chrislusf | 1 | -4/+4 | |
| - Change mountService updateStrategy from RollingUpdate to OnDelete (mount service not yet resilient to its own restarts) - Change mountService image from :latest to :dev for consistency - Fix defer os.RemoveAll: explicitly remove cache dir after process stops to avoid removing while process might still be running | |||||
| 14 days | fix: address PR review comments | chrislusf | 3 | -7/+20 | |
| - Set localSocket in rebuildVolumeFromStaging to fix invalid gRPC target - Use SHA256 hash (16 hex chars) in LocalSocketPath to minimize collision risk - Update GitHub Actions to latest versions (checkout@v4, metadata-action@v5, etc.) - Fix volumeMounts/volumes conditional mismatch in helm templates - Add documentation for mountService defaults in values.yaml | |||||
| 14 days | fix: address code review feedback | chrislusf | 1 | -3/+3 | |
| - CRITICAL: Make socket path configurable based on mountEndpoint - Added volumeSocketDir field to SeaweedFsDriver - LocalSocketPath now accepts baseDir parameter - Derived from mountEndpoint for user-configurable socket paths - HIGH: Pin seaweedfs version in Dockerfiles for reproducible builds - Added SEAWEEDFS_VERSION build arg (default: 3.80) - Clone specific tag instead of master - HIGH: Fix Dockerfile.dev to use local context instead of personal fork - Removed hardcoded zemul/seaweedfs-csi-driver clone - Now uses COPY . . for local development - HIGH: Change :latest to :dev in kubernetes manifests - Mutable :latest tag replaced with :dev for predictability - MEDIUM: Remove Aliyun mirror from Dockerfile.dev - Region-specific mirrors shouldn't be in general-purpose files - MEDIUM: Improve error handling in client.go - Now reports read errors when failing to read error response body - MEDIUM: Fix inconsistent error return in manager.go - Return nil instead of empty struct on error (Go idiom) | |||||
| 14 days | add: merge prepare params. | 泽淼 周 | 2 | -4/+4 | |
| 14 days | add helm file | 泽淼 周 | 1 | -0/+78 | |
| 14 days | fix: seaweedfs-csi.yaml volumes config | 泽淼 周 | 2 | -16/+34 | |
| 14 days | adjust: Dockerfile | 泽淼 周 | 1 | -2/+2 | |
| 14 days | feat: helm config | 泽淼 周 | 2 | -0/+44 | |
| 14 days | fix: seaweefs-mount image | 泽淼 周 | 1 | -1/+1 | |
| 14 days | feat: seaweedfs-mount daemonset | 泽淼 周 | 1 | -0/+57 | |
| 2025-10-25 | README orfo fix | valodzka | 1 | -1/+1 | |
| 2025-06-20 | Update Chart.yaml | Chris Lu | 1 | -1/+1 | |
| 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 | Make sure the volume ID is a valid bucket name | Aaron Madsen | 1 | -0/+6 | |
| 2024-12-15 | fix k8s deploy args | liguowei | 1 | -2/+2 | |
| 2024-09-12 | remove comments | chrislu | 1 | -1/+1 | |
| 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-18 | Delete deploy/swarm/README.md | Chris Lu | 1 | -44/+0 | |
| 2024-07-18 | Update deploy/swarm/README.md | Chris Lu | 1 | -1/+1 | |
| 2024-07-18 | updated README | Gradlon von Känel | 1 | -1/+44 | |
| 2024-07-18 | initial files | Gradlon von Känel | 1 | -0/+1 | |
| 2024-05-31 | Bumb chart version to 0.2.2 | Federico A. Corazza | 1 | -1/+1 | |
| 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-01-23 | add missing permissions on persistenvolumes | Sebastien Pastor | 1 | -0/+3 | |
| 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-10-19 | Feat: add driver name support | duanhongyi | 3 | -2/+7 | |
| 2023-08-08 | Refactor options to be backward compatible, fixes #133 | Viktor Kuzmin | 3 | -6/+4 | |
| 2023-08-07 | Helm chart refactoring | Viktor Kuzmin | 7 | -250/+640 | |
| * Separate NodeServer and ControllerServer * Allow leader election for sidecars and replica count fot controller component * Liveness probes * Allow disabling attacher, cause this functionality is not used in reality | |||||
| 2023-08-07 | Controller should be run as deployment - it doesn't have any statefull data | Viktor Kuzmin | 1 | -2/+1 | |
| 2023-08-07 | Use consistent extension for yaml | Viktor Kuzmin | 7 | -0/+0 | |
| 2023-08-07 | Allow to separate ControllerServer and NodeServer, allow to disable attacher ↵ | Viktor Kuzmin | 2 | -0/+6 | |
| (it do nothing in reality) | |||||
| 2023-03-14 | Update chart description | Jackbennett | 1 | -1/+1 | |
| 2023-02-23 | bump chart version | Chris Lu | 1 | -1/+1 | |
| 2023-01-16 | Fix grabbing node-label, selecting is now in rule-file | Ruakij | 2 | -8/+7 | |
| 2023-01-16 | Add missing annotation to activate KubeMod | Ruakij | 1 | -0/+5 | |
| 2023-01-16 | Option to inject topology-info from node-labels using KubeMod | Ruakij | 3 | -0/+47 | |
| 2023-01-16 | Add dataLocality-option in helm chart | Ruakij | 2 | -0/+7 | |
| 2022-11-16 | Do not define namespace in seaweedfs-csi.yaml | Artur Motyka | 1 | -5/+0 | |
| 2022-11-01 | Add chart values for securityContext | Jackbennett | 2 | -5/+7 | |
| 2022-09-07 | fix sock path | Cristian Chiru | 1 | -3/+3 | |
| 2022-09-07 | bump chart version | Cristian Chiru | 1 | -1/+1 | |
| 2022-09-07 | add non standard volumes for seaweedfs-csi-driver node; improve helm texts | Cristian Chiru | 2 | -7/+13 | |
| 2022-09-05 | Allow per pv/pvc settings for cache, concurrent writes and uid/gid maps | Viktor Kuzmin | 1 | -0/+5 | |
| 2022-07-07 | Pods using the same volume share mount | garenchan | 1 | -0/+7 | |
| 2022-06-05 | Fix broken Helm template | Bryce Lampe | 2 | -8/+31 | |
| 2022-04-26 | Allow to set tolerations and affinity for both node and controller | Viktor Kuzmin | 3 | -2/+18 | |
