diff --git a/CHANGELOG b/CHANGELOG index b06c139..369de49 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -918,3 +918,12 @@ * Restrict email address validation (#17688) (#19085) * Fix lfs bug (#19072) (#19080) +[1.23.9] +* Update Gitea to 1.16.5 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.16.5) +* Prevent redirect to Host (2) (#19175) (#19186) +* Try to prevent autolinking of displaynames by email readers (#19169) (#19183) +* Clean paths when looking in Storage (#19124) (#19179) +* Do not send notification emails to inactive users (#19131) (#19139) +* Do not send activation email if manual confirm is set (#19119) (#19122) + diff --git a/CloudronManifest.json b/CloudronManifest.json index ad47a46..ee46ea1 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.23.8", - "upstreamVersion": "1.16.4", + "version": "1.23.9", + "upstreamVersion": "1.16.5", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912, diff --git a/Dockerfile b/Dockerfile index 8c99388..2423a1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN passwd -d git RUN mkdir -p /home/git/gitea WORKDIR /home/git -ARG VERSION=1.16.4 +ARG VERSION=1.16.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