Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion seaweedfs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: seaweedfs
version: "4.05"
epoch: 1
epoch: 2
description: SeaweedFS is a fast distributed storage system for blobs, objects, files.
copyright:
- license: Apache-2.0
Expand All @@ -26,6 +26,8 @@ pipeline:
repository: https://github.com/seaweedfs/seaweedfs
tag: ${{package.version}}
expected-commit: 87b71029f75efc2fe6f1bcf12a3f129127f04e90
cherry-picks: |
master/6a9860098f75787fc1773f823d19cbf15d5671e2: fix: correcting S3 nil cipher dereference in filer init

- uses: go/build
with:
Expand Down
Loading