From 97cc7520da3c2498452d836ff3d7a43189278548 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 5 Feb 2025 11:12:49 -0800 Subject: [PATCH] Update to gitea 1.23.3 We are upgrading from 1.23.1 to 1.23.3. Both 1.23.2 and 1.23.3 are bugfix releases but 1.23.2 includes a breaking change to webhooks. We don't use webhooks so this shouldn't affect us. Complete changelog can be found here: https://github.com/go-gitea/gitea/blob/v1.23.3/CHANGELOG.md There is also a minor update to one of the templates we override which I have synced over. Change-Id: I97ba30309da63ecb4fb4fc301209c60ea8dc8504 --- docker/gitea/Dockerfile | 2 +- docker/gitea/custom/templates/base/head_navbar.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 3d2c7423f5..94b7fc0a2b 100644 --- a/docker/gitea/Dockerfile +++ b/docker/gitea/Dockerfile @@ -32,7 +32,7 @@ LABEL maintainer="infra-root@openstack.org" ARG GOPROXY ENV GOPROXY ${GOPROXY:-direct} -ARG GITEA_VERSION="v1.23.1" +ARG GITEA_VERSION="v1.23.3" ENV TAGS "bindata timetzdata $TAGS" # Build deps diff --git a/docker/gitea/custom/templates/base/head_navbar.tmpl b/docker/gitea/custom/templates/base/head_navbar.tmpl index 4b77a979e1..501a4bdd05 100644 --- a/docker/gitea/custom/templates/base/head_navbar.tmpl +++ b/docker/gitea/custom/templates/base/head_navbar.tmpl @@ -193,7 +193,7 @@ {{.ActiveStopwatch.RepoSlug}}#{{.ActiveStopwatch.IssueIndex}}
-
+ {{.CsrfTokenHtml}}
-
+ {{.CsrfTokenHtml}}