Skip to content

Commit 47f0c0e

Browse files
authored
chore: upgrade api7 and gateway to v3.10.2 (#303)
1 parent be53fb9 commit 47f0c0e

7 files changed

Lines changed: 25 additions & 15 deletions

File tree

charts/api7/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ type: application
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
1818
# major.minor mirrors the API7 EE release line (3.10.x), patch is this chart's
1919
# own counter on that line and is decoupled from the app patch (see appVersion).
20-
version: 3.10.0
20+
version: 3.10.1
2121

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

2828
maintainers:
2929
- 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: 3.10.0](https://img.shields.io/badge/Version-3.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.10.1](https://img.shields.io/badge/AppVersion-3.10.1-informational?style=flat-square)
3+
![Version: 3.10.1](https://img.shields.io/badge/Version-3.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.10.2](https://img.shields.io/badge/AppVersion-3.10.2-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.10.1"` | |
32+
| dashboard.image.tag | string | `"v3.10.2"` | |
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.10.1"` | |
123+
| developer_portal.image.tag | string | `"v3.10.2"` | |
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.10.1"` | |
169+
| dp_manager.image.tag | string | `"v3.10.2"` | |
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.10.1"` | |
235+
| file_server.image.tag | string | `"v3.10.2"` | |
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.10.1"
21+
tag: "v3.10.2"
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.10.1"
58+
tag: "v3.10.2"
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.10.1"
95+
tag: "v3.10.2"
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.10.1"
113+
tag: "v3.10.2"
114114

115115
extraEnvVars: []
116116
extraVolumes: []

charts/gateway/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ type: application
1616
# Versions are expected to follow Semantic Versioning (https://semver.org/)
1717
# major.minor mirrors the API7 EE release line (3.10.x), patch is this chart's
1818
# own counter on that line and is decoupled from the app patch (see appVersion).
19-
version: 3.10.1
19+
version: 3.10.2
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
24-
appVersion: "3.10.1"
24+
appVersion: "3.10.2"
2525

2626
maintainers:
2727
- name: API7

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The command removes all the Kubernetes components associated with the chart and
9898
| 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 |
9999
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
100100
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
101-
| apisix.image.tag | string | `"3.10.1"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
101+
| apisix.image.tag | string | `"3.10.2"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
102102
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
103103
| 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 |
104104
| apisix.lru.secret.neg_ttl | int | `60` | in seconds |

charts/gateway/templates/configmap.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ data:
9595
{{- if hasKey . "tls" }}
9696
tls: {{ .tls }}
9797
{{- end }}
98+
{{- if hasKey . "proxy_protocol" }}
99+
proxy_protocol: {{ .proxy_protocol }}
100+
{{- end }}
101+
{{- if hasKey . "proxy_protocol_to_upstream" }}
102+
proxy_protocol_to_upstream: {{ .proxy_protocol_to_upstream }}
103+
{{- end }}
98104
{{- else if kindIs "string" . }}
99105
- {{ . | quote }}
100106
{{- else }}

charts/gateway/values.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ apisix:
137137
pullPolicy: Always
138138
# -- API7 Gateway image tag
139139
# Overrides the image tag whose default is the chart appVersion.
140-
tag: 3.10.1
140+
tag: 3.10.2
141141

142142
# -- Use a `DaemonSet` or `Deployment`
143143
kind: Deployment
@@ -370,6 +370,10 @@ gateway:
370370
# - addr: "3000-3100" # port range in table form
371371
# - addr: "127.0.0.1:4000-4100" # address with port range
372372
# tls: true
373+
# - addr: 9100 # per-port PROXY protocol overrides for this entry
374+
# proxy_protocol: true # accept the PROXY protocol on this port only
375+
# proxy_protocol_to_upstream: true # send the PROXY protocol to the upstream on this port only;
376+
# # both override the global apisix.proxyProtocol.enableTcpPP* defaults
373377
udp: []
374378
# - addr: 192.168.31.10:53
375379
# - addr: 5353

0 commit comments

Comments
 (0)