You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2021/09/22 05:03:02 UTC

[apisix-helm-chart] branch master updated: chore: bump apisix to 2.9 (#145)

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-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 2d187a8  chore: bump apisix to 2.9 (#145)
2d187a8 is described below

commit 2d187a8db6af2e63a0dab096f897f81606420433
Author: bzp2010 <bz...@apache.org>
AuthorDate: Wed Sep 22 00:02:56 2021 -0500

    chore: bump apisix to 2.9 (#145)
---
 charts/apisix/Chart.yaml                        |   6 +++---
 charts/apisix/charts/apisix-dashboard-0.1.5.tgz | Bin 4754 -> 0 bytes
 charts/apisix/charts/apisix-dashboard-0.2.0.tgz | Bin 0 -> 5025 bytes
 charts/apisix/values.yaml                       |   8 +++++++-
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/charts/apisix/Chart.yaml b/charts/apisix/Chart.yaml
index b167df6..6dd8abd 100644
--- a/charts/apisix/Chart.yaml
+++ b/charts/apisix/Chart.yaml
@@ -31,12 +31,12 @@ 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: 0.4.0
+version: 0.5.0
 
 # 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
 # follow Semantic Versioning. They should reflect the version the application is using.
-appVersion: 2.7.0
+appVersion: 2.9.0
 
 dependencies:
   - name: etcd
@@ -44,7 +44,7 @@ dependencies:
     repository: https://charts.bitnami.com/bitnami
     condition: etcd.enabled
   - name: apisix-dashboard
-    version: 0.1.5
+    version: 0.2.0
     repository: https://charts.apiseven.com
     condition: dashboard.enabled
     alias: dashboard
diff --git a/charts/apisix/charts/apisix-dashboard-0.1.5.tgz b/charts/apisix/charts/apisix-dashboard-0.1.5.tgz
deleted file mode 100644
index 03b83f7..0000000
Binary files a/charts/apisix/charts/apisix-dashboard-0.1.5.tgz and /dev/null differ
diff --git a/charts/apisix/charts/apisix-dashboard-0.2.0.tgz b/charts/apisix/charts/apisix-dashboard-0.2.0.tgz
new file mode 100644
index 0000000..e307967
Binary files /dev/null and b/charts/apisix/charts/apisix-dashboard-0.2.0.tgz differ
diff --git a/charts/apisix/values.yaml b/charts/apisix/values.yaml
index db3fee3..75870f4 100644
--- a/charts/apisix/values.yaml
+++ b/charts/apisix/values.yaml
@@ -27,7 +27,7 @@ apisix:
     repository: apache/apisix
     pullPolicy: IfNotPresent
     # Overrides the image tag whose default is the chart appVersion.
-    tag: 2.7-alpine
+    tag: 2.9-alpine
 
   replicaCount: 1
 
@@ -142,6 +142,7 @@ plugins:
   - hmac-auth
   - http-logger
   - ip-restriction
+  - ua-restriction
   - jwt-auth
   - kafka-logger
   - key-auth
@@ -150,6 +151,7 @@ plugins:
   - limit-req
   - node-status
   - openid-connect
+  - authz-casbin
   - prometheus
   - proxy-cache
   - proxy-mirror
@@ -169,8 +171,12 @@ plugins:
   - wolf-rbac
   - zipkin
   - traffic-split
+  - gzip
+  - real-ip
 stream_plugins:
   - mqtt-proxy
+  - ip-restriction
+  - limit-conn
 
 
 dns: