You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ch...@apache.org on 2021/06/15 14:49:17 UTC

[apisix-website] branch dashboard-2.7 created (now d675a5a)

This is an automated email from the ASF dual-hosted git repository.

chenjunxu pushed a change to branch dashboard-2.7
in repository https://gitbox.apache.org/repos/asf/apisix-website.git.


      at d675a5a  chore: upgrade APISIX Dashboard version to 2.7

This branch includes the following new commits:

     new d675a5a  chore: upgrade APISIX Dashboard version to 2.7

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[apisix-website] 01/01: chore: upgrade APISIX Dashboard version to 2.7

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chenjunxu pushed a commit to branch dashboard-2.7
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit d675a5adad6ffc5e0dc9edf5d0b3d9a9e384c7eb
Author: nic-chen <jo...@163.com>
AuthorDate: Tue Jun 15 22:49:00 2021 +0800

    chore: upgrade APISIX Dashboard version to 2.7
---
 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"
   },