From e68a0333a988ee4bb1090a9faf94f82d59722eb2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 9 May 2020 18:19:03 -0700 Subject: [PATCH] Version 1.16.0 --- CHANGELOG | 4 ++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3598952..fbbd999 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -483,3 +483,7 @@ [1.15.4] * Update Gitea to 1.11.4 +[1.16.0] +* Update Gitea to [1.11.5](https://github.com/go-gitea/gitea/releases/tag/v1.11.5) +* Update base image to 2.0.0 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 5b8dc48..25f6cfe 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.15.4", + "version": "1.16.0", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index f799f43..e11e268 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.11.4 +This app packages Gitea 1.11.5 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.