This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch release/2.7.1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/release/2.7.1 by this push:
     new 5aa130b  chore: update VERSION
5aa130b is described below

commit 5aa130be5aa82c4feb5a4a342510a49e0f480447
Author: juzhiyuan <[email protected]>
AuthorDate: Tue Aug 10 16:51:33 2021 +0800

    chore: update VERSION
---
 README.md                         |  6 +++---
 api/VERSION                       |  2 +-
 docs/en/latest/api/api.md         | 38 +++++++++++++++++++-------------------
 docs/en/latest/config.json        |  2 +-
 docs/en/latest/deploy-with-rpm.md |  2 +-
 docs/en/latest/develop.md         |  2 +-
 web/package.json                  |  2 +-
 7 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/README.md b/README.md
index 5838baf..a5f099d 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@
 
 - The master version should be used with Apache APISIX master version.
 
-- The latest released version is [2.7](https://apisix.apache.org/downloads/) 
and should be used with [Apache APISIX 
2.6](https://apisix.apache.org/downloads/). It is not recommended to use with 
other Apache APISIX versions.
+- The latest released version is [2.7.1](https://apisix.apache.org/downloads/) 
and would better be used with [Apache APISIX 
2.7](https://apisix.apache.org/downloads/).
 
 ## What's Apache APISIX Dashboard
 
@@ -46,7 +46,7 @@ Note: Currently the Dashboard does not have complete coverage 
of Apache APISIX f
 
 ## Demo
 
-```
+```text
 URL: http://139.217.190.60/
 Username: admin
 Password: admin
@@ -54,7 +54,7 @@ Password: admin
 
 ## Project structure
 
-```
+```text
 .
 ├── CHANGELOG.md
 ├── CODE_OF_CONDUCT.md
diff --git a/api/VERSION b/api/VERSION
index 1effb00..860487c 100644
--- a/api/VERSION
+++ b/api/VERSION
@@ -1 +1 @@
-2.7
+2.7.1
diff --git a/docs/en/latest/api/api.md b/docs/en/latest/api/api.md
index 56a7d48..b270c4e 100644
--- a/docs/en/latest/api/api.md
+++ b/docs/en/latest/api/api.md
@@ -1,5 +1,5 @@
 ---
-title: API doc of Manager API.
+title: API doc of Manager API
 ---
 
 <!--
@@ -29,7 +29,7 @@ Manager API directly operates ETCD and provides data 
management for Apache APISI
 
 #### GET
 
-##### Summary:
+##### Summary
 
 Export a config file for migrate.
 
@@ -43,7 +43,7 @@ A file for download.
 
 ### /apisix/admin/migrate/import
 
-##### Summary:
+##### Summary
 
 Import the config file for restore config.
 
@@ -51,23 +51,23 @@ Import the config file for restore config.
 
 ##### Parameters (FORM)
 
-| Name | Located in | Description | Required | Schema |
-| ---- | ---------- | ----------- | -------- | ------ |
+| Name | Located in | Description                             | Required | 
Schema |
+| ---- | ---------- | --------------------------------------- | -------- | 
------ |
 | mode | body(form) | import mode (return, skip or overwrite) | Yes      | 
string |
-| file | body(form) | file to upload  | Yes      | string |
+| file | body(form) | file to upload                          | Yes      | 
string |
 
 ##### Responses
 
-| Code    | Description      | Schema                |
-| ------- | ---------------- | --------------------- |
-| 0       | import success   | [ApiError](#ApiError) |
-| 20001   | Config conflict  |[ApiError](#ApiError) |
+| Code  | Description     | Schema                |
+| ----- | --------------- | --------------------- |
+| 0     | import success  | [ApiError](#ApiError) |
+| 20001 | Config conflict | [ApiError](#ApiError) |
 
 ### /apisix/admin/check_ssl_cert
 
 #### POST
 
-##### Summary:
+##### Summary
 
 verify SSL cert and key.
 
@@ -89,7 +89,7 @@ verify SSL cert and key.
 
 #### POST
 
-##### Summary:
+##### Summary
 
 Check whether the SSL exists.
 
@@ -111,7 +111,7 @@ Check whether the SSL exists.
 
 #### GET
 
-##### Summary:
+##### Summary
 
 Return the consumer list according to the specified page number and page size, 
and can search consumers by username.
 
@@ -134,7 +134,7 @@ Return the consumer list according to the specified page 
number and page size, a
 
 #### GET
 
-##### Summary:
+##### Summary
 
 Return result of route exists checking by name and exclude id.
 
@@ -156,7 +156,7 @@ Return result of route exists checking by name and exclude 
id.
 
 #### GET
 
-##### Summary:
+##### Summary
 
 Return the route list according to the specified page number and page size, 
and can search routes by name and uri.
 
@@ -181,7 +181,7 @@ Return the route list according to the specified page 
number and page size, and
 
 #### GET
 
-##### Summary:
+##### Summary
 
 Return the service list according to the specified page number and page size, 
and can search services by name.
 
@@ -204,7 +204,7 @@ Return the service list according to the specified page 
number and page size, an
 
 #### GET
 
-##### Summary:
+##### Summary
 
 Return the SSL list according to the specified page number and page size, and 
can SSLs search by sni.
 
@@ -227,7 +227,7 @@ Return the SSL list according to the specified page number 
and page size, and ca
 
 #### GET
 
-##### Summary:
+##### Summary
 
 Return the upstream list according to the specified page number and page size, 
and can search upstreams by name.
 
@@ -250,7 +250,7 @@ Return the upstream list according to the specified page 
number and page size, a
 
 #### POST
 
-##### Summary:
+##### Summary
 
 user login.
 
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 246f1d6..cebc774 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,5 +1,5 @@
 {
-  "version": 2.4,
+  "version": 2.7,
   "sidebar": [
     {
       "type": "category",
diff --git a/docs/en/latest/deploy-with-rpm.md 
b/docs/en/latest/deploy-with-rpm.md
index dea8daf..d1e63c8 100644
--- a/docs/en/latest/deploy-with-rpm.md
+++ b/docs/en/latest/deploy-with-rpm.md
@@ -26,7 +26,7 @@ title: Deploy with RPM
 ## Install from RPM
 
 ```sh
-$ sudo yum install -y 
https://github.com/apache/apisix-dashboard/releases/download/v2.7/apisix-dashboard-2.7-0.x86_64.rpm
+$ sudo yum install -y 
https://github.com/apache/apisix-dashboard/releases/download/v2.7.1/apisix-dashboard-2.7.1-0.x86_64.rpm
 ```
 
 ## Run
diff --git a/docs/en/latest/develop.md b/docs/en/latest/develop.md
index 7784bd2..66487a8 100644
--- a/docs/en/latest/develop.md
+++ b/docs/en/latest/develop.md
@@ -30,7 +30,7 @@ Before development, refer to this [guide](./deploy.md) to 
install dependencies.
 ## Clone the project
 
 ```sh
-$ git clone -b release/2.7 https://github.com/apache/apisix-dashboard.git
+$ git clone -b release/2.7.1 https://github.com/apache/apisix-dashboard.git
 ```
 
 ## Start developing
diff --git a/web/package.json b/web/package.json
index d039dee..9486a7b 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apisix-dashboard",
-  "version": "2.7.0",
+  "version": "2.7.1",
   "private": true,
   "description": "Dashboard for Apache APISIX",
   "scripts": {

Reply via email to