This is an automated email from the ASF dual-hosted git repository.
chenjunxu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 7640cbe chore: upgrade APISIX Dashboard version to 2.7 (#367)
7640cbe is described below
commit 7640cbe06d4a4a52e32fc0337280e97c96ae7986
Author: nic-chen <[email protected]>
AuthorDate: Tue Jun 15 23:55:46 2021 +0800
chore: upgrade APISIX Dashboard version to 2.7 (#367)
---
website/docusaurus.config.js | 8 ++---
...21-06-15-release-apache-apisix-dashboard-2.7.md | 35 ++++++++++++++++++++++
website/static/data/events.json | 4 +++
3 files changed, 43 insertions(+), 4 deletions(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index bce6280..299f40f 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -34,8 +34,8 @@ module.exports = {
shape: "square",
color: "#10B981",
githubRepo: "apache/apisix-dashboard",
- version: "2.6.1",
- releaseDate: "2021-05-27",
+ version: "2.7",
+ releaseDate: "2021-06-15",
firstDocPath: "/USER_GUIDE",
},
{
@@ -93,8 +93,8 @@ module.exports = {
shape: "square",
color: "#10B981",
githubRepo: "apache/apisix-dashboard",
- version: "2.6.1",
- releaseDate: "2021-05-27",
+ version: "2.7",
+ releaseDate: "2021-06-15",
firstDocPath: "/USER_GUIDE",
},
{
diff --git a/website/events/2021-06-15-release-apache-apisix-dashboard-2.7.md
b/website/events/2021-06-15-release-apache-apisix-dashboard-2.7.md
new file mode 100644
index 0000000..29cc344
--- /dev/null
+++ b/website/events/2021-06-15-release-apache-apisix-dashboard-2.7.md
@@ -0,0 +1,35 @@
+---
+title: Release Apache APISIX Dashboard 2.7
+---
+
+<!--truncate-->
+This release mainly improves basic features, bugfix and adds test cases.
+
+`Manager API` 2.7 should be used with [Apache APISIX
2.6](https://apisix.apache.org/downloads/). It is not recommended to use with
other Apache APISIX versions.
+
+### Core
+
+- Feat: support HTTPS for Manager API
[#1824](https://github.com/apache/apisix-dashboard/pull/1824)
+- Feat: run manager-api as an OS agnostic service
[#1667](https://github.com/apache/apisix-dashboard/pull/1667)
+- Feat: refactor Plugin Orchestration
[#1813](https://github.com/apache/apisix-dashboard/pull/1813)
+- Feat: add the service page upstream select option
[#1633](https://github.com/apache/apisix-dashboard/pull/1633)
+- Feat: improve the Duplicate Route feature
[#1833](https://github.com/apache/apisix-dashboard/pull/1833)
+- Feat: add api of config migrate, export and import
[#1893](https://github.com/apache/apisix-dashboard/pull/1893)
+
+### Bugfix
+
+- Fix: can not configure upstream with no nodes
[#1812](https://github.com/apache/apisix-dashboard/pull/1812)
+- Fix: add missing label in nodes component
[#1823](https://github.com/apache/apisix-dashboard/pull/1823)
+- Fix: when create the upstream, some properties can still be edited on the
preview page bug [#1828](https://github.com/apache/apisix-dashboard/pull/1828)
+- Fix: default cors plugin formdata validation error
[#1855](https://github.com/apache/apisix-dashboard/pull/1855)
+- Fix: generate a uid when post a route without id
[#1883](https://github.com/apache/apisix-dashboard/pull/1883)
+- Fix: route page Portable
[#1887](https://github.com/apache/apisix-dashboard/pull/1887)
+- Fix: invalid import issues
[#1899](https://github.com/apache/apisix-dashboard/pull/1899)
+- Fix: efficient error handling in manager-api including graceful shutdown,
self contained methods.
[#1814](https://github.com/apache/apisix-dashboard/pull/1814)
+- Fix: regex & omit vars when no value
[#1921](https://github.com/apache/apisix-dashboard/pull/1921)
+
+### Test Case
+
+- Test: fix unstable FE E2E test case
[#1826](https://github.com/apache/apisix-dashboard/pull/1826)
+- CI: fix gitleaks not allowed running
[#1897](https://github.com/apache/apisix-dashboard/pull/1897)
+- Test: refactor FE E2E test case
([#1844](https://github.com/apache/apisix-dashboard/pull/1844) to
[#1878](https://github.com/apache/apisix-dashboard/pull/1878) and a series of
PRs)
diff --git a/website/static/data/events.json b/website/static/data/events.json
index 1353db8..d2ea531 100644
--- a/website/static/data/events.json
+++ b/website/static/data/events.json
@@ -1,5 +1,9 @@
[
{
+ "title": "Release Apache APISIX Dashboard 2.7",
+ "fileName": "2021-06-15-release-apache-apisix-dashboard-2.7"
+ },
+ {
"title": "Release Apache APISIX Dashboard 2.6.1",
"fileName": "2021-05-27-release-apache-apisix-dashboard-2.6.1"
},