Skip to content

Commit e656621

Browse files
authored
Merge pull request #1596 from tryzealot/release/5.3.5
Release 5.3.5
2 parents 80d517a + f8c50d5 commit e656621

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ARG BUILD_DATE
6464
ARG VCS_REF
6565
ARG TAG
6666

67-
ARG ZEALOT_VERSION="5.3.4"
67+
ARG ZEALOT_VERSION="5.3.5"
6868
ARG REPLACE_CHINA_MIRROR="true"
6969
ARG ORIGINAL_REPO_URL="dl-cdn.alpinelinux.org"
7070
ARG MIRROR_REPO_URL="mirrors.ustc.edu.cn"

config/locales/zealot/api.en.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ en:
1313
1414
```json
1515
{
16-
"version": "5.3.4",
16+
"version": "5.3.5",
1717
"vcs_ref": "effe99c25b79fd55d3e1959ea3af0bcb6b75ba1d",
1818
"build_date": "2024-05-23T06:04:48.989Z"
1919
}

config/locales/zealot/api.zh-CN.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ zh-CN:
1313
1414
```json
1515
{
16-
"version": "5.3.4",
16+
"version": "5.3.5",
1717
"vcs_ref": "effe99c25b79fd55d3e1959ea3af0bcb6b75ba1d",
1818
"build_date": "2024-05-23T06:04:48.989Z"
1919
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zealot",
3-
"version": "5.3.4",
3+
"version": "5.3.5",
44
"private": true,
55
"license": "MIT",
66
"dependencies": {

spec/swagger_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
description: I18n.t('api.schemas.version.description'),
256256
type: :object,
257257
properties: {
258-
version: { type: :integer, format: :int32, example: '5.3.4' },
258+
version: { type: :integer, format: :int32, example: '5.3.5' },
259259
vcs_ref: { type: :string, example: 'effe99c25b79fd55d3e1959ea3af0bcb6b75ba1d' },
260260
build_date: { type: :string, example: '2024-05-23T06:04:48.989Z' }
261261
}

swagger/v1/swagger_en.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Zealot API",
55
"version": "v1.3",
6-
"description": "This documentation doesn't provide a way to test our API. In order to facilitate testing, we recommend the following tools:\n\n- [cURL](https://curl.se/) (recommended, command-line)\n- [Bruno](https://www.usebruno.com/)\n- [Postman](https://www.postman.com/downloads/)\n- Your web browser, if you don't need to send headers or a request body\n\nOnce you have a working client, you can test that it works by making a GET request to {host}/version:\n\n```json\n{\n \"version\": \"5.3.4\",\n \"vcs_ref\": \"effe99c25b79fd55d3e1959ea3af0bcb6b75ba1d\",\n \"build_date\": \"2024-05-23T06:04:48.989Z\"\n}\n```\n\n## Authentication\n\nThis API only accepts one options for authentication: Personal access tokens.\nAll tokens are tied to a Zealot user and use the `token` query of the request.\n\nExample:\n\n```\nhttps://tryzealot.ews.im/api/users?token={token}\n```\n\n### Personal access tokens\n\nPersonal access tokens (PATs) can be found in from the [user settings](/docs/user-guide/user_settings).\n"
6+
"description": "This documentation doesn't provide a way to test our API. In order to facilitate testing, we recommend the following tools:\n\n- [cURL](https://curl.se/) (recommended, command-line)\n- [Bruno](https://www.usebruno.com/)\n- [Postman](https://www.postman.com/downloads/)\n- Your web browser, if you don't need to send headers or a request body\n\nOnce you have a working client, you can test that it works by making a GET request to {host}/version:\n\n```json\n{\n \"version\": \"5.3.5\",\n \"vcs_ref\": \"effe99c25b79fd55d3e1959ea3af0bcb6b75ba1d\",\n \"build_date\": \"2024-05-23T06:04:48.989Z\"\n}\n```\n\n## Authentication\n\nThis API only accepts one options for authentication: Personal access tokens.\nAll tokens are tied to a Zealot user and use the `token` query of the request.\n\nExample:\n\n```\nhttps://tryzealot.ews.im/api/users?token={token}\n```\n\n### Personal access tokens\n\nPersonal access tokens (PATs) can be found in from the [user settings](/docs/user-guide/user_settings).\n"
77
},
88
"servers": [
99
{
@@ -2593,7 +2593,7 @@
25932593
"version": {
25942594
"type": "integer",
25952595
"format": "int32",
2596-
"example": "5.3.4"
2596+
"example": "5.3.5"
25972597
},
25982598
"vcs_ref": {
25992599
"type": "string",

swagger/v1/swagger_zh-CN.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Zealot API",
55
"version": "v1.3",
6-
"description": "文档可能提供或没有提供测试接口的工具,便于快速测试,你还可以使用如下工具:\n\n- [cURL](https://curl.se/) (推荐,命令行工具)\n- [Bruno](https://www.usebruno.com/)\n- [Postman](https://www.postman.com/downloads/)\n- 任意浏览器,如果你不需要设置 headers 或请求主体\n\n准备好工具,你可以通过 `GET` 请求 {host}/version 可看到 Zealot 版本信息:\n\n```json\n{\n \"version\": \"5.3.4\",\n \"vcs_ref\": \"effe99c25b79fd55d3e1959ea3af0bcb6b75ba1d\",\n \"build_date\": \"2024-05-23T06:04:48.989Z\"\n}\n```\n\n## 接口认证\n\n接口目前仅提供在用户密钥认证方式,参数是 `token`,请求接口时可在接口 query 或表单字段中传递此字段。\n\n```\nhttps://tryzealot.ews.im/api/users?token={token}\n```\n\n### 用户密钥\n\n用户密钥在[用户详情](/docs/user-guide/user_settings)最底部找到。\n"
6+
"description": "文档可能提供或没有提供测试接口的工具,便于快速测试,你还可以使用如下工具:\n\n- [cURL](https://curl.se/) (推荐,命令行工具)\n- [Bruno](https://www.usebruno.com/)\n- [Postman](https://www.postman.com/downloads/)\n- 任意浏览器,如果你不需要设置 headers 或请求主体\n\n准备好工具,你可以通过 `GET` 请求 {host}/version 可看到 Zealot 版本信息:\n\n```json\n{\n \"version\": \"5.3.5\",\n \"vcs_ref\": \"effe99c25b79fd55d3e1959ea3af0bcb6b75ba1d\",\n \"build_date\": \"2024-05-23T06:04:48.989Z\"\n}\n```\n\n## 接口认证\n\n接口目前仅提供在用户密钥认证方式,参数是 `token`,请求接口时可在接口 query 或表单字段中传递此字段。\n\n```\nhttps://tryzealot.ews.im/api/users?token={token}\n```\n\n### 用户密钥\n\n用户密钥在[用户详情](/docs/user-guide/user_settings)最底部找到。\n"
77
},
88
"servers": [
99
{
@@ -2593,7 +2593,7 @@
25932593
"version": {
25942594
"type": "integer",
25952595
"format": "int32",
2596-
"example": "5.3.4"
2596+
"example": "5.3.5"
25972597
},
25982598
"vcs_ref": {
25992599
"type": "string",

0 commit comments

Comments
 (0)