Skip to content

Commit

Permalink
feat: release 3.0.1 (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baoyuantop authored Mar 24, 2023
1 parent 4cabd32 commit 397c0cb
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# Table of Contents

- [3.0.1](#301)
- [3.0.0](#300)
- [2.15.0](#2150)
- [2.14.0](#2140)
Expand All @@ -43,6 +44,32 @@
- [1.5.0](#150)
- [1.0.0](#100)

## 3.0.1

### Core

- feat: add search functionality for ID, host, and description fields [#2750](https://github.com/apache/apisix-dashboard/pull/2750)
- feat: support ipv6 in upstream nodes [#2766](https://github.com/apache/apisix-dashboard/pull/2766)

### Bugfix

- fix: plugins display in list of routes [#2704](https://github.com/apache/apisix-dashboard/pull/2704)
- fix: plugin config page error [#2739](https://github.com/apache/apisix-dashboard/pull/2739)
- fix: Plugin disable invalid in API /plugin?all=true [#2737](https://github.com/apache/apisix-dashboard/pull/2737)
- fix: update URL of the online playground [#2760](https://github.com/apache/apisix-dashboard/pull/2760)
- fix: remove route name length limit [#2759](https://github.com/apache/apisix-dashboard/pull/2759)
- fix: change regex template to optional in proxy write [#2762](https://github.com/apache/apisix-dashboard/pull/2762)
- fix: ssl table expiration time display [#2763](https://github.com/apache/apisix-dashboard/pull/2763)
- fix: disable global plugin invalid [#2757](https://github.com/apache/apisix-dashboard/pull/2757)
- fix: upstream nodes metadata miss [#2773](https://github.com/apache/apisix-dashboard/pull/2773)
- fix: remove ssl check in redirect https [#2770](https://github.com/apache/apisix-dashboard/pull/2770)

### Chore

- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /web [#2730](https://github.com/apache/apisix-dashboard/pull/2730)
- chore: update dependency [#2752](https://github.com/apache/apisix-dashboard/pull/2752)
- chore: update the year in the NOTICE [#2726](https://github.com/apache/apisix-dashboard/pull/2726)

## 3.0.0

### Core
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

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

- The latest released version is [3.0.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 3.0.x](https://apisix.apache.org/downloads/).
- The latest released version is [3.0.1](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 3.0.x](https://apisix.apache.org/downloads/).

## What's Apache APISIX Dashboard

Expand Down
2 changes: 1 addition & 1 deletion api/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
2 changes: 1 addition & 1 deletion docs/en/latest/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "3.0.1",
"sidebar": [
{
"type": "category",
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Please replace `<CONFIG_FILE>` to your configure file path.

```shell
# 1. install RPM package
sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v3.0.0/apisix-dashboard-3.0.0-0.el7.x86_64.rpm
sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v3.0.1/apisix-dashboard-3.0.1-0.el7.x86_64.rpm
```

### Launch
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apisix-dashboard",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"description": "Dashboard for Apache APISIX",
"scripts": {
Expand Down

0 comments on commit 397c0cb

Please sign in to comment.