You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by li...@apache.org on 2023/03/30 04:22:34 UTC

[apisix-helm-chart] branch master updated: chore: bump apisix dep ingress-controlelr version to 0.11.4 (#521)

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

lingsamuel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 3021f44  chore: bump apisix dep ingress-controlelr version to 0.11.4 (#521)
3021f44 is described below

commit 3021f4448a2d11280b9eb6f111b14250f6f5cff2
Author: Sarasa Kisaragi <li...@gmail.com>
AuthorDate: Thu Mar 30 12:22:28 2023 +0800

    chore: bump apisix dep ingress-controlelr version to 0.11.4 (#521)
    
    * chore: bump apisix dep ingress-controlelr version to 0.11.4
    
    * bump apisix version
    
    Signed-off-by: Ling Samuel <li...@gmail.com>
    
    ---------
    
    Signed-off-by: Ling Samuel <li...@gmail.com>
---
 charts/apisix/Chart.lock                                |   6 +++---
 charts/apisix/Chart.yaml                                |   4 ++--
 .../apisix/charts/apisix-ingress-controller-0.11.3.tgz  | Bin 15901 -> 0 bytes
 .../apisix/charts/apisix-ingress-controller-0.11.4.tgz  | Bin 0 -> 16001 bytes
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/charts/apisix/Chart.lock b/charts/apisix/Chart.lock
index 1637cf2..ac23f62 100644
--- a/charts/apisix/Chart.lock
+++ b/charts/apisix/Chart.lock
@@ -7,6 +7,6 @@ dependencies:
   version: 0.8.0
 - name: apisix-ingress-controller
   repository: https://charts.apiseven.com
-  version: 0.11.3
-digest: sha256:8a51b27cbe92105963e0867739fcb318e0694d5aab885f5b1dcc1d0275e0db7e
-generated: "2023-03-10T14:47:46.703992+01:00"
+  version: 0.11.4
+digest: sha256:4a768defccf772b470d8ac2ee0005c64ccb2fec0a0f31ca098a1581735b40a6c
+generated: "2023-03-30T10:41:53.873367347+08:00"
diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index 93af529..4aa0e9d 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -31,7 +31,7 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 1.3.0
+version: 1.3.1
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
@@ -51,7 +51,7 @@ dependencies:
     condition: dashboard.enabled
     alias: dashboard
   - name: apisix-ingress-controller
-    version: 0.11.3
+    version: 0.11.4
     repository: https://charts.apiseven.com
     condition: ingress-controller.enabled
     alias: ingress-controller
diff --git a/charts/apisix/charts/apisix-ingress-controller-0.11.3.tgz b/charts/apisix/charts/apisix-ingress-controller-0.11.3.tgz
deleted file mode 100644
index a527f61..0000000
Binary files a/charts/apisix/charts/apisix-ingress-controller-0.11.3.tgz and /dev/null differ
diff --git a/charts/apisix/charts/apisix-ingress-controller-0.11.4.tgz b/charts/apisix/charts/apisix-ingress-controller-0.11.4.tgz
new file mode 100644
index 0000000..4d92ff9
Binary files /dev/null and b/charts/apisix/charts/apisix-ingress-controller-0.11.4.tgz differ