While on Github the latest release is 1.4.3 and that's also the case for discourse.gitea.io, for dl.gitea.io the release of version 1.5 is available for download.
So what is the latest release?
latest stable release is 1.4.3
1.5.0-rc1 has been released that is why there is 1.5 in dl.gitea.io
Looks like v1.5 'final' is posted: https://dl.gitea.io/gitea/1.5/
@tomByrer that's release branch, not final.
I understand the confusion though, there's no indication that the files in that directory are the RC version and not the final release. Naming them with their full release information is both easy and eliminates this problem entirely.
There's also a 1.5 tag in the docker repo. So this is not really version 1.5?
Is tag 1.4.3 really version 1.4.3? How to tell?
https://hub.docker.com/r/gitea/gitea/tags/
Directories 1.4
, 1.5
are built from release branch so these directories always contain latest 1.4.x, 1.5.x version binary
Final release will be in 1.5.0
directory
So 1.5 currently points to 1.5.0-rc1?
I think this might confuse some people, but I also see that it does make sense to do it this way.
Thank you for the clarification!
@gertmenke 1.5.0-rc1 + backported fixes to release/1.5 branch
Ah, that esplains the different timestamps. :-)
Most helpful comment
Final release will be in
1.5.0
directory