diff --git a/seaweedfs.yaml b/seaweedfs.yaml index 3cea51f4dc8..859e7e451a8 100644 --- a/seaweedfs.yaml +++ b/seaweedfs.yaml @@ -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 @@ -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: