From cedb272a9bcbc044180b5caef81567673b0434ff Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 6 Aug 2019 14:05:54 -0400 Subject: [PATCH] Update gitea to 1.9.4 This is the latest release from upstream. We're not currently running with any additional patches, although we did submit one for the atomic updating of repo counts. That patch will be in 1.10. There is only one change to the templates we've customized since the ref we're running from. That is included in the repo/header.tmpl. Change-Id: Id426ce6072e127a08810b9fbb109445d36bef2d9 --- docker/gitea/Dockerfile | 2 +- docker/gitea/custom/templates/repo/header.tmpl | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 90e85dbda1..e47072c7b0 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -26,7 +26,7 @@ FROM golang:1.11-stretch AS build-env LABEL maintainer="infra-root@openstack.org" -ARG GITEA_VERSION=6eb53ac570ab9af51fc9cbd79f1db782edce57e0 +ARG GITEA_VERSION=v1.9.4 ENV TAGS "bindata $TAGS" #Build deps diff --git a/docker/gitea/custom/templates/repo/header.tmpl b/docker/gitea/custom/templates/repo/header.tmpl index d264c3682b..fe361b8aa6 100644 --- a/docker/gitea/custom/templates/repo/header.tmpl +++ b/docker/gitea/custom/templates/repo/header.tmpl @@ -3,7 +3,11 @@