diff --git a/CHANGELOG b/CHANGELOG index 7141161..994708c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -458,3 +458,6 @@ * Send tag create and push webhook when release created on UI (#8671) (#9702) * Branches not at ref commit ID should not be listed as Merged (#9614) (#9639) +[1.15.0] +* Update Gitea to 1.11.0 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 858ed25..d262266 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.14.3", + "version": "1.15.0", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index b5efa47..886b782 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.10.3 +This app packages Gitea 1.11.0 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. diff --git a/Dockerfile b/Dockerfile index 092e1e8..a771306 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617 -ARG VERSION=1.10.3 +ARG VERSION=1.11.0 RUN apt-get update && \ apt-get install -y openssh-server git && \