Skip to content

Commit 226a1be

Browse files
authored
chore: upgrade api7 to v3.8.11 (#202)
Signed-off-by: Nic <[email protected]>
1 parent a5975c3 commit 226a1be

File tree

6 files changed

+27
-13
lines changed

6 files changed

+27
-13
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.21
18+
version: 0.17.22
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.10"
24+
appVersion: "3.8.11"
2525

2626
maintainers:
2727
- name: API7

charts/api7/README.md

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

3-
![Version: 0.17.21](https://img.shields.io/badge/Version-0.17.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.10](https://img.shields.io/badge/AppVersion-3.8.10-informational?style=flat-square)
3+
![Version: 0.17.22](https://img.shields.io/badge/Version-0.17.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.11](https://img.shields.io/badge/AppVersion-3.8.11-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.10"` | |
32+
| dashboard.image.tag | string | `"v3.8.11"` | |
3333
| dashboard.keyCertSecret | string | `""` | |
3434
| dashboard.livenessProbe.failureThreshold | int | `30` | |
3535
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -73,6 +73,9 @@ A Helm chart for Kubernetes
7373
| dashboard_configuration.server.listen.disable | bool | `true` | |
7474
| dashboard_configuration.server.listen.host | string | `"0.0.0.0"` | |
7575
| dashboard_configuration.server.listen.port | int | `7080` | |
76+
| dashboard_configuration.server.pprof.enable | bool | `false` | |
77+
| dashboard_configuration.server.pprof.host | string | `"127.0.0.1"` | |
78+
| dashboard_configuration.server.pprof.port | int | `7082` | |
7679
| dashboard_configuration.server.status.disable | bool | `false` | |
7780
| dashboard_configuration.server.status.host | string | `"127.0.0.1"` | |
7881
| dashboard_configuration.server.status.port | int | `7081` | |
@@ -100,7 +103,7 @@ A Helm chart for Kubernetes
100103
| developer_portal.extraVolumes | list | `[]` | |
101104
| developer_portal.image.pullPolicy | string | `"Always"` | |
102105
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
103-
| developer_portal.image.tag | string | `"v3.8.10"` | |
106+
| developer_portal.image.tag | string | `"v3.8.11"` | |
104107
| developer_portal.keyCertSecret | string | `""` | |
105108
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
106109
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -139,7 +142,7 @@ A Helm chart for Kubernetes
139142
| dp_manager.extraVolumes | list | `[]` | |
140143
| dp_manager.image.pullPolicy | string | `"Always"` | |
141144
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
142-
| dp_manager.image.tag | string | `"v3.8.10"` | |
145+
| dp_manager.image.tag | string | `"v3.8.11"` | |
143146
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
144147
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
145148
| dp_manager.livenessProbe.periodSeconds | int | `3` | |
@@ -171,6 +174,9 @@ A Helm chart for Kubernetes
171174
| dp_manager_configuration.rate_limit.time_window | int | `1` | |
172175
| dp_manager_configuration.server.listen.host | string | `"0.0.0.0"` | |
173176
| dp_manager_configuration.server.listen.port | int | `7900` | |
177+
| dp_manager_configuration.server.pprof.enable | bool | `false` | |
178+
| dp_manager_configuration.server.pprof.host | string | `"127.0.0.1"` | |
179+
| dp_manager_configuration.server.pprof.port | int | `7902` | |
174180
| dp_manager_configuration.server.status.disable | bool | `false` | |
175181
| dp_manager_configuration.server.status.host | string | `"127.0.0.1"` | |
176182
| dp_manager_configuration.server.status.port | int | `7901` | |

charts/api7/values.yaml

Lines changed: 11 additions & 3 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.10"
21+
tag: "v3.8.11"
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,
@@ -50,7 +50,7 @@ dp_manager:
5050
repository: api7/api7-ee-dp-manager
5151
pullPolicy: Always
5252
# Overrides the image tag whose default is the chart appVersion.
53-
tag: "v3.8.10"
53+
tag: "v3.8.11"
5454
# Resources of the deployment.
5555
# It has a higher priority than the common resources configuration:
5656
# when this field is configured, it is used first in the deployment,
@@ -84,7 +84,7 @@ developer_portal:
8484
repository: api7/api7-ee-developer-portal
8585
pullPolicy: Always
8686
# Overrides the image tag whose default is the chart appVersion.
87-
tag: "v3.8.10"
87+
tag: "v3.8.11"
8888

8989
extraEnvVars: []
9090
extraVolumes: []
@@ -291,6 +291,10 @@ dashboard_configuration:
291291
disable: false
292292
host: "127.0.0.1"
293293
port: 7081
294+
pprof:
295+
enable: false
296+
host: "127.0.0.1"
297+
port: 7082
294298
session_options_config:
295299
same_site: "lax" # means the value SameSiteNoneMode
296300
secure: false
@@ -360,6 +364,10 @@ dp_manager_configuration:
360364
disable: false
361365
host: "127.0.0.1"
362366
port: 7901
367+
pprof:
368+
enable: false
369+
host: "127.0.0.1"
370+
port: 7902
363371
log:
364372
level: warn
365373
output: stderr

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.23
17+
version: 0.2.24
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.10"
22+
appVersion: "3.8.11"
2323

2424
maintainers:
2525
- name: API7

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The command removes all the Kubernetes components associated with the chart and
102102
| 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 |
103103
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
104104
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
105-
| apisix.image.tag | string | `"3.8.10"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
105+
| apisix.image.tag | string | `"3.8.11"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
106106
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
107107
| apisix.meta.luaSharedDict.prometheus-metrics | string | `"15m"` | |
108108
| apisix.nodeSelector | object | `{}` | Node labels for API7 Gateway pod assignment |

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ apisix:
125125
pullPolicy: Always
126126
# -- API7 Gateway image tag
127127
# Overrides the image tag whose default is the chart appVersion.
128-
tag: 3.8.10
128+
tag: 3.8.11
129129

130130
# -- Use a `DaemonSet` or `Deployment`
131131
kind: Deployment

0 commit comments

Comments
 (0)