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 c6c989c9022 docs: release apisix-ingress-controller 2.2.0 (#2101)
c6c989c9022 is described below
commit c6c989c9022cb5257d0187a128c1e172637e3e20
Author: AlinsRan <[email protected]>
AuthorDate: Wed Aug 19 13:13:42 2026 +0800
docs: release apisix-ingress-controller 2.2.0 (#2101)
---
config/docs.js | 4 ++--
config/downloads.js | 7 +++----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/config/docs.js b/config/docs.js
index a25cc83656f..84abe7bffc5 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.1.0',
- releaseDate: '2026-06-01',
+ version: '2.2.0',
+ releaseDate: '2026-08-18',
firstDocPath: '/overview',
},
{
diff --git a/config/downloads.js b/config/downloads.js
index 6944a8fb38c..c666616c8f4 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -23,11 +23,10 @@ module.exports = [
color: '#2563EB',
githubRepo: 'apache/apisix-ingress-controller',
githubBranch: 'master',
- downloadPath:
'apisix/ingress-controller/1.8.0/apache-apisix-ingress-controller-1.8.0-src',
+ downloadPath:
'apisix/ingress-controller/2.2.0/apache-apisix-ingress-controller-2.2.0-src',
dockerhubPath: 'apisix-ingress-controller',
- version: '2.1.0',
- sourceVersion: '1.8.0',
- releaseDate: '2026-06-01',
+ version: '2.2.0',
+ releaseDate: '2026-08-18',
firstDocPath: '/overview',
},
{