| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-06-08 | 3.903.90 | chrislu | 1 | -2/+2 | |
| 2025-06-02 | 3.89 | Chris Lu | 1 | -2/+2 | |
| 2025-05-26 | 3.883.88 | chrislu | 1 | -1/+1 | |
| 2025-05-26 | Fix sftp performances and add seaweedfs all-in-one deployment (#6792) | Mohamed Sekour | 17 | -40/+773 | |
| * improve perfs & fix rclone & refactoring Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * improve perfs on download + add seaweedfs all-in-one deployment Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * use helper for topologySpreadConstraints and fix create home dir of sftp users Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * fix helm lint Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * add missing ctx param Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> --------- Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> | |||||
| 2025-05-16 | Helm chart - volume statefulset - volumeClaimTemplates - add apiVersion ↵ | Piotr Sawicki | 1 | -3/+9 | |
| and kind for better compatibility with argocd (#6793) | |||||
| 2025-05-05 | fix: remove blocking match label (#6760) | Manuel Leonhardt | 1 | -1/+0 | |
| matchLabels are immutable. Thus, matching against the version, which changes with every release, blocks Helm upgrades. To resolve this, the label is removed. See [1] where this was similarly done. [1] https://github.com/seaweedfs/seaweedfs/pull/6090 | |||||
| 2025-05-05 | Add SFTP Server Support (#6753) | Mohamed Sekour | 8 | -8/+511 | |
| * Add SFTP Server Support Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * fix s3 tests and helm lint Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * increase helm chart version * adjust version --------- Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> Co-authored-by: chrislu <chris.lu@gmail.com> | |||||
| 2025-05-04 | 3.873.87 | chrislu | 1 | -2/+2 | |
| 2025-03-17 | feature/add-cosi-resources (#6638) | klinch0 | 3 | -2/+17 | |
| 2025-03-13 | Fix typos and YAML syntax issues (#6628) | Manuel Leonhardt | 4 | -6/+6 | |
| * chore: remove trailing colon Fixes a typo that might confuse users who simply uncomment or copy the example, leading them to encounter invalid YAML. * fix: using seaweedfs-s3-secret as default secret for COSI deployment The default secret name containing the seaweedfs_s3_config secret key is called "seaweedfs-s3-secret" throughout the configuration. This fix ensures the COSI driver deployment uses the same consistent name. * chore!: fix typo BREAKING CHANGE: Changes name of key in helm-values. | |||||
| 2025-03-03 | Revert "Removed unused certificate mounts from helm chart" (#6597) | Chris Lu | 4 | -5/+40 | |
| Revert "Removed unused certificate mounts from helm chart (#6581)" This reverts commit 65b0a7cf83e78b2c24ca56377f8aac78d0fd3496. | |||||
| 2025-02-26 | Removed unused certificate mounts from helm chart (#6581) | Warren Hodgkinson | 4 | -40/+5 | |
| 2025-02-17 | 3.853.85 | chrislu | 1 | -2/+2 | |
| 2025-02-13 | Helm: Support map format for image pull secrets (#6546) | Gregor Tudan | 1 | -5/+8 | |
| Support map format for image pull secrets | |||||
| 2025-02-12 | fix helm: s3 allowEmptyFolder flag if (#6204) (#6206) | jiawei wei | 2 | -2/+2 | |
| 2025-02-03 | 3.84 | chrislu | 1 | -2/+2 | |
| 2025-02-01 | 3.833.83 | chrislu | 1 | -2/+2 | |
| 2025-01-23 | Update README.md - space for label creation (#6471) | Marc MAURICE | 1 | -1/+1 | |
| 2025-01-20 | 3.823.82 | chrislu | 1 | -2/+2 | |
| 2025-01-16 | Add bucket's traffic metrics (#6444) | Hadi Zamani | 1 | -17/+107 | |
| * Add bucket's traffic metrics * Add bucket traffic to dashboards * Fix bucket metrics help messages * Fix variable names | |||||
| 2025-01-06 | 3.813.81 | chrislu | 1 | -2/+2 | |
| 2024-11-18 | 3.803.80 | chrislu | 1 | -2/+2 | |
| 2024-11-15 | Add a loop to wait for master and filer services in post-install-bucket-hook ↵ | Omar Hamadeh | 1 | -2/+22 | |
| (#6240) Add a loop to wait for master and filer services before creating buckets | |||||
| 2024-11-08 | [helm] fix s3 servicemonitor label matching (#6218) | Nathan Dorsey | 1 | -2/+2 | |
| 2024-10-28 | 3.793.79 | chrislu | 1 | -2/+2 | |
| 2024-10-27 | 3.783.78 | chrislu | 1 | -2/+2 | |
| 2024-10-23 | [helm] Allow setting notification.toml config (#6159) | Davide Calabrese | 3 | -0/+43 | |
| * [helm] Allow setting notification.toml config * [helm] Set notification config conditionally | |||||
| 2024-10-22 | typo | chrislu | 1 | -1/+1 | |
| 2024-10-18 | Support specifying rack and dataCenter for filers in helm chart (#6144) | Dominik Grygiel | 2 | -0/+10 | |
| 2024-10-16 | feat: add resource annotations (#6134) | oldgiova | 18 | -0/+79 | |
| 2024-10-15 | Support topologySpreadConstraints in helm chart (#6132) | Dominik Grygiel | 4 | -0/+27 | |
| 2024-10-13 | Fix dataDirs.maxVolumes default value when not included in a values.yaml (#6119) | rschnei87 | 1 | -1/+3 | |
| 2024-10-10 | 3.773.77 | chrislu | 1 | -2/+2 | |
| 2024-10-08 | feat: Add support for "custom" dataDirs type for volume server in kubernetes ↵ | Spencer Hachmeister | 2 | -0/+17 | |
| helm chart (#6094) | |||||
| 2024-10-06 | 3.763.76 | chrislu | 1 | -2/+2 | |
| 2024-10-03 | 3.753.75 | chrislu | 1 | -2/+2 | |
| 2024-10-03 | k8s/charts/seaweedfs/templates: s3 deployment: rm blocking matchLabel (#6090) | ayzatziko | 1 | -1/+0 | |
| 2024-09-30 | 3.743.74 | chrislu | 1 | -2/+2 | |
| 2024-09-27 | Bump COSI-driver version v0.1.2 (#6074) | Andrei Kvapil | 1 | -1/+1 | |
| 2024-09-17 | Bump chart version (#6033) | Federico A. Corazza | 1 | -1/+1 | |
| * Update Chart.yaml * Update k8s/charts/seaweedfs/Chart.yaml --------- Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2024-09-13 | helm chart: add s3 and s3-tls ports where missing (#6016) | Erwan de Lépinau | 2 | -1/+13 | |
| 2024-09-12 | 3.733.73 | chrislu | 1 | -1/+1 | |
| 2024-09-09 | [Helm chart] use `/healthz` as default route in readiness/liveness (#5990) | wangtao | 1 | -2/+2 | |
| feat: #1627 use `/healthz` as default route in readinessProbe/livenessProbe of volume server | |||||
| 2024-08-19 | Allow using a PVC to store filer and master logs - changes in values.yaml ↵ | Aniket Dubey | 1 | -0/+18 | |
| (#5918) | |||||
| 2024-08-18 | 3.723.72 | chrislu | 1 | -1/+1 | |
| 2024-08-07 | Add volume-resize-hook (#5868) | Andrei Kvapil | 2 | -0/+119 | |
| 2024-08-05 | Add: COSI BucketClass and BucketAccessClass (#5863) | Andrei Kvapil | 2 | -0/+17 | |
| Signed-off-by: Andrei Kvapil <kvapss@gmail.com> | |||||
| 2024-08-05 | Fix: Resolve conflicts for deployment in diferent namespaces (#5862) | Andrei Kvapil | 5 | -10/+10 | |
| Signed-off-by: Andrei Kvapil <kvapss@gmail.com> | |||||
| 2024-08-02 | Fix secretName for seaweedfs-cosi-driver (#5850) | Andrei Kvapil | 1 | -1/+1 | |
| 2024-08-01 | Update COSI driver v0.1.1 (#5845) | Andrei Kvapil | 3 | -2/+10 | |
| Signed-off-by: Andrei Kvapil <kvapss@gmail.com> | |||||
