Skip to content

Commit 4361468

Browse files
authored
chore: upgrade api7 and gateway to v3.9.14 (3.9 maintenance line) (#295)
1 parent c3d51ad commit 4361468

9 files changed

Lines changed: 29 additions & 20 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
pull_request:
55
branches:
66
- "main"
7+
- "release/**"
78
push:
89
branches:
910
- "main"
11+
- "release/**"
1012

1113
jobs:
1214

.github/workflows/release.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ on:
44
push:
55
branches:
66
- main
7+
- 'release/**'
8+
9+
# Every line (main + release/*) publishes to the same gh-pages index, so
10+
# serialize releases to avoid racing on the index commit. Do not cancel an
11+
# in-progress run, or a release could be dropped.
12+
concurrency:
13+
group: helm-chart-release
14+
cancel-in-progress: false
715

816
jobs:
917
release:

charts/api7/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ 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.2
18+
# major.minor mirrors the API7 EE release line (3.9.x), patch is this chart's
19+
# own counter on that line and is decoupled from the app patch (see appVersion).
20+
version: 3.9.0
1921

2022
# This is the version number of the application being deployed. This version number should be
2123
# incremented each time you make changes to the application. Versions are not expected to
2224
# follow Semantic Versioning. They should reflect the version the application is using.
2325
# It is recommended to use it with quotes.
24-
appVersion: "3.9.13"
26+
appVersion: "3.9.14"
2527

2628
maintainers:
2729
- 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.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)
3+
![Version: 3.9.0](https://img.shields.io/badge/Version-3.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.14](https://img.shields.io/badge/AppVersion-3.9.14-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.13"` | |
32+
| dashboard.image.tag | string | `"v3.9.14"` | |
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.13"` | |
123+
| developer_portal.image.tag | string | `"v3.9.14"` | |
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.13"` | |
169+
| dp_manager.image.tag | string | `"v3.9.14"` | |
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.13"` | |
235+
| file_server.image.tag | string | `"v3.9.14"` | |
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: 4 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.13"
21+
tag: "v3.9.14"
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.13"
58+
tag: "v3.9.14"
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.13"
95+
tag: "v3.9.14"
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.13"
113+
tag: "v3.9.14"
114114

115115
extraEnvVars: []
116116
extraVolumes: []

charts/gateway/Chart.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ 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.68
17+
# major.minor mirrors the API7 EE release line (3.9.x), patch is this chart's
18+
# own counter on that line and is decoupled from the app patch (see appVersion).
19+
version: 3.9.0
1820

1921
# This is the version number of the application being deployed. This version number should be
2022
# incremented each time you make changes to the application. Versions are not expected to
2123
# follow Semantic Versioning. They should reflect the version the application is using.
22-
appVersion: "3.9.13"
24+
appVersion: "3.9.14"
2325

2426
maintainers:
2527
- name: API7

charts/gateway/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The command removes all the Kubernetes components associated with the chart and
103103
| 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 |
104104
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
105105
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
106-
| apisix.image.tag | string | `"3.9.13"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
106+
| apisix.image.tag | string | `"3.9.14"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
107107
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
108108
| 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 |
109109
| apisix.lru.secret.neg_ttl | int | `60` | in seconds |
@@ -120,7 +120,6 @@ The command removes all the Kubernetes components associated with the chart and
120120
| apisix.podSecurityContext | object | `{}` | Set the securityContext for API7 Gateway pods |
121121
| apisix.priorityClassName | string | `""` | Set [priorityClassName](https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#pod-priority) for API7 Gateway pods |
122122
| 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`. |
124123
| apisix.resources | object | `{}` | Set pod resource requests & limits |
125124
| apisix.securityContext | object | `{}` | Set the securityContext for API7 Gateway container |
126125
| apisix.setIDFromPodUID | bool | `false` | Use Pod metadata.uid as the APISIX id. |

charts/gateway/templates/configmap.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ data:
3636
{{- if .Values.apisix.extraLuaCPath }}
3737
extra_lua_cpath: "{{ .Values.apisix.extraLuaCPath }};"
3838
{{- end }}
39-
request_body_json_lib: {{ .Values.apisix.requestBodyJsonLib }}
40-
4139
enable_dev_mode: false # Sets nginx worker_processes to 1 if set to true
4240
enable_reuseport: true # Enable nginx SO_REUSEPORT switch if set to true.
4341
enable_ipv6: {{ .Values.apisix.enableIPv6 }} # Enable nginx IPv6 resolver

charts/gateway/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ apisix:
114114

115115
extraLuaPath: ""
116116
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
119117

120118
# -- Delete the '/' at the end of the URI
121119
deleteURITailSlash: false
@@ -143,7 +141,7 @@ apisix:
143141
pullPolicy: Always
144142
# -- API7 Gateway image tag
145143
# Overrides the image tag whose default is the chart appVersion.
146-
tag: 3.9.13
144+
tag: 3.9.14
147145

148146
# -- Use a `DaemonSet` or `Deployment`
149147
kind: Deployment

0 commit comments

Comments
 (0)