This is an automated email from the ASF dual-hosted git repository.
AlinsRan 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 446a68e0611 chore: restore release posts (#2048)
446a68e0611 is described below
commit 446a68e0611a81acdd705f2973d4c20c07332570
Author: AlinsRan <[email protected]>
AuthorDate: Mon Jun 1 16:40:40 2026 +0800
chore: restore release posts (#2048)
---
config/docs.js | 4 ++--
config/downloads.js | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/docs.js b/config/docs.js
index b8ceabf4a95..679f1d1b8b8 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -17,8 +17,8 @@ module.exports = [
shape: 'hexagon',
color: '#2563EB',
githubRepo: 'apache/apisix-ingress-controller',
- version: '2.0.0',
- releaseDate: '2025-12-17',
+ version: '2.1.0',
+ releaseDate: '2026-06-01',
firstDocPath: '/overview',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index 7d587e6c65f..2dbe22a48fc 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -25,8 +25,8 @@ module.exports = [
githubBranch: 'master',
downloadPath:
'apisix/ingress-controller/1.6.0/apache-apisix-ingress-controller-1.6.0-src',
dockerhubPath: 'apisix-ingress-controller',
- version: '2.0.0',
- releaseDate: '2025-12-17',
+ version: '2.1.0',
+ releaseDate: '2026-06-01',
firstDocPath: '/overview',
},
{