diff --git a/CHANGELOG.md b/CHANGELOG.md index 32102c2..d1e0ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1171,3 +1171,8 @@ * Use --message=%s for git commit message (#23028) (#23029) * Render access log template as text instead of HTML (#23013) (#23025) * Fix the Manually Merged form (#23015) (#23017) + +[1.28.0] +* Update Gitea to 1.19.0 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.19.0) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 043ccdb..422da0a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,8 +4,8 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.27.1", - "upstreamVersion": "1.18.5", + "version": "1.28.0", + "upstreamVersion": "1.19.0", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912, diff --git a/Dockerfile b/Dockerfile index d3d0294..829acf8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /home/git # for autosign feature ENV GNUPGHOME="/app/data/gnupg" -ARG VERSION=1.18.5 +ARG VERSION=1.19.0 RUN curl -L https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 -o /home/git/gitea/gitea \ && chmod +x /home/git/gitea/gitea