diff --git a/CHANGELOG b/CHANGELOG index 94bd679..1a7091c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -395,3 +395,8 @@ * Ensure Request Body Readers are closed in LFS server (#8454) (#8459) * Ensure that LFS files are relative to the LFS content path (#8455) (#8458) * Ignore mentions for users with no access (#8395) (#8484) + +[1.14.0] +* Update Gitea to 1.10.0 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.10.0) + diff --git a/CloudronManifest.json b/CloudronManifest.json index f148705..15a2288 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.13.6", + "version": "1.14.0", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 214b693..dee5361 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.9.5 +This app packages Gitea 1.10.0 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 148bdc4..07be0de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617 -ARG VERSION=1.9.5 +ARG VERSION=1.10.0 RUN apt-get update && \ apt-get install -y openssh-server git && \