diff --git a/.gitea/workflows/update_swagger.yaml b/.gitea/workflows/update_swagger.yaml index a3948196..6f43a3c6 100644 --- a/.gitea/workflows/update_swagger.yaml +++ b/.gitea/workflows/update_swagger.yaml @@ -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.0' '1.23.8' '1.22.6' '1.21.11' '1.20.6' '1.19.4'; do + for ver in '1.24.1' '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 diff --git a/docusaurus.config.js b/docusaurus.config.js index e8e019e9..94393be2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -86,11 +86,11 @@ const globalVariables = { goVersion: "1.24", minGoVersion: "1.24", minNodeVersion: "22", - version: "1.24.0", + version: "1.24.1", sourceVersion: "v1.24.0", sourceBranch: "release/v1.24", - dockerVersion: "1.24.0", - displayVersion: "1.24.0", + dockerVersion: "1.24.1", + displayVersion: "1.24.1", }, 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.0" }, + { to: "/api/1.24/", label: "1.24.1" }, { to: "/api/1.23/", label: "1.23.8" }, { to: "/api/1.22/", label: "1.22.6" }, { to: "/api/1.21/", label: "1.21.11" },