You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by kv...@apache.org on 2021/05/27 12:45:25 UTC

[apisix-website] branch master updated: chore: upgrade APISIX Dashboard version to 2.6.1 (#355)

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

kvn 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 456f6a1  chore: upgrade APISIX Dashboard version to 2.6.1 (#355)
456f6a1 is described below

commit 456f6a1c2dcd8a3fcf84336e9c8da07393874287
Author: nic-chen <33...@users.noreply.github.com>
AuthorDate: Thu May 27 20:45:15 2021 +0800

    chore: upgrade APISIX Dashboard version to 2.6.1 (#355)
---
 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"
   },