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

zhangjintao 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 dc62647e262 chore: APISIX Ingress controller v1.6 (#1489)
dc62647e262 is described below

commit dc62647e26248c87331895b55ec120255cab545c
Author: Jintao Zhang <[email protected]>
AuthorDate: Tue Jan 31 15:19:05 2023 +0800

    chore: APISIX Ingress controller v1.6 (#1489)
    
    Signed-off-by: Jintao Zhang <[email protected]>
---
 config/docs.js      | 6 +++---
 config/downloads.js | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/config/docs.js b/config/docs.js
index a70b0a8509f..a7ad87ac94b 100644
--- a/config/docs.js
+++ b/config/docs.js
@@ -25,12 +25,12 @@ module.exports = [
   {
     name: 'APISIX® Ingress Controller',
     nameInParamCase: 'ingress-controller',
-    description: 'An Apache APISIX control plane component.',
+    description: 'APISIX Ingress Controller for Kubernetes.',
     shape: 'hexagon',
     color: '#2563EB',
     githubRepo: 'apache/apisix-ingress-controller',
-    version: '1.3.0',
-    releaseDate: '2021-10-17',
+    version: '1.6.0',
+    releaseDate: '2022-12-30',
     firstDocPath: '/getting-started',
   },
   {
diff --git a/config/downloads.js b/config/downloads.js
index 2f1f7391e2e..e3b8d80899a 100644
--- a/config/downloads.js
+++ b/config/downloads.js
@@ -33,15 +33,15 @@ module.exports = [
   {
     name: 'APISIX® Ingress Controller',
     nameInParamCase: 'ingress-controller',
-    description: 'An Apache APISIX control plane component.',
+    description: 'APISIX Ingress Controller for Kubernetes.',
     shape: 'hexagon',
     color: '#2563EB',
     githubRepo: 'apache/apisix-ingress-controller',
     githubBranch: 'master',
-    downloadPath: 
'apisix/ingress-controller/1.3.0/apache-apisix-ingress-controller-1.3.0-src',
+    downloadPath: 
'apisix/ingress-controller/1.6.0/apache-apisix-ingress-controller-1.6.0-src',
     dockerhubPath: 'apisix-ingress-controller',
-    version: '1.3.0',
-    releaseDate: '2021-10-17',
+    version: '1.6.0',
+    releaseDate: '2022-12-30',
     firstDocPath: '/getting-started',
   },
   {

Reply via email to