aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-11-24fix service name generation in post-install hookMax Roby1-2/+2
2023-11-24add a post-install hook for creating bucketsMax Roby2-0/+81
2023-11-23reduce binary size by skipping rclonechrislu5-4/+11
2023-11-21added default tls secret value for master ingressfibbanachi1-0/+1
2023-11-21support tls in master-ingressfibbanachi1-0/+2
2023-11-21fix TestMisplacedChecking() and add test-casezehweh1-3/+9
2023-11-21fix yamllint errorsjessebot2-3/+3
2023-11-21fix chart bump to be only one minor patch version from the current chart versionjessebot1-1/+1
2023-11-21specify the filer.s3.existingConfigSecret for the filer statefulsetjessebot1-3/+3
clean up volumeMounts so name is first in the object list item
2023-11-21rename seaweedfs-s3-secret.yaml to s3-secret.yaml to match other s3 filesjessebot1-1/+1
also make sure we check filer.s3.existingConfigSecret
2023-11-21adding ability to use an existing Secret for s3jessebot6-8/+95
2023-11-20remove trailing spacesMax Roby1-3/+3
2023-11-20fix issue where filer PVC created even if using existingClaimMax Roby1-3/+3
2023-11-20add ability to pass annotations to the volumeClaimtemplate, enables k8up usageMax Roby4-14/+49
2023-11-20fix incorrect name of volumesMax Roby1-2/+2
2023-11-20add option for existingClaim usage to master-statefulset, fix naming in ↵Max Roby3-3/+23
volume-statefulset
2023-11-20enable existing claim on filerMax Roby1-0/+10
2023-11-20add support for using an existing claim for volume serverMax Roby2-0/+32
2023-11-20fix issue where is always interpreted as trueMax Roby1-7/+7
2023-11-20Update helm_chart_release.yml - run release on push to master on changes to ↵JesseBot1-2/+4
k8s/chart files
2023-11-20Update filer_server_handlers_write_autochunk.gojulor1-0/+1
2023-11-20verify content-md5 in headerjulor1-0/+10
if upload content by s3 client and set content-md5 in header,then will verify recived and saved content,if not equal delete thos chunks
2023-11-20Fix weed fixSmsS41-2/+28
2023-11-20Bump github.com/aws/aws-sdk-go-v2 from 1.22.1 to 1.23.0dependabot[bot]2-6/+6
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.22.1 to 1.23.0. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.22.1...v1.23.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20Bump github.com/Jille/raft-grpc-transport from 1.4.0 to 1.5.0dependabot[bot]2-3/+3
Bumps [github.com/Jille/raft-grpc-transport](https://github.com/Jille/raft-grpc-transport) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/Jille/raft-grpc-transport/releases) - [Commits](https://github.com/Jille/raft-grpc-transport/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/Jille/raft-grpc-transport dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20Bump github.com/hashicorp/raft-boltdb/v2 from 2.2.2 to 2.3.0dependabot[bot]2-19/+22
Bumps [github.com/hashicorp/raft-boltdb/v2](https://github.com/hashicorp/raft-boltdb) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/hashicorp/raft-boltdb/releases) - [Commits](https://github.com/hashicorp/raft-boltdb/compare/v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/raft-boltdb/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20Bump docker/build-push-action from 5.0.0 to 5.1.0dependabot[bot]7-7/+7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/0565240e2d4ab88bba5387d719585280857ece09...4a13e500e55cf31b7a5d59a38ab2040ab0f42f56) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20Bump actions/dependency-review-action from 3.1.2 to 3.1.3dependabot[bot]1-1/+1
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/fde92acd0840415674c16b39c7d703fc28bc511e...7bbfa034e752445ea40215fff1c3bf9597993d3f) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20weed/command: fix dropped errorLars Lehtonen1-0/+3
2023-11-18fix annotations templating for s3.ingress.annotations and document it and ↵jessebot3-4/+7
s3.ingress.tls in values.yaml
2023-11-17Waiting for writes to complete with acquired locks may lead to deadlock, ↵Viktor Kuzmin1-2/+5
fixes #4952
2023-11-17fix: add doDeleteFile option for filer backupKonstantin Lebedev2-10/+14
2023-11-15adjust logschrislu1-1/+4
2023-11-14fix: use metricsPort correctlydongyue2-2/+2
2023-11-13Bump cloud.google.com/go/storage from 1.33.0 to 1.35.1dependabot[bot]2-12/+12
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.33.0 to 1.35.1. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.33.0...storage/v1.35.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13Bump actions/dependency-review-action from 3.1.1 to 3.1.2dependabot[bot]1-1/+1
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/9f45b2463b475767b61721ccfef113fef513e6aa...fde92acd0840415674c16b39c7d703fc28bc511e) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13Bump github.com/schollz/progressbar/v3 from 3.13.1 to 3.14.1dependabot[bot]2-11/+9
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.13.1 to 3.14.1. - [Release notes](https://github.com/schollz/progressbar/releases) - [Commits](https://github.com/schollz/progressbar/compare/v3.13.1...v3.14.1) --- updated-dependencies: - dependency-name: github.com/schollz/progressbar/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13Bump golang.org/x/sys from 0.13.0 to 0.14.0dependabot[bot]2-3/+3
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.13.0 to 0.14.0. - [Commits](https://github.com/golang/sys/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13Bump github.com/gorilla/mux from 1.8.0 to 1.8.1dependabot[bot]2-3/+3
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/gorilla/mux/releases) - [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/gorilla/mux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13fs.mergeVolumes: change dir to a named parameterAmir H. Yeganemehr1-8/+8
2023-11-13Java 3.59chrislu9-9/+17
fix https://github.com/seaweedfs/seaweedfs/issues/5001
2023-11-13Fix typo (dist => dest)Amir H. Yeganemehr1-7/+7
2023-11-13fs.mergeVolumes: Make a plan based on volumes sizeAmir H. Yeganemehr1-61/+152
2023-11-13fix: excludeFileName is emptyKonstantin Lebedev1-3/+6
2023-11-13filer backup add option for exclude file names that match the regexp to sync ↵Konstantin Lebedev2-3/+14
on filer
2023-11-13s3 api add not implemented response for PutBucketVersioningKonstantin Lebedev2-0/+7
2023-11-13s3 api add default response for GetBucketVersioningKonstantin Lebedev2-0/+20
2023-11-13make help command in shell case insensitiveAmir H. Yeganemehr1-1/+1
2023-11-123.593.59chrislu2-3/+3
2023-11-10ec.decode: mount the collected ec shardsjsh1-0/+10