This is an automated email from the ASF dual-hosted git repository.
bzp2010 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new a1ffd338f feat: release 2.15.0 (#2685)
a1ffd338f is described below
commit a1ffd338fabf7ab0394924651449deb9727a43ba
Author: Zeping Bai <[email protected]>
AuthorDate: Wed Dec 7 17:41:04 2022 +0800
feat: release 2.15.0 (#2685)
---
CHANGELOG.md | 11 +++++++++++
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, 18 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b614931aa..015a6b6d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
# Table of Contents
+- [2.15.0](#2150)
- [2.14.0](#2140)
- [2.13.1](#2131)
- [2.13.0](#2130)
@@ -41,6 +42,16 @@
- [1.5.0](#150)
- [1.0.0](#100)
+## 2.15.0
+
+### Core
+
+- feat: basic support Apache APISIX 2.15.0
[#2680](https://github.com/apache/apisix-dashboard/pull/2680)
+
+### Bugfix
+
+- fix: bump go version to 1.16
[#2678](https://github.com/apache/apisix-dashboard/pull/2678)
+
## 2.14.0
### Core
diff --git a/README.md b/README.md
index 49eb05e65..92ed7f2b9 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.14.0](https://apisix.apache.org/downloads/) and is compatible with [Apache
APISIX 2.14.x](https://apisix.apache.org/downloads/).
+- 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/).
## What's Apache APISIX Dashboard
diff --git a/api/VERSION b/api/VERSION
index edcfe40d1..68e69e405 100644
--- a/api/VERSION
+++ b/api/VERSION
@@ -1 +1 @@
-2.14.0
+2.15.0
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 6a60ef416..0925d9e22 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,5 +1,5 @@
{
- "version": "2.14.0",
+ "version": "2.15.0",
"sidebar": [
{
"type": "category",
diff --git a/docs/en/latest/develop.md b/docs/en/latest/develop.md
index b193be602..5e9830bb6 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.14 https://github.com/apache/apisix-dashboard.git
+$ git clone -b release/2.15 https://github.com/apache/apisix-dashboard.git
```
## Start developing
diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md
index 0a4ab6ca4..8b6139478 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.14.0/apisix-dashboard-2.14.0-0.el7.x86_64.rpm
+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
```
### Launch
@@ -91,7 +91,7 @@ For `web`:
### Download {#source-download}
```shell
-git clone -b release/2.14 https://github.com/apache/apisix-dashboard.git && cd
apisix-dashboard
+git clone -b release/2.15 https://github.com/apache/apisix-dashboard.git && cd
apisix-dashboard
```
### Build {#source-build}
diff --git a/web/package.json b/web/package.json
index c6a083be2..1492e9bff 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
{
"name": "apisix-dashboard",
- "version": "2.14.0",
+ "version": "2.15.0",
"private": true,
"description": "Dashboard for Apache APISIX",
"scripts": {