Skip to content

Commit

Permalink
feat: release 2.13 (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored May 27, 2022
1 parent a0be631 commit 7543860
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 7 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

# Table of Contents

- [2.13.0](#2130)
- [2.11.0](#2110)
- [2.10.1](#2101)
- [2.10.0](#2100)
Expand All @@ -38,6 +39,42 @@
- [1.5.0](#150)
- [1.0.0](#100)

# 2.13.0

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

Notice: Starting with this release, Apache APISIX Dashboard will use the same version number as the Apache APISIX it supports.

### Core

- feat: add security header [#2341](https://github.com/apache/apisix-dashboard/pull/2341)
- feat: storage grafana path in to etcd [#2362](https://github.com/apache/apisix-dashboard/pull/2362)
- feat: Modify plugin preview page [#2359](https://github.com/apache/apisix-dashboard/pull/2359)
- feat: support Turkish Language [#2452](https://github.com/apache/apisix-dashboard/pull/2452)
- feat: add page reload judgment [#2370](https://github.com/apache/apisix-dashboard/pull/2370)
- feat: basic support Apache APISIX 2.13.0 [#2428](https://github.com/apache/apisix-dashboard/pull/2428)
- chore: use json schema instead hard code [#2399](https://github.com/apache/apisix-dashboard/pull/2399)
- chore: update README for online demo [#2404](https://github.com/apache/apisix-dashboard/pull/2404)
- docs: update online playground url [#2416](https://github.com/apache/apisix-dashboard/pull/2416)
- chore: update the year of copyright and fix typo [#2417](https://github.com/apache/apisix-dashboard/pull/2417)

### Bugfix

- fix: format error in changelog [#2378](https://github.com/apache/apisix-dashboard/pull/2378)
- fix: caller location error in logs [#2367](https://github.com/apache/apisix-dashboard/pull/2367)
- fix(import routes): merge route when route have the same name [#2330](https://github.com/apache/apisix-dashboard/pull/2330)
- fix: consumer without plugins causes page crashes [#2437](https://github.com/apache/apisix-dashboard/pull/2437)
- fix: correct data type of filed Active.checks.active.https_verify_certificate [#2422](https://github.com/apache/apisix-dashboard/pull/2422)
- fix: create upstream error when pass host is node and nodes without port [#2421](https://github.com/apache/apisix-dashboard/pull/2421)
- docs: fix invalid link [#2366](https://github.com/apache/apisix-dashboard/pull/2366)
- docs: Remove hyperlinks from documents [#2431](https://github.com/apache/apisix-dashboard/pull/2431)
- docs: Update RPM install package link [#2439](https://github.com/apache/apisix-dashboard/pull/2439)

### Test

- refactor: migrate id compatible tests to e2enew [#2400](https://github.com/apache/apisix-dashboard/pull/2400)
- refactor: migrate route tests to e2enew [#2411](https://github.com/apache/apisix-dashboard/pull/2411)

# 2.11.0

This release contains some features and bugfixes, and all the existing functionalities are compatible with Apache APISIX 2.12.1.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

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

- The latest released version is [2.11.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.12.1](https://apisix.apache.org/downloads/).
- The latest released version is [2.13.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.13.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 @@
2.11.0
2.13.0
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": "2.11.0",
"version": "2.13.0",
"sidebar": [
{
"type": "category",
Expand Down
2 changes: 1 addition & 1 deletion docs/en/latest/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Before development, refer to this [guide](./install.md) to install dependencies.
## Clone the project

```sh
$ git clone -b release/2.11.0 https://github.com/apache/apisix-dashboard.git
$ git clone -b release/2.13 https://github.com/apache/apisix-dashboard.git
```

## Start developing
Expand Down
4 changes: 2 additions & 2 deletions 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/v2.11/apisix-dashboard-2.11-0.el7.x86_64.rpm
sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.13/apisix-dashboard-2.13-0.el7.x86_64.rpm
```

### Launch
Expand Down Expand Up @@ -91,7 +91,7 @@ For `web`:
### Download {#source-download}

```shell
git clone -b release/2.10.1 https://github.com/apache/apisix-dashboard.git && cd apisix-dashboard
git clone -b release/2.13 https://github.com/apache/apisix-dashboard.git && cd apisix-dashboard
```

### Build {#source-build}
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": "2.11.0",
"version": "2.13.0",
"private": true,
"description": "Dashboard for Apache APISIX",
"scripts": {
Expand Down

0 comments on commit 7543860

Please sign in to comment.