From 506b9b300ff196ebc55a7bad7983de8162a002e2 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 24 Mar 2025 15:04:31 -0700 Subject: [PATCH] Update to Gitea 1.23.6 This upgrades us from gitea 1.23.5 to 1.23.6. The templates we override do not change between these versions in gitea proper so no template updates are necessary. This appears to largely be a bugfix release. The full release notes can be seen here: https://github.com/go-gitea/gitea/blob/v1.23.6/CHANGELOG.md The main change that stands out to me is: https://github.com/go-gitea/gitea/pull/33992 As that modifies the indexer which has been the source of memory issues in the past. However, this looks like a straightforward update and is probably fine. Change-Id: I3a47380a2e9107bb2dca1b0a3d66c44249ee60c3 --- docker/gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/gitea/Dockerfile b/docker/gitea/Dockerfile index 8ef6903efe..3e5388f783 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.5" +ARG GITEA_VERSION="v1.23.6" ENV TAGS "bindata timetzdata $TAGS" # Build deps