Skip to content

Commit 21c8bfa

Browse files
authored
chore: upgrade gateway v3.2.16.7 (#154)
Signed-off-by: Nic <[email protected]>
1 parent 3ebff24 commit 21c8bfa

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

charts/gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ type: application
1414
# This is the chart version. This version number should be incremented each time you make changes
1515
# to the chart and its templates, including the app version.
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
17-
version: 0.1.11
17+
version: 0.1.12
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application. Versions are not expected to
2121
# follow Semantic Versioning. They should reflect the version the application is using.
22-
appVersion: "3.2.16.3"
22+
appVersion: "3.2.16.7"
2323

2424
dependencies:
2525
- name: etcd

charts/gateway/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,20 @@ The command removes all the Kubernetes components associated with the chart and
8282
| apisix.http.luaSharedDict.plugin-graphql-limit-count-reset-header | string | `"10m"` | |
8383
| apisix.http.luaSharedDict.plugin-limit-conn | string | `"10m"` | |
8484
| apisix.http.luaSharedDict.plugin-limit-count | string | `"10m"` | |
85+
| apisix.http.luaSharedDict.plugin-limit-count-advanced | string | `"10m"` | |
86+
| apisix.http.luaSharedDict.plugin-limit-count-advanced-redis-cluster-slot-lock | string | `"1m"` | |
8587
| apisix.http.luaSharedDict.plugin-limit-count-redis-cluster-slot-lock | string | `"1m"` | |
8688
| apisix.http.luaSharedDict.plugin-limit-req | string | `"10m"` | |
8789
| apisix.http.luaSharedDict.saml_sessions | string | `"10m"` | |
90+
| apisix.http.luaSharedDict.status_report | string | `"1m"` | |
8891
| apisix.http.luaSharedDict.tars | string | `"1m"` | |
8992
| apisix.http.luaSharedDict.tracing_buffer | string | `"10m"` | |
9093
| apisix.http.luaSharedDict.upstream-healthcheck | string | `"10m"` | |
9194
| apisix.http.luaSharedDict.worker-events | string | `"10m"` | |
9295
| apisix.httpRouter | string | `"radixtree_host_uri"` | Defines how apisix handles routing: - radixtree_uri: match route by uri(base on radixtree) - radixtree_host_uri: match route by host + uri(base on radixtree) - radixtree_uri_with_parameter: match route by uri with parameters |
9396
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
9497
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
95-
| apisix.image.tag | string | `"3.2.16.3"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
98+
| apisix.image.tag | string | `"3.2.16.7"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
9699
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
97100
| apisix.luaModuleHook | object | `{"configMapRef":{"mounts":[{"key":"","path":""}],"name":""},"enabled":false,"hookPoint":"","luaPath":""}` | Whether to add a custom lua module |
98101
| apisix.luaModuleHook.configMapRef | object | `{"mounts":[{"key":"","path":""}],"name":""}` | configmap that stores the codes |

charts/gateway/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ apisix:
5858
balancer-ewma-locks: 10m
5959
balancer-ewma-last-touched-at: 10m
6060
plugin-limit-count-redis-cluster-slot-lock: 1m
61+
plugin-limit-count-advanced: 10m
62+
plugin-limit-count-advanced-redis-cluster-slot-lock: 1m
6163
tracing_buffer: 10m
6264
plugin-api-breaker: 10m
6365
etcd-cluster-health-check: 10m
@@ -69,6 +71,7 @@ apisix:
6971
tars: 1m
7072
cas-auth: 10m
7173
saml_sessions: 10m
74+
status_report: 1m
7275

7376
# -- Add custom [lua_shared_dict](https://github.com/openresty/lua-nginx-module#toc88) settings,
7477
# click [here](https://github.com/apache/apisix-helm-chart/blob/master/charts/apisix/values.yaml#L27-L30) to learn the format of a shared dict
@@ -115,7 +118,7 @@ apisix:
115118
pullPolicy: Always
116119
# -- API7 Gateway image tag
117120
# Overrides the image tag whose default is the chart appVersion.
118-
tag: 3.2.16.3
121+
tag: 3.2.16.7
119122

120123
# -- Use a `DaemonSet` or `Deployment`
121124
kind: Deployment

0 commit comments

Comments
 (0)