-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Docker Hub latest
Tag Points to Release Candidate 1.18.0-rc0
#21615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Since it has been tagged, I would like to stay latest == 1.18rc0, if we delete the tag, some users will encounter a downgrade. Our task is to push the 1.18.0 releasing ASAP. |
same game as last time 😓 |
I actually encountered this, but a downgrade to 1.17 fails to start after an update to 1.18rc0, so I just went with 1.18rc0 after reading that it should be near a real release. |
I would love to see a stable tag for this. |
As the documentation says 'latest' is stable, it threw me off to see a release candidate version installed. |
Sorry, that's an accident event. |
So, over a month later, the latest tag is still on the .rc1. |
It should be soon and we fixed many bugs these days. |
So does this mean everyone on the https://github.com/go-gitea/gitea/releases/tag/v1.17.4 |
I think we do need to do another RC of 1.18 or release it. I'm not sure if we feel it's ready yet for release but it's getting there. |
1.18.0+rc1 includes everything until 24.11.2022, so the ghost fix you mentioned is included. |
I agree to just release 1.18.0 |
we should not messup at next rc ... (1.19.0-rcX) |
I'm not sure it's really a mess-up. I know that people don't like this but we need to get people to test RCs. |
Only problem: We declare |
So i'm pulling Is this as expected since EDIT: working now...👍🏼 |
EDIT: just to clarify, as I was made aware, that I may have struck too harsh of a tone in this reply. While I stand by this being problematic, esp. with the "maybe this was intended", this was my opinion, that was somewhat agitated / angry, as I wrote this reply after having had 3 full days of (unplanned, recovery) work at my day job, because another project had made pretty much that exact mistake. Please rest assured, that this was my personal opinion written down in a bad moment and missing the correct tone and neither based on nor supported by communities I am a part of. The text below was not altered, I did it, it was said, so I'll just add this clarification / context as a note and also to own the mistake I made.
This is a big fat mess-up since latest was declared as the "stable" tag, anything other than a stable therefore is a mess-up. Also if you want people to test, sneaking them an rc into their setup is a really messed up strategy and IMHO should be considered malicious behavior! I agree that testing is necessary, but not this way. I get that most do not want to test RCs, I'm usually not keen on it either, as my setup is there to support my other tasks, not to be my task (as in testing, fixing, or desaster recovery), but forcing it on people isn't the way to do it. If there is something people are waiting for, they will test it (at least if they have the time/resources/need), if existing things break, that's what tests are for... If it only happens under high load, high connection count,... (at scale) users testing RCs likely won't help, as those who are running at such scales usually pin their instances to the sha-digest and run pre-testing on different instances (usually at lower scale as simulating tons of users osn't the simplest rhing to do. |
I also agree that If not, some option that does only include stable should be provided. Apologies, I know we've discussed this before, but a cursory search doesn't bring it up on GH. |
@zeripath and everyone interested, I've added an edit to my message, as I have missed the tone. Sorry for screwing up that reply. |
Since 1.18.0 released, I think we can close this one. |
Description
Currently, the
latest
tag for gitea on docker hub [1] points to the same image as the1.18.0-rc0
tag [2]. The documentation says that thelatest
tag should only point to stable releases.This has happened before with 1.17.0 (#20058) and the configuration was apparently changed to prevent it from happening again, but now it has happened again.
[1] https://hub.docker.com/layers/gitea/gitea/latest/images/sha256-167f91cbf8f2d8e031d22c57928a157d4772aa378baa116a2f71f703b70b367f
[2] https://hub.docker.com/layers/gitea/gitea/1.18.0-rc0/images/sha256-167f91cbf8f2d8e031d22c57928a157d4772aa378baa116a2f71f703b70b367f
Gitea Version
1.18.0-rc0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Gitea from Docker Hub run via Docker Compose
Database
No response
The text was updated successfully, but these errors were encountered: