Skip to content

Commit ef1e2db

Browse files
liuxiranstarsz
andauthored
feat: release 2.9.0 (#2154)
Co-authored-by: Peter Zhu <[email protected]>
1 parent 5514657 commit ef1e2db

File tree

8 files changed

+35
-7
lines changed

8 files changed

+35
-7
lines changed

CHANGELOG.md

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

2020
# Table of Contents
2121

22+
- [2.9.0](#290)
2223
- [2.8.0](#280)
2324
- [2.7.1](#271)
2425
- [2.7.0](#270)
@@ -34,6 +35,33 @@
3435
- [1.5.0](#150)
3536
- [1.0.0](#100)
3637

38+
# 2.9.0
39+
40+
This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.10.0.
41+
42+
### Core
43+
44+
- feat(plugin): allowing basic-auth to dynamically adapt to the BE rules [#2086](https://github.com/apache/apisix-dashboard/pull/2149)
45+
- feat(plugin): allowing referer-restriction to dynamically adapt to the BE rules [#2001](https://github.com/apache/apisix-dashboard/pull/2001)
46+
- refactor: migrate to viper configure manage [#1946](https://github.com/apache/apisix-dashboard/pull/1946)
47+
- feat: basic support Apache APISIX 2.10 [#2149](https://github.com/apache/apisix-dashboard/pull/2149)
48+
- feat: support Manager API run on windows [#2125](https://github.com/apache/apisix-dashboard/pull/2125)
49+
50+
### Bugfix
51+
52+
- fix: supports search by name for service options when add router [#2066](https://github.com/apache/apisix-dashboard/pull/2066)
53+
- fix: gzip plugin schema typo [#2142](https://github.com/apache/apisix-dashboard/pull/2142)
54+
- fix: adjust buildx to fix Docker build failed [#2120](https://github.com/apache/apisix-dashboard/pull/2120)
55+
56+
### Docs
57+
58+
- docs: Update FAQ about Grafana can't login when APISIX dashboard configured domain name [#2126](https://github.com/apache/apisix-dashboard/pull/2126)
59+
60+
### CI
61+
62+
- ci: Only upload artifact at the release/** branch [#2137](https://github.com/apache/apisix-dashboard/pull/2137)
63+
- ci: optimize build rpm workflow with apisix-build-tools v2.2.0 [#2133](https://github.com/apache/apisix-dashboard/pull/2133)
64+
3765
# 2.8.0
3866

3967
This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.9.

README.md

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

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

35-
- The latest released version is [2.8.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.9](https://apisix.apache.org/downloads/).
35+
- The latest released version is [2.9.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.10.0](https://apisix.apache.org/downloads/).
3636

3737
## What's Apache APISIX Dashboard
3838

api/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.0
1+
2.9.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.8,
2+
"version": "2.9.0",
33
"sidebar": [
44
{
55
"type": "category",

docs/en/latest/deploy-with-rpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ title: Deploy with RPM
2626
## Install from RPM
2727

2828
```sh
29-
$ sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.8/apisix-dashboard-2.8.0-0.el7.x86_64.rpm
29+
$ sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.9.0/apisix-dashboard-2.9.0-0.el7.x86_64.rpm
3030
```
3131

3232
## Run

docs/en/latest/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ go env -w GOPROXY=https://goproxy.cn,direct
4545
## Clone the project
4646

4747
```sh
48-
$ git clone -b release/2.7 https://github.com/apache/apisix-dashboard.git
48+
$ git clone -b release/2.9.0 https://github.com/apache/apisix-dashboard.git
4949
```
5050

5151
## Build

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](./deploy.md) to install dependencies.
3030
## Clone the project
3131

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

3636
## Start developing

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.8.0",
3+
"version": "2.9.0",
44
"private": true,
55
"description": "Dashboard for Apache APISIX",
66
"scripts": {

0 commit comments

Comments
 (0)