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/05/27 08:30:02 UTC

[apisix-website] branch dashboard-2.6.1 created (now 448a96a)

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

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


      at 448a96a  chore: upgrade APISIX Dashboard version to 2.6.1

This branch includes the following new commits:

     new 448a96a  chore: upgrade APISIX Dashboard version to 2.6.1

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.6.1

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.6.1
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit 448a96a34653b859387c0a39d0d1c0f724ae8bf1
Author: nic-chen <jo...@163.com>
AuthorDate: Thu May 27 16:29:50 2021 +0800

    chore: upgrade APISIX Dashboard version to 2.6.1
---
 website/docusaurus.config.js                                |  4 ++--
 .../2021-05-27-release-apache-apisix-dashboard-2.6.1.md     | 13 +++++++++++++
 website/static/data/events.json                             |  4 ++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 1419389..9ce4426 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",
-        releaseDate: "2021-04-22",
+        version: "2.6.1",
+        releaseDate: "2021-05-27",
         firstDocPath: "/USER_GUIDE",
       },
       {
diff --git a/website/events/2021-05-27-release-apache-apisix-dashboard-2.6.1.md b/website/events/2021-05-27-release-apache-apisix-dashboard-2.6.1.md
new file mode 100644
index 0000000..e4b4d1e
--- /dev/null
+++ b/website/events/2021-05-27-release-apache-apisix-dashboard-2.6.1.md
@@ -0,0 +1,13 @@
+---
+title: Release Apache APISIX Dashboard 2.6.1
+---
+
+<!--truncate-->
+This release mainly contains bugfixes.
+
+`Manager API` 2.6.1 should be used with [Apache APISIX 2.5](https://apisix.apache.org/downloads/). It is not recommended to use with other Apache APISIX versions.
+
+### Bugfix
+
+- Fix: use remote address instead of client ip [#1831](https://github.com/apache/apisix-dashboard/pull/1831)
+- Fix: turn off online debug [#1903](https://github.com/apache/apisix-dashboard/pull/1903)
diff --git a/website/static/data/events.json b/website/static/data/events.json
index 59803b8..1353db8 100644
--- a/website/static/data/events.json
+++ b/website/static/data/events.json
@@ -1,5 +1,9 @@
 [
   {
+    "title": "Release Apache APISIX Dashboard 2.6.1",
+    "fileName": "2021-05-27-release-apache-apisix-dashboard-2.6.1"
+  },
+  {
     "title": "Release Apache APISIX 2.6",
     "fileName": "2021-05-24-release-apache-apisix-2.6"
   },