You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran Gitea from the Docker Hub image gitea/gitea:1. Until now, this was Gitea 1.12.0. After a docker pull today, it downgraded to Gitea 1.11.8. This is unexpected, I always thought that the tag does not downgrade.
I'd suggest making the tag gitea/gitea:1 monotonic. I.e. even when newer versions of 1.11.x come out, gitea/gitea:1 stays 1.12.0 until 1.12.1 gets released.
The text was updated successfully, but these errors were encountered:
It should be now 1.12.1. It was just pointing to 1.11.8 in between while drone does build version. When releasing versions in multiple releases branches like this time v1.11.8 and v1.12.1 it could point to wrong version for some time as Gitea release process takes more than hour to finish. It should not happen often as we rarely do minor versions to two major version branches.
[x]
):Description
I ran Gitea from the Docker Hub image gitea/gitea:1. Until now, this was Gitea 1.12.0. After a docker pull today, it downgraded to Gitea 1.11.8. This is unexpected, I always thought that the tag does not downgrade.
I'd suggest making the tag gitea/gitea:1 monotonic. I.e. even when newer versions of 1.11.x come out, gitea/gitea:1 stays 1.12.0 until 1.12.1 gets released.
The text was updated successfully, but these errors were encountered: