Skip to content

Commit b908a46

Browse files
authored
chore: upgrade api7 and gateway to v3.8.18 (#229)
Signed-off-by: Nic <[email protected]>
1 parent ac9ef91 commit b908a46

File tree

6 files changed

+37
-12
lines changed

6 files changed

+37
-12
lines changed

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.17.31
18+
version: 0.17.32
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.8.17"
24+
appVersion: "3.8.18"
2525

2626
maintainers:
2727
- name: API7

charts/api7/README.md

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

3-
![Version: 0.17.31](https://img.shields.io/badge/Version-0.17.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.17](https://img.shields.io/badge/AppVersion-3.8.17-informational?style=flat-square)
3+
![Version: 0.17.32](https://img.shields.io/badge/Version-0.17.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.18](https://img.shields.io/badge/AppVersion-3.8.18-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.8.17"` | |
32+
| dashboard.image.tag | string | `"v3.8.18"` | |
3333
| dashboard.keyCertSecret | string | `""` | |
3434
| dashboard.livenessProbe.failureThreshold | int | `30` | |
3535
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -110,7 +110,7 @@ A Helm chart for Kubernetes
110110
| developer_portal.extraVolumes | list | `[]` | |
111111
| developer_portal.image.pullPolicy | string | `"Always"` | |
112112
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
113-
| developer_portal.image.tag | string | `"v3.8.17"` | |
113+
| developer_portal.image.tag | string | `"v3.8.18"` | |
114114
| developer_portal.keyCertSecret | string | `""` | |
115115
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
116116
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -150,7 +150,7 @@ A Helm chart for Kubernetes
150150
| dp_manager.extraVolumes | list | `[]` | |
151151
| dp_manager.image.pullPolicy | string | `"Always"` | |
152152
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
153-
| dp_manager.image.tag | string | `"v3.8.17"` | |
153+
| dp_manager.image.tag | string | `"v3.8.18"` | |
154154
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
155155
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
156156
| dp_manager.livenessProbe.periodSeconds | int | `3` | |

charts/api7/values.yaml

Lines changed: 12 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.8.17"
21+
tag: "v3.8.18"
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,
@@ -54,7 +54,7 @@ dp_manager:
5454
repository: api7/api7-ee-dp-manager
5555
pullPolicy: Always
5656
# Overrides the image tag whose default is the chart appVersion.
57-
tag: "v3.8.17"
57+
tag: "v3.8.18"
5858
# Resources of the deployment.
5959
# It has a higher priority than the common resources configuration:
6060
# when this field is configured, it is used first in the deployment,
@@ -92,7 +92,7 @@ developer_portal:
9292
repository: api7/api7-ee-developer-portal
9393
pullPolicy: Always
9494
# Overrides the image tag whose default is the chart appVersion.
95-
tag: "v3.8.17"
95+
tag: "v3.8.18"
9696

9797
extraEnvVars: []
9898
extraVolumes: []
@@ -364,13 +364,19 @@ dashboard_configuration:
364364
# dp_manager_address:
365365
# - "https://dpm.api7.ai"
366366
# fallback_cp:
367+
# cron_spec: "@every 1m"
367368
# aws_s3:
368369
# access_key: "access"
369370
# secret_key: "secret"
370371
# region: "ap-south-1"
371372
# resource_bucket: "to-push-resource-data"
372373
# config_bucket: "to-push-config-data"
373-
# cron_spec: "@every 1m"
374+
# azure_blob:
375+
# account_name: "$YOUR_ACCOUNT_NAME"
376+
# account_key: "$YOUR_ACCOUNT_KEY"
377+
# resource_container: yaml
378+
# config_container: config
379+
# endpoint: "$YOUR_AZURE_BLOB_ENDPOINT"
374380

375381
security:
376382
# content_security_policy: "default-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
@@ -385,6 +391,8 @@ dashboard_configuration:
385391
deny_list: []
386392
message: "Access denied"
387393
response_code: 403
394+
# license:
395+
# file_path: "/app/licenses/license.txt" # the file path of license file, (e.g. /app/licenses/license.txt)
388396

389397
dp_manager_configuration:
390398
server:

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.35
17+
version: 0.2.36
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.8.17"
22+
appVersion: "3.8.18"
2323

2424
maintainers:
2525
- name: API7

charts/gateway/templates/configmap.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ data:
2020
node_listen: # APISIX listening port
2121
- ip: {{ .Values.gateway.http.ip }}
2222
port: {{ .Values.gateway.http.containerPort }}
23+
{{- if hasKey .Values.gateway.http "backlog" }}
24+
backlog: {{ .Values.gateway.http.backlog }}
25+
{{- end }}
2326
{{- with .Values.gateway.http.additionalContainerPorts }}
2427
{{- toYaml . | nindent 8}}
2528
{{- end }}
@@ -117,6 +120,9 @@ data:
117120
listen:
118121
- ip: {{ .Values.gateway.tls.ip }}
119122
port: {{ .Values.gateway.tls.containerPort }}
123+
{{- if hasKey .Values.gateway.tls "backlog" }}
124+
backlog: {{ .Values.gateway.tls.backlog }}
125+
{{- end }}
120126
enable_http2: {{ .Values.gateway.tls.http2.enabled }}
121127
{{- with .Values.gateway.tls.additionalContainerPorts }}
122128
{{- toYaml . | nindent 10}}

charts/gateway/values.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ deployment:
245245
# region: "ap-south-1"
246246
# resource_bucket: "to-push-resource-data"
247247
# config_bucket: "to-push-config-data"
248+
# azure_blob:
249+
# account_name: "$YOUR_ACCOUNT_NAME"
250+
# account_key: "$YOUR_ACCOUNT_KEY"
251+
# resource_container: yaml
252+
# config_container: config
253+
# endpoint: "$YOUR_AZURE_BLOB_ENDPOINT"
248254

249255
# -- certs used for certificates in decoupled mode
250256
certs:
@@ -288,25 +294,30 @@ gateway:
288294
ip: 0.0.0.0
289295
servicePort: 80
290296
containerPort: 9080
297+
# backlog: 1024 # sets the backlog parameter in the listen() call that limits, the maximum length for the queue of pending connections. By default, backlog is set to -1 on FreeBSD, DragonFly BSD, and macOS, and to 511 on other platforms.
291298
# -- Support multiple http ports, See [Configuration](https://github.com/apache/apisix/blob/0bc65ea9acd726f79f80ae0abd8f50b7eb172e3d/conf/config-default.yaml#L24)
292299
additionalContainerPorts: []
293300
# - port: 9081
294301
# enable_http2: true # If not set, the default value is `false`.
302+
# backlog: 1024
295303
# - ip: 127.0.0.2 # Specific IP, If not set, the default value is `0.0.0.0`.
296304
# port: 9082
297305
# enable_http2: true
306+
# backlog: 1024
298307
# -- API7 Gateway service settings for tls
299308
tls:
300309
enabled: true
301310
# -- which ip to listen on for API7 Gateway https service.
302311
ip: 0.0.0.0
303312
servicePort: 443
304313
containerPort: 9443
314+
# backlog: 1024
305315
# -- Support multiple https ports, See [Configuration](https://github.com/apache/apisix/blob/0bc65ea9acd726f79f80ae0abd8f50b7eb172e3d/conf/config-default.yaml#L99)
306316
additionalContainerPorts: []
307317
# - ip: 127.0.0.3 # Specific IP, If not set, the default value is `0.0.0.0`.
308318
# port: 9445
309319
# enable_http2: true
320+
# backlog: 1024
310321
# -- Specifies the name of Secret contains trusted CA certificates in the PEM format used to verify the certificate when APISIX needs to do SSL/TLS handshaking with external services (e.g. etcd)
311322
existingCASecret: ""
312323
# -- Filename be used in the gateway.tls.existingCASecret

0 commit comments

Comments
 (0)