From 2094ced53058943ca6ce31b813129a6fefed57c0 Mon Sep 17 00:00:00 2001 From: nic-chen Date: Mon, 20 Dec 2021 15:55:17 +0800 Subject: [PATCH] feat: release 2.10.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- api/VERSION | 2 +- docs/en/latest/config.json | 2 +- docs/en/latest/develop.md | 2 +- docs/en/latest/install.md | 4 ++-- web/package.json | 2 +- 7 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eca895a62..aee7592227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ # Table of Contents +- [2.10.1](#2101) - [2.10.0](#2100) - [2.9.0](#290) - [2.8.0](#280) @@ -36,6 +37,14 @@ - [1.5.0](#150) - [1.0.0](#100) +# 2.10.1 + +This release contains bugfix, and all the existing functionalities are compatible with Apache APISIX 2.11.0. + +### Bugfix + +- fix: authentication middleware is implemented by changing from framework droplet to framework gin [#2254](https://github.com/apache/apisix-dashboard/pull/2254) + # 2.10.0 This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.11.0. diff --git a/README.md b/README.md index e97c6c3367..78fd343b30 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.10.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.11.0](https://apisix.apache.org/downloads/). +- The latest released version is [2.10.1](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.11.0](https://apisix.apache.org/downloads/). ## What's Apache APISIX Dashboard diff --git a/api/VERSION b/api/VERSION index 10c2c0c3d6..8bbb6e406a 100644 --- a/api/VERSION +++ b/api/VERSION @@ -1 +1 @@ -2.10.0 +2.10.1 diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json index 5b66c375ec..176ada15a0 100644 --- a/docs/en/latest/config.json +++ b/docs/en/latest/config.json @@ -1,5 +1,5 @@ { - "version": "2.10.0", + "version": "2.10.1", "sidebar": [ { "type": "category", diff --git a/docs/en/latest/develop.md b/docs/en/latest/develop.md index 23fb767b0a..2e718abdd2 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.10.0 https://github.com/apache/apisix-dashboard.git +$ git clone -b release/2.10.1 https://github.com/apache/apisix-dashboard.git ``` ## Start developing diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md index 97ffda9868..5d3adaf580 100644 --- a/docs/en/latest/install.md +++ b/docs/en/latest/install.md @@ -48,7 +48,7 @@ Please replace `` to your configure file path. ```shell # 1. install RPM package -sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.10.0/apisix-dashboard-2.10.0-0.el7.x86_64.rpm +sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.10.1/apisix-dashboard-2.10.1-0.el7.x86_64.rpm ``` ### Launch @@ -91,7 +91,7 @@ For `web`: ### Download {#source-download} ```shell -git clone -b release/2.10.0 https://github.com/apache/apisix-dashboard.git && cd apisix-dashboard +git clone -b release/2.10.1 https://github.com/apache/apisix-dashboard.git && cd apisix-dashboard ``` ### Build {#source-build} diff --git a/web/package.json b/web/package.json index 888617c50a..eb8999b6a9 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "apisix-dashboard", - "version": "2.10.0", + "version": "2.10.1", "private": true, "description": "Dashboard for Apache APISIX", "scripts": {