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 <[email protected]> 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" },
