From 12f58af5858a5a7242dde45616b78ed38228ab4a Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 2 Nov 2018 08:55:25 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 4 ++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index edfefa2..f904bcc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -193,3 +193,7 @@ [1.7.1] * Update Gitea to 1.5.2 +[1.7.2] +* Update Gitea to 1.5.3 +* Security + * Fix remote command execution vulnerability in upstream library (#5177) (#5196) diff --git a/CloudronManifest.json b/CloudronManifest.json index 568cd8e..6b6d083 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.7.1", + "version": "1.7.2", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 34c56ed..d7636d5 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.5.2 +This app packages Gitea 1.5.3 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.