diff --git a/CHANGELOG b/CHANGELOG index 83dec2b..e9e9555 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -666,3 +666,21 @@ * When transfering repository and database transaction failed, rollback the renames (#14864) (#14902) * Fix race in local storage (#14888) (#14901) * Fix 500 on pull view page if user is not loged in (#14885) (#14886) + +[1.20.3] +* Update Gitea to 1.13.5 +* Update to goldmark 1.3.3 (#15059) (#15061) +* Another clusterfuzz spotted issue (#15032) (#15034) +* Fix set milestone on PR creation (#14981) (#15001) +* Prevent panic when editing forked repos by API (#14960) (#14963) +* Fix bug when upload on web (#15042) (#15055) +* Delete Labels & IssueLabels on Repo Delete too (#15039) (#15051) +* Fix postgres ID sequences broken by recreate-table (#15015) (#15029) +* Fix several render issues (#14986) (#15013) +* Make sure sibling images get a link too (#14979) (#14995) +* Fix Anchor jumping with escaped query components (#14969) (#14977) +* Fix release mail html template (#14976) +* Fix excluding more than two labels on issues list (#14962) (#14973) +* Don't mark each comment poster as OP (#14971) (#14972) +* Add "captcha" to list of reserved usernames (#14930) +* Re-enable import local paths after reversion from #13610 (#14925) (#14927) diff --git a/CloudronManifest.json b/CloudronManifest.json index e6b6d50..e8b04f1 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,7 +4,7 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.20.2", + "version": "1.20.3", "healthCheckPath": "/healthcheck", "httpPort": 3000, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index c60c204..1dca176 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.13.4 +This app packages Gitea 1.13.5 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 27e652a..ffbdb63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN passwd -d git RUN mkdir -p /home/git/gitea WORKDIR /home/git -ARG VERSION=1.13.4 +ARG VERSION=1.13.5 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea