upgrade gitea to 1.24.3

This commit is contained in:
Lunny Xiao
2025-07-15 09:44:13 -07:00
parent 63c75a97c6
commit 47594bba97
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ jobs:
sed -i "$@" 's\"basePath": "{{AppSubUrl | JSEscape}}/api/v1"\"basePath": "https://gitea.com/api/v1"\' v1_json.tmpl
mv v1_json.tmpl static/swagger-latest.json
for ver in '1.24.2' '1.23.8' '1.22.6' '1.21.11' '1.20.6' '1.19.4'; do
for ver in '1.24.3' '1.23.8' '1.22.6' '1.21.11' '1.20.6' '1.19.4'; do
wget https://raw.githubusercontent.com/go-gitea/gitea/refs/tags/v${ver}/templates/swagger/v1_json.tmpl
sed -i "$@" "s|\"version\": \"{{AppVer \| JSEscape}}\"|\"version\": \"${ver}\"|" v1_json.tmpl
sed -i "$@" 's\"basePath": "{{AppSubUrl | JSEscape}}/api/v1"\"basePath": "https://gitea.com/api/v1"\' v1_json.tmpl

View File

@@ -86,11 +86,11 @@ const globalVariables = {
goVersion: "1.24",
minGoVersion: "1.24",
minNodeVersion: "22",
version: "1.24.2",
version: "1.24.3",
sourceVersion: "v1.24.0",
sourceBranch: "release/v1.24",
dockerVersion: "1.24.2",
displayVersion: "1.24.2",
dockerVersion: "1.24.3",
displayVersion: "1.24.3",
},
1.23: {
goVersion: "1.23",
@@ -427,7 +427,7 @@ const config = {
position: "right",
items: [
{ to: "/api/next/", label: "1.25-dev" },
{ to: "/api/1.24/", label: "1.24.2" },
{ to: "/api/1.24/", label: "1.24.3" },
{ to: "/api/1.23/", label: "1.23.8" },
{ to: "/api/1.22/", label: "1.22.6" },
{ to: "/api/1.21/", label: "1.21.11" },