aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-043.523.52chrislu2-3/+3
2023-06-04S3 TLS credentials Refreshing (#4506)Konstantin Lebedev2-7/+29
* S3 TLS credentials Refreshing * fix: logging --------- Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
2023-06-03fix deadlock for filer upload (#4527)wusong1-18/+8
Signed-off-by: wang wusong <wangwusong@virtaitech.com> Co-authored-by: wang wusong <wangwusong@virtaitech.com>
2023-06-02set df.File to nil after it is closedchrislu1-3/+19
possibly fix https://github.com/seaweedfs/seaweedfs/issues/4530
2023-05-31fix java ssl context loadingchrislu1-1/+1
2023-05-30reduce the window size between unregistering a volume server and creating ↵chrislu3-7/+13
volumes on that server fix https://github.com/seaweedfs/seaweedfs/issues/4467
2023-05-29upgrade rocksdb versionschrislu5-4/+6
2023-05-29Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu4-55/+57
2023-05-29adjust error messagechrislu1-0/+3
2023-05-29build(deps): bump github.com/aws/aws-sdk-go from 1.44.266 to 1.44.271 (#4515)dependabot[bot]2-3/+3
2023-05-29build(deps): bump cloud.google.com/go/pubsub from 1.30.1 to 1.31.0 (#4516)dependabot[bot]2-14/+13
2023-05-29build(deps): bump github.com/pquerna/cachecontrol from 0.1.0 to 0.2.0 (#4514)dependabot[bot]2-3/+3
2023-05-29build(deps): bump google.golang.org/api from 0.122.0 to 0.124.0 (#4512)dependabot[bot]2-9/+9
2023-05-29build(deps): bump github.com/prometheus/procfs from 0.9.0 to 0.10.1 (#4513)dependabot[bot]2-3/+3
2023-05-24add return for error handle (#4502)wusong1-2/+4
2023-05-22build(deps): bump github.com/aws/aws-sdk-go from 1.44.258 to 1.44.266 (#4495)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.258 to 1.44.266. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.258...v1.44.266) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22build(deps): bump helm/kind-action from 1.5.0 to 1.7.0 (#4493)dependabot[bot]1-1/+1
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.5.0 to 1.7.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.5.0...v1.7.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22build(deps): bump github.com/rabbitmq/amqp091-go from 1.8.0 to 1.8.1 (#4496)dependabot[bot]2-3/+3
Bumps [github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/rabbitmq/amqp091-go/releases) - [Changelog](https://github.com/rabbitmq/amqp091-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/rabbitmq/amqp091-go/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/rabbitmq/amqp091-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22build(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ from 0.1.2 ↵dependabot[bot]2-12/+15
to 0.1.3 (#4497) build(deps): bump github.com/ydb-platform/ydb-go-sdk-auth-environ Bumps [github.com/ydb-platform/ydb-go-sdk-auth-environ](https://github.com/ydb-platform/ydb-go-sdk-auth-environ) from 0.1.2 to 0.1.3. - [Commits](https://github.com/ydb-platform/ydb-go-sdk-auth-environ/compare/v0.1.2...v0.1.3) --- updated-dependencies: - dependency-name: github.com/ydb-platform/ydb-go-sdk-auth-environ dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#4498)dependabot[bot]2-5/+3
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.8.3. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-213.513.51chrislu2-3/+3
2023-05-21fix no more writables volumes while disk free space is sufficient (#4491)wusong2-0/+17
Co-authored-by: wang wusong <wangwusong@virtaitech.com>
2023-05-21Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu7-134/+153
2023-05-21recover build on windowschrislu2-1/+3
related to https://github.com/mattn/go-ieproxy/issues/45#event-9294284869
2023-05-19support swift (#4480)mervynzhang4-126/+142
2023-05-18Feat: etcd filer store keys should have customizable prefix (#4484)Mesar Hameed3-8/+11
An etcd cluster is not necessarily only dedicated to seaweedfs. This security enhancement adds a customizable key_prefix option to the etcd filer store. This will allow an etcd cluster administrator to limit the seaweedfs etcd user to only read/write a subset of keys under the key_prefix, instead of all keys on the etcd cluster.
2023-05-16Use filerGroup for s3 buckets collection prefix (#4465)SmsS414-12/+40
* Use filerGroup for s3 buckets collection prefix * Fix templates * Remove flags * Remove s3CollectionPrefix
2023-05-15fix testchrislu1-1/+1
2023-05-15Feat: support username/password authentication for etcd filer store s… (#4477)Mesar Hameed2-2/+9
Feat: support username/password authentication for etcd filer store seaweedfs/seaweedfs#4262 Co-authored-by: Mesar Hameed <mesar.hameed@gmail.com>
2023-05-15build(deps): bump go.mongodb.org/mongo-driver from 1.11.4 to 1.11.6 (#4475)dependabot[bot]2-3/+3
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.11.4 to 1.11.6. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](https://github.com/mongodb/mongo-go-driver/compare/v1.11.4...v1.11.6) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15build(deps): bump golang.org/x/tools from 0.8.0 to 0.9.1 (#4474)dependabot[bot]2-14/+15
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.8.0 to 0.9.1. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.8.0...v0.9.1) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15build(deps): bump cloud.google.com/go/pubsub from 1.30.0 to 1.30.1 (#4473)dependabot[bot]2-3/+3
Bumps [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) from 1.30.0 to 1.30.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.30.0...pubsub/v1.30.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15build(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (#4470)dependabot[bot]2-2/+2
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4d34df0c2316fe8122ab82dc22947d607c0c91f9...fac708d6674e30b6ba41289acaab6d4b75aa0753) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.8 to 3.5.9 (#4471)dependabot[bot]2-9/+9
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.8 to 3.5.9. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](https://github.com/etcd-io/etcd/compare/v3.5.8...v3.5.9) --- updated-dependencies: - dependency-name: go.etcd.io/etcd/client/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-15build(deps): bump google.golang.org/api from 0.114.0 to 0.122.0 (#4472)dependabot[bot]2-15/+17
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.114.0 to 0.122.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.114.0...v0.122.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-113.50chrislu2-3/+3
2023-05-09Revert "build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.43.0 ↵3.50chrislu2-6/+5
to 3.46.0 (#4456)" This reverts commit d23259029953be6823c82ec2fc1ccdb25301fdb5.
2023-05-09Update go.sumchrislu1-0/+2
2023-05-09Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu2-16/+20
2023-05-09update raft versionchrislu2-5/+3
fix #4460
2023-05-08build(deps): bump github.com/aws/aws-sdk-go from 1.44.253 to 1.44.258 (#4457)dependabot[bot]2-3/+3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.253 to 1.44.258. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.44.253...v1.44.258) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.43.0 to ↵dependabot[bot]2-5/+6
3.46.0 (#4456) build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 Bumps [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) from 3.43.0 to 3.46.0. - [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases) - [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/ydb-platform/ydb-go-sdk/compare/v3.43.0...v3.46.0) --- updated-dependencies: - dependency-name: github.com/ydb-platform/ydb-go-sdk/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08build(deps): bump github.com/lib/pq from 1.10.8 to 1.10.9 (#4455)dependabot[bot]2-3/+3
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.8 to 1.10.9. - [Release notes](https://github.com/lib/pq/releases) - [Commits](https://github.com/lib/pq/compare/v1.10.8...v1.10.9) --- updated-dependencies: - dependency-name: github.com/lib/pq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08build(deps): bump github.com/hanwen/go-fuse/v2 from 2.2.0 to 2.3.0 (#4454)dependabot[bot]2-2/+5
Bumps [github.com/hanwen/go-fuse/v2](https://github.com/hanwen/go-fuse) from 2.2.0 to 2.3.0. - [Commits](https://github.com/hanwen/go-fuse/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: github.com/hanwen/go-fuse/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-08build(deps): bump google.golang.org/grpc from 1.54.0 to 1.55.0 (#4453)dependabot[bot]2-3/+3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.54.0 to 1.55.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.54.0...v1.55.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-07reset wait time on a successful retrychrislu1-0/+2
2023-05-073.49chrislu2-3/+3
2023-05-07Merge branch 'master' of https://github.com/seaweedfs/seaweedfschrislu2-24/+93
2023-05-07update raftchrislu3-5/+7
2023-05-04fix shell volume.balance bug (#4447)themarkchen2-24/+93