Skip to content

Commit c3d51ad

Browse files
authored
chore: upgrade api7 and gateway to v3.9.13 (#289)
1 parent 7c82de9 commit c3d51ad

7 files changed

Lines changed: 21 additions & 17 deletions

File tree

charts/api7/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.18.1
18+
version: 0.18.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "3.9.12"
24+
appVersion: "3.9.13"
2525

2626
maintainers:
2727
- name: API7

charts/api7/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# api7ee3
22

3-
![Version: 0.18.1](https://img.shields.io/badge/Version-0.18.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.12](https://img.shields.io/badge/AppVersion-3.9.12-informational?style=flat-square)
3+
![Version: 0.18.2](https://img.shields.io/badge/Version-0.18.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.13](https://img.shields.io/badge/AppVersion-3.9.13-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -29,7 +29,7 @@ A Helm chart for Kubernetes
2929
| dashboard.extraVolumes | list | `[]` | |
3030
| dashboard.image.pullPolicy | string | `"Always"` | |
3131
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
32-
| dashboard.image.tag | string | `"v3.9.12"` | |
32+
| dashboard.image.tag | string | `"v3.9.13"` | |
3333
| dashboard.keyCertSecret | string | `""` | |
3434
| dashboard.livenessProbe.failureThreshold | int | `30` | |
3535
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -120,7 +120,7 @@ A Helm chart for Kubernetes
120120
| developer_portal.extraVolumes | list | `[]` | |
121121
| developer_portal.image.pullPolicy | string | `"Always"` | |
122122
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
123-
| developer_portal.image.tag | string | `"v3.9.12"` | |
123+
| developer_portal.image.tag | string | `"v3.9.13"` | |
124124
| developer_portal.keyCertSecret | string | `""` | |
125125
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
126126
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -166,7 +166,7 @@ A Helm chart for Kubernetes
166166
| dp_manager.extraVolumes | list | `[]` | |
167167
| dp_manager.image.pullPolicy | string | `"Always"` | |
168168
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
169-
| dp_manager.image.tag | string | `"v3.9.12"` | |
169+
| dp_manager.image.tag | string | `"v3.9.13"` | |
170170
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
171171
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
172172
| dp_manager.livenessProbe.periodSeconds | int | `3` | |
@@ -232,7 +232,7 @@ A Helm chart for Kubernetes
232232
| file_server.enabled | bool | `false` | |
233233
| file_server.image.pullPolicy | string | `"Always"` | |
234234
| file_server.image.repository | string | `"api7/api7-ee-file-server"` | |
235-
| file_server.image.tag | string | `"v3.9.12"` | |
235+
| file_server.image.tag | string | `"v3.9.13"` | |
236236
| file_server.livenessProbe.failureThreshold | int | `10` | |
237237
| file_server.livenessProbe.initialDelaySeconds | int | `60` | |
238238
| file_server.livenessProbe.periodSeconds | int | `3` | |

charts/api7/values.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dashboard:
1818
repository: api7/api7-ee-3-integrated
1919
pullPolicy: Always
2020
# Overrides the image tag whose default is the chart appVersion.
21-
tag: "v3.9.12"
21+
tag: "v3.9.13"
2222
# Resources of the deployment.
2323
# It has a higher priority than the common resources configuration:
2424
# when this field is configured, it is used first in the deployment,
@@ -55,7 +55,7 @@ dp_manager:
5555
repository: api7/api7-ee-dp-manager
5656
pullPolicy: Always
5757
# Overrides the image tag whose default is the chart appVersion.
58-
tag: "v3.9.12"
58+
tag: "v3.9.13"
5959
# Resources of the deployment.
6060
# It has a higher priority than the common resources configuration:
6161
# when this field is configured, it is used first in the deployment,
@@ -92,7 +92,7 @@ file_server:
9292
image:
9393
repository: api7/api7-ee-file-server
9494
pullPolicy: Always
95-
tag: "v3.9.12"
95+
tag: "v3.9.13"
9696
livenessProbe:
9797
initialDelaySeconds: 60
9898
periodSeconds: 3
@@ -110,7 +110,7 @@ developer_portal:
110110
repository: api7/api7-ee-developer-portal
111111
pullPolicy: Always
112112
# Overrides the image tag whose default is the chart appVersion.
113-
tag: "v3.9.12"
113+
tag: "v3.9.13"
114114

115115
extraEnvVars: []
116116
extraVolumes: []
@@ -438,6 +438,7 @@ dashboard_configuration:
438438
# config_bucket: "to-push-config-data"
439439
# # optional, set to use an S3-compatible endpoint (e.g., MinIO, Ceph, Aliyun OSS)
440440
# custom_endpoint: ""
441+
# use_path_style: true
441442
# azure_blob:
442443
# account_name: "$YOUR_ACCOUNT_NAME"
443444
# account_key: "$YOUR_ACCOUNT_KEY"

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.2.67
17+
version: 0.2.68
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.9.12"
22+
appVersion: "3.9.13"
2323

2424
maintainers:
2525
- name: API7

charts/gateway/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ The command removes all the Kubernetes components associated with the chart and
8282
| apisix.http.luaSharedDict.cas-auth | string | `"10m"` | |
8383
| apisix.http.luaSharedDict.discovery | string | `"1m"` | |
8484
| apisix.http.luaSharedDict.etcd-cluster-health-check | string | `"10m"` | |
85-
| apisix.http.luaSharedDict.ext-plugin | string | `"1m"` | |
8685
| apisix.http.luaSharedDict.internal-status | string | `"10m"` | |
8786
| apisix.http.luaSharedDict.introspection | string | `"10m"` | |
8887
| apisix.http.luaSharedDict.jwks | string | `"1m"` | |
@@ -104,7 +103,7 @@ The command removes all the Kubernetes components associated with the chart and
104103
| 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 |
105104
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
106105
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
107-
| apisix.image.tag | string | `"3.9.12"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
106+
| apisix.image.tag | string | `"3.9.13"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
108107
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
109108
| apisix.lru | object | `{"secret":{"count":512,"neg_count":512,"neg_ttl":60,"ttl":300}}` | fine tune the parameters of LRU cache for some features like secret |
110109
| apisix.lru.secret.neg_ttl | int | `60` | in seconds |
@@ -121,6 +120,7 @@ The command removes all the Kubernetes components associated with the chart and
121120
| apisix.podSecurityContext | object | `{}` | Set the securityContext for API7 Gateway pods |
122121
| apisix.priorityClassName | string | `""` | Set [priorityClassName](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority) for API7 Gateway pods |
123122
| apisix.replicaCount | int | `1` | kind is DaemonSet, replicaCount not become effective |
123+
| apisix.requestBodyJsonLib | string | `"simdjson"` | JSON library used to decode request bodies parsed by core.request. Also controls AI upstream request body encoding. Allowed values: `cjson`, `simdjson`, `qjson`. |
124124
| apisix.resources | object | `{}` | Set pod resource requests & limits |
125125
| apisix.securityContext | object | `{}` | Set the securityContext for API7 Gateway container |
126126
| apisix.setIDFromPodUID | bool | `false` | Use Pod metadata.uid as the APISIX id. |

charts/gateway/templates/configmap.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ data:
3636
{{- if .Values.apisix.extraLuaCPath }}
3737
extra_lua_cpath: "{{ .Values.apisix.extraLuaCPath }};"
3838
{{- end }}
39+
request_body_json_lib: {{ .Values.apisix.requestBodyJsonLib }}
3940
4041
enable_dev_mode: false # Sets nginx worker_processes to 1 if set to true
4142
enable_reuseport: true # Enable nginx SO_REUSEPORT switch if set to true.

charts/gateway/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ apisix:
8282
jwks: 1m
8383
introspection: 10m
8484
access-tokens: 1m
85-
ext-plugin: 1m
8685
tars: 1m
8786
cas-auth: 10m
8887
status_report: 1m
@@ -115,6 +114,8 @@ apisix:
115114

116115
extraLuaPath: ""
117116
extraLuaCPath: ""
117+
# -- JSON library used to decode request bodies parsed by core.request. Also controls AI upstream request body encoding. Allowed values: `cjson`, `simdjson`, `qjson`.
118+
requestBodyJsonLib: simdjson
118119

119120
# -- Delete the '/' at the end of the URI
120121
deleteURITailSlash: false
@@ -142,7 +143,7 @@ apisix:
142143
pullPolicy: Always
143144
# -- API7 Gateway image tag
144145
# Overrides the image tag whose default is the chart appVersion.
145-
tag: 3.9.12
146+
tag: 3.9.13
146147

147148
# -- Use a `DaemonSet` or `Deployment`
148149
kind: Deployment
@@ -264,6 +265,7 @@ deployment:
264265
# config_bucket: "to-push-config-data"
265266
# # optional, set to use an S3-compatible endpoint (e.g., MinIO, Ceph, Aliyun OSS)
266267
# endpoint: ""
268+
# use_path_style: true
267269
# # azure blob storage configuration, when account key is not set, will use the Managed Identity attached to the pod
268270
# azure_blob:
269271
# account_name: "$YOUR_ACCOUNT_NAME"

0 commit comments

Comments
 (0)