Upgrade Gitea to 1.16.6
This update brings a number of bugfixes. The most visible to us is it should fix partial clones for older clients. This means we can reenable partial cloning again. Note that we have testing of partial clones which should detect if this is working for us. There are no template diffs for the three template files we override between 1.16.5 and 1.16.6. The release notes can be found at: https://github.com/go-gitea/gitea/blob/v1.16.6/CHANGELOG.md#1166---2022-04-20 Change-Id: Ie5b6a3bcd73f135fe8914b55896a3a428a41dccc
This commit is contained in:
parent
59aa319f52
commit
325333016e
@ -27,7 +27,7 @@ FROM docker.io/library/golang:1.18-bullseye AS build-env
|
||||
|
||||
LABEL maintainer="infra-root@openstack.org"
|
||||
|
||||
ARG GITEA_VERSION="v1.16.5"
|
||||
ARG GITEA_VERSION="v1.16.6"
|
||||
ENV TAGS "bindata $TAGS"
|
||||
|
||||
#Build deps
|
||||
|
@ -35,8 +35,10 @@ DISABLED_REPO_UNITS = repo.issues,repo.pulls,repo.wiki,repo.projects
|
||||
DISABLE_STARS = true
|
||||
|
||||
[git]
|
||||
; Implemented in 1.16 but breaks pip install when using older Git clients
|
||||
DISABLE_PARTIAL_CLONE = true
|
||||
; Implemented in 1.16 but broke older git clients. Now expected to work
|
||||
; but we keep explicit config in place should it need to be toggled back
|
||||
; to true again.
|
||||
DISABLE_PARTIAL_CLONE = false
|
||||
|
||||
[indexer]
|
||||
ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve
|
||||
|
Loading…
x
Reference in New Issue
Block a user