New release upstream: https://github.com/seaweedfs/seaweedfs/releases/tag/4.00 PS: I asked on the seaweedfs Telegram channel and I was told that 4.xx is not a major release, just the usual release after 3.99
Upgrade seems pretty straighforward: --- net/seaweedfs/Makefile +++ net/seaweedfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= seaweedfs -DISTVERSION= 3.97 +DISTVERSION= 4.00 CATEGORIES= net sysutils MAINTAINER= drtr0jan@yandex.ru @@ -13,7 +13,7 @@ USES= go:modules USE_RC_SUBR= seaweedfs -GO_MODULE= github.com/seaweedfs/seaweedfs@v0.0.0-20250901063128-76452ab59399 +GO_MODULE= github.com/seaweedfs/seaweedfs@v0.0.0-20251103213939-a154ef9a0fca GO_TARGET= ./weed CGO_CFLAGS= -I.
(In reply to Lapo Luchini from comment #0) Hi Lapo, what about the SeaweedFS Admin Component?
Uh, I didn't notice about thatβ¦
4.01 is out now, too.
(In reply to Lapo Luchini from comment #4) There're at least nine 4.01 release announces (from e15a4a at 27 Nov 2025 12:03:37 -0800 to 626954b at 27 Nov 2025 23:20:05 -0800) yet. I think it is very early...
I updated locally to 4.01 and it's working fine for me, as I wanted the new metric including version, which I find very useful to monitor the cluster status from Grafana: https://github.com/seaweedfs/seaweedfs/issues/6870 % xh localhost:9324/metrics | fgrep build_info # HELP SeaweedFS_build_info A metric with a constant '1' value labeled by version, commit, sizelimit, goos, and goarch from which SeaweedFS was built. # TYPE SeaweedFS_build_info gauge SeaweedFS_build_info{commit="",goarch="amd64",goos="freebsd",sizelimit="30GB",version="4.01"} 1 On the other hand, the "commit" is (working locally but) missing from the Port probably because it uses `git describe` and that doesn't work on a downloaded ZIP as the Port is using (I think?). Anyways I'm not in a hurry for the Port to be updated, I'm using my locally updated one anyways. π
(In reply to Lapo Luchini from comment #6) Hah, I've prepared Makefile with COMMIT TAG at 8th November 2021 (without porting to the upstream) I will backport it in the next commit.
Created attachment 265767 [details] seaweedfs.patch (In reply to Lapo Luchini from comment #6) Please check the attached patch.