Skip to content

Commit 7ce75b9

Browse files
authored
Revert "feat: release 2.16.0 (#2719)" (#2721)
This reverts commit 8c9b7bc.
1 parent 8c9b7bc commit 7ce75b9

File tree

7 files changed

+7
-26
lines changed

7 files changed

+7
-26
lines changed

CHANGELOG.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
# Table of Contents
2121

22-
- [2.16.0](#2160)
2322
- [2.15.0](#2150)
2423
- [2.14.0](#2140)
2524
- [2.13.1](#2131)
@@ -43,24 +42,6 @@
4342
- [1.5.0](#150)
4443
- [1.0.0](#100)
4544

46-
## 2.16.0
47-
48-
### Core
49-
50-
- feat: basic support Apache APISIX 3.0.0 [#2701](https://github.com/apache/apisix-dashboard/pull/2701)
51-
- feat: change etcd prefix for ssl and proto [#2693](https://github.com/apache/apisix-dashboard/pull/2693)
52-
53-
### Bugfix
54-
55-
- fix: remove cases external service dependency [#2697](https://github.com/apache/apisix-dashboard/pull/2697)
56-
- fix: adapt APISIX plugin disabled [#2717](https://github.com/apache/apisix-dashboard/pull/2717)
57-
- fix: plugin configuration lost in editor [#2718](https://github.com/apache/apisix-dashboard/pull/2718)
58-
59-
### Other
60-
61-
- chore: optimize "allow_origins_by_regex tooltip" description [#2690](https://github.com/apache/apisix-dashboard/pull/2690)
62-
- chore: simplify e2e env [#2694](https://github.com/apache/apisix-dashboard/pull/2694)
63-
6445
## 2.15.0
6546

6647
### Core

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
- The master version should be used with Apache APISIX master version.
3535

36-
- The latest released version is [2.16.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 3.x](https://apisix.apache.org/downloads/).
36+
- The latest released version is [2.15.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.15.x](https://apisix.apache.org/downloads/).
3737

3838
## What's Apache APISIX Dashboard
3939

api/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.16.0
1+
2.15.0

docs/en/latest/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.16.0",
2+
"version": "2.15.0",
33
"sidebar": [
44
{
55
"type": "category",

docs/en/latest/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before development, refer to this [guide](./install.md) to install dependencies.
3030
## Clone the project
3131

3232
```sh
33-
$ git clone -b release/2.16 https://github.com/apache/apisix-dashboard.git
33+
$ git clone -b release/2.15 https://github.com/apache/apisix-dashboard.git
3434
```
3535

3636
## Start developing

docs/en/latest/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Please replace `<CONFIG_FILE>` to your configure file path.
4848

4949
```shell
5050
# 1. install RPM package
51-
sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.16.0/apisix-dashboard-2.16.0-0.el7.x86_64.rpm
51+
sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.15.0/apisix-dashboard-2.15.0-0.el7.x86_64.rpm
5252
```
5353

5454
### Launch
@@ -91,7 +91,7 @@ For `web`:
9191
### Download {#source-download}
9292

9393
```shell
94-
git clone -b release/2.16 https://github.com/apache/apisix-dashboard.git && cd apisix-dashboard
94+
git clone -b release/2.15 https://github.com/apache/apisix-dashboard.git && cd apisix-dashboard
9595
```
9696

9797
### Build {#source-build}

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apisix-dashboard",
3-
"version": "2.16.0",
3+
"version": "2.15.0",
44
"private": true,
55
"description": "Dashboard for Apache APISIX",
66
"scripts": {

0 commit comments

Comments
 (0)