This is an automated email from the ASF dual-hosted git repository.
bzp2010 pushed a commit to branch release/2.14
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/release/2.14 by this push:
new 4c237685f feat: release 2.14.0 (#2676)
4c237685f is described below
commit 4c237685f3c2a7b3db2a6ae9d8164e1d2f6f64af
Author: Zeping Bai <[email protected]>
AuthorDate: Wed Nov 30 16:58:20 2022 +0800
feat: release 2.14.0 (#2676)
Co-authored-by: 琚致远 / Zhiyuan Ju <[email protected]>
Co-authored-by: Young <[email protected]>
---
CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++
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, 63 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f92d50e22..b614931aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
# Table of Contents
+- [2.14.0](#2140)
- [2.13.1](#2131)
- [2.13.0](#2130)
- [2.11.0](#2110)
@@ -40,6 +41,61 @@
- [1.5.0](#150)
- [1.0.0](#100)
+## 2.14.0
+
+### Core
+
+- feat: basic support Apache APISIX 2.14.1
[#2464](https://github.com/apache/apisix-dashboard/pull/2464)
+- feat: refactor OpenAPI 3 parse and convert
[#2460](https://github.com/apache/apisix-dashboard/pull/2460)
+- feat: integrate data loader interface to import handler
[#2474](https://github.com/apache/apisix-dashboard/pull/2474)
+- feat: support data loader in frontend
[#2480](https://github.com/apache/apisix-dashboard/pull/2480)
+- feat: translating Turkish for new features
[#2487](https://github.com/apache/apisix-dashboard/pull/2487)
+- feat: add batch delete function for route
[#2502](https://github.com/apache/apisix-dashboard/pull/2502)
+- feat: support show all enable plugin list tab
[#2585](https://github.com/apache/apisix-dashboard/pull/2585)
+- feat: Add config struct of OpenID-Connect Login
[#2597](https://github.com/apache/apisix-dashboard/pull/2597)
+- feat: Adding a Loading state to buttons
[#2630](https://github.com/apache/apisix-dashboard/pull/2630)
+- feat: add login filter of OpenID-Connect
[#2608](https://github.com/apache/apisix-dashboard/pull/2608)
+- feat: add etcd store auto re-initialize
[#2650](https://github.com/apache/apisix-dashboard/pull/2650)
+- feat: add enable flag to oidc function
[#2672](https://github.com/apache/apisix-dashboard/pull/2672)
+- feat: support purge method
[#2674](https://github.com/apache/apisix-dashboard/pull/2674)
+- feat: support more upstream scheme
[#2675](https://github.com/apache/apisix-dashboard/pull/2675)
+
+### Docs
+
+- docs: add data loader and new OpenAPI 3 loader
[#2484](https://github.com/apache/apisix-dashboard/pull/2484)
+- docs: add new import and export docs to sidebar
[#2485](https://github.com/apache/apisix-dashboard/pull/2485)
+- docs: update deploy-with-docker.md
[#2472](https://github.com/apache/apisix-dashboard/pull/2472)
+- docs: add a notice about the compatibility of Ingress and Dashboard
[#2552](https://github.com/apache/apisix-dashboard/pull/2552)
+- docs: add correct csp rule
[#2548](https://github.com/apache/apisix-dashboard/pull/2548)
+- docs: add Slack invitation link badge
[#2617](https://github.com/apache/apisix-dashboard/pull/2617)
+
+### Bugfix
+
+- fix: advance matching in the route create page causes the page to crash
[#2440](https://github.com/apache/apisix-dashboard/pull/2440)
+- fix: Users can create a Consumer in Dashboard without enabling the plugin
[#2442](https://github.com/apache/apisix-dashboard/pull/2442)
+- fix: block arbitrary file index
[#2497](https://github.com/apache/apisix-dashboard/pull/2497)
+- fix: route duplicate ID
[#2501](https://github.com/apache/apisix-dashboard/pull/2501)
+- fix: add a judgement for last_report_time
[#2551](https://github.com/apache/apisix-dashboard/pull/2551)
+- fix: drawer components delete plugin not working
[#2573](https://github.com/apache/apisix-dashboard/pull/2573)
+- fix: page refresh causes deletion exception
[#2593](https://github.com/apache/apisix-dashboard/pull/2593)
+- fix: plugin_config missing on service exist
[#2657](https://github.com/apache/apisix-dashboard/pull/2657)
+- fix: ant-table unable to request
[#2641](https://github.com/apache/apisix-dashboard/pull/2641)
+- fix: change default CSP value
[#2601](https://github.com/apache/apisix-dashboard/pull/2601)
+
+### Test
+
+- test: remove stale E2E cases
[#2475](https://github.com/apache/apisix-dashboard/pull/2475)
+- fix: cli test invalid etcd
[#2544](https://github.com/apache/apisix-dashboard/pull/2544)
+- feat: fix actions version to root version
[#2521](https://github.com/apache/apisix-dashboard/pull/2521)
+- test: reduce fe ci time
[#2557](https://github.com/apache/apisix-dashboard/pull/2557)
+- feat: set serverUrlMap with env, update cypress, update stylelint
[#2583](https://github.com/apache/apisix-dashboard/pull/2583)
+- feat: add tip and preset model for plugin editor, improve e2e stability
[#2581](https://github.com/apache/apisix-dashboard/pull/2581)
+
+### Other
+
+- feat: dashboard support windows
[#2619](https://github.com/apache/apisix-dashboard/pull/2619)
+- feat: configure eslint plugins to support format import and export
[#2647](https://github.com/apache/apisix-dashboard/pull/2647)
+
## 2.13.1
**This is a maintenance release, and you can see the CHANGELOG in
`release/2.13` branch.**
diff --git a/README.md b/README.md
index 990dad6c3..49eb05e65 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@
- The master version should be used with Apache APISIX master version.
-- The latest released version is
[2.13.1](https://apisix.apache.org/downloads/) and is compatible with [Apache
APISIX 2.13.x](https://apisix.apache.org/downloads/).
+- The latest released version is
[2.14.0](https://apisix.apache.org/downloads/) and is compatible with [Apache
APISIX 2.14.x](https://apisix.apache.org/downloads/).
## What's Apache APISIX Dashboard
diff --git a/api/VERSION b/api/VERSION
index fb2c0766b..edcfe40d1 100644
--- a/api/VERSION
+++ b/api/VERSION
@@ -1 +1 @@
-2.13.0
+2.14.0
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 7b989ea24..6a60ef416 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,5 +1,5 @@
{
- "version": "2.13.0",
+ "version": "2.14.0",
"sidebar": [
{
"type": "category",
diff --git a/docs/en/latest/develop.md b/docs/en/latest/develop.md
index 93f431768..b193be602 100644
--- a/docs/en/latest/develop.md
+++ b/docs/en/latest/develop.md
@@ -30,7 +30,7 @@ Before development, refer to this [guide](./install.md) to
install dependencies.
## Clone the project
```sh
-$ git clone -b release/2.13 https://github.com/apache/apisix-dashboard.git
+$ git clone -b release/2.14 https://github.com/apache/apisix-dashboard.git
```
## Start developing
diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md
index c9e8b53d9..f18c39d0a 100644
--- a/docs/en/latest/install.md
+++ b/docs/en/latest/install.md
@@ -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/v2.13/apisix-dashboard-2.13-0.el7.x86_64.rpm
+sudo yum install -y
https://github.com/apache/apisix-dashboard/releases/download/v2.14.0/apisix-dashboard-2.14.0-0.el7.x86_64.rpm
```
### Launch
@@ -91,7 +91,7 @@ For `web`:
### Download {#source-download}
```shell
-git clone -b release/2.13 https://github.com/apache/apisix-dashboard.git && cd
apisix-dashboard
+git clone -b release/2.14 https://github.com/apache/apisix-dashboard.git && cd
apisix-dashboard
```
### Build {#source-build}
diff --git a/web/package.json b/web/package.json
index fc5029173..c6a083be2 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
{
"name": "apisix-dashboard",
- "version": "2.13.0",
+ "version": "2.14.0",
"private": true,
"description": "Dashboard for Apache APISIX",
"scripts": {