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
This commit is contained in:
parent
6648760059
commit
97cc7520da
@ -32,7 +32,7 @@ LABEL maintainer="infra-root@openstack.org"
|
|||||||
ARG GOPROXY
|
ARG GOPROXY
|
||||||
ENV GOPROXY ${GOPROXY:-direct}
|
ENV GOPROXY ${GOPROXY:-direct}
|
||||||
|
|
||||||
ARG GITEA_VERSION="v1.23.1"
|
ARG GITEA_VERSION="v1.23.3"
|
||||||
ENV TAGS "bindata timetzdata $TAGS"
|
ENV TAGS "bindata timetzdata $TAGS"
|
||||||
|
|
||||||
# Build deps
|
# Build deps
|
||||||
|
@ -193,7 +193,7 @@
|
|||||||
<span class="stopwatch-issue">{{.ActiveStopwatch.RepoSlug}}#{{.ActiveStopwatch.IssueIndex}}</span>
|
<span class="stopwatch-issue">{{.ActiveStopwatch.RepoSlug}}#{{.ActiveStopwatch.IssueIndex}}</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="tw-flex tw-gap-1">
|
<div class="tw-flex tw-gap-1">
|
||||||
<form class="stopwatch-commit" method="post" action="{{.ActiveStopwatch.IssueLink}}/times/stopwatch/toggle">
|
<form class="stopwatch-commit form-fetch-action" method="post" action="{{.ActiveStopwatch.IssueLink}}/times/stopwatch/toggle">
|
||||||
{{.CsrfTokenHtml}}
|
{{.CsrfTokenHtml}}
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
@ -201,7 +201,7 @@
|
|||||||
data-tooltip-content="{{ctx.Locale.Tr "repo.issues.stop_tracking"}}"
|
data-tooltip-content="{{ctx.Locale.Tr "repo.issues.stop_tracking"}}"
|
||||||
>{{svg "octicon-square-fill"}}</button>
|
>{{svg "octicon-square-fill"}}</button>
|
||||||
</form>
|
</form>
|
||||||
<form class="stopwatch-cancel" method="post" action="{{.ActiveStopwatch.IssueLink}}/times/stopwatch/cancel">
|
<form class="stopwatch-cancel form-fetch-action" method="post" action="{{.ActiveStopwatch.IssueLink}}/times/stopwatch/cancel">
|
||||||
{{.CsrfTokenHtml}}
|
{{.CsrfTokenHtml}}
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user