Skip to content

Commit bbd6db6

Browse files
authored
chore: upgrade api7 to v3.7.3 (#172)
Signed-off-by: Nic <[email protected]>
1 parent cb0a633 commit bbd6db6

File tree

6 files changed

+26
-19
lines changed

6 files changed

+26
-19
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.11
18+
version: 0.17.12
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.7.2"
24+
appVersion: "3.7.3"
2525

2626
dependencies:
2727
- name: prometheus

charts/api7/README.md

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

3-
![Version: 0.17.11](https://img.shields.io/badge/Version-0.17.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.7.2.0](https://img.shields.io/badge/AppVersion-3.7.2-informational?style=flat-square)
3+
![Version: 0.17.12](https://img.shields.io/badge/Version-0.17.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.7.3](https://img.shields.io/badge/AppVersion-3.7.3-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -23,7 +23,7 @@ A Helm chart for Kubernetes
2323
| dashboard.extraVolumes | list | `[]` | |
2424
| dashboard.image.pullPolicy | string | `"Always"` | |
2525
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
26-
| dashboard.image.tag | string | `"v3.7.2"` | |
26+
| dashboard.image.tag | string | `"v3.7.3"` | |
2727
| dashboard.keyCertSecret | string | `""` | |
2828
| dashboard.livenessProbe.failureThreshold | int | `30` | |
2929
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -40,7 +40,7 @@ A Helm chart for Kubernetes
4040
| dashboard_configuration.consumer_proxy.cache_success_ttl | int | `60` | |
4141
| dashboard_configuration.consumer_proxy.enable | bool | `false` | |
4242
| dashboard_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
43-
| dashboard_configuration.database.max_idle_conns | int | `2` | |
43+
| dashboard_configuration.database.max_idle_time | string | `"30s"` | |
4444
| dashboard_configuration.database.max_open_conns | int | `30` | |
4545
| dashboard_configuration.developer_proxy.cache_failure_count | int | `256` | |
4646
| dashboard_configuration.developer_proxy.cache_failure_ttl | int | `15` | |
@@ -93,7 +93,7 @@ A Helm chart for Kubernetes
9393
| developer_portal.extraVolumes | list | `[]` | |
9494
| developer_portal.image.pullPolicy | string | `"Always"` | |
9595
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
96-
| developer_portal.image.tag | string | `"v3.7.2"` | |
96+
| developer_portal.image.tag | string | `"v3.7.3"` | |
9797
| developer_portal.keyCertSecret | string | `""` | |
9898
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
9999
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -104,7 +104,7 @@ A Helm chart for Kubernetes
104104
| developer_portal.readinessProbe.periodSeconds | int | `3` | |
105105
| developer_portal.replicaCount | int | `1` | |
106106
| developer_portal_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
107-
| developer_portal_configuration.database.max_idle_conns | int | `2` | |
107+
| developer_portal_configuration.database.max_idle_time | string | `"30s"` | |
108108
| developer_portal_configuration.database.max_open_conns | int | `30` | |
109109
| developer_portal_configuration.enable | bool | `true` | |
110110
| developer_portal_configuration.log.level | string | `"warn"` | |
@@ -132,7 +132,7 @@ A Helm chart for Kubernetes
132132
| dp_manager.extraVolumes | list | `[]` | |
133133
| dp_manager.image.pullPolicy | string | `"Always"` | |
134134
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
135-
| dp_manager.image.tag | string | `"v3.7.2"` | |
135+
| dp_manager.image.tag | string | `"v3.7.3"` | |
136136
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
137137
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
138138
| dp_manager.livenessProbe.periodSeconds | int | `3` | |
@@ -141,8 +141,11 @@ A Helm chart for Kubernetes
141141
| dp_manager.readinessProbe.initialDelaySeconds | int | `10` | |
142142
| dp_manager.readinessProbe.periodSeconds | int | `3` | |
143143
| dp_manager.replicaCount | int | `1` | |
144+
| dp_manager_configuration.consumer_cache.evict_interval | string | `"5s"` | |
145+
| dp_manager_configuration.consumer_cache.max_ttl | string | `"2h"` | |
146+
| dp_manager_configuration.consumer_cache.size | int | `50000` | |
144147
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
145-
| dp_manager_configuration.database.max_idle_conns | int | `2` | |
148+
| dp_manager_configuration.database.max_idle_time | string | `"30s"` | |
146149
| dp_manager_configuration.database.max_open_conns | int | `30` | |
147150
| dp_manager_configuration.log.level | string | `"warn"` | |
148151
| dp_manager_configuration.log.output | string | `"stderr"` | |

charts/api7/values.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dashboard:
1010
repository: api7/api7-ee-3-integrated
1111
pullPolicy: Always
1212
# Overrides the image tag whose default is the chart appVersion.
13-
tag: "v3.7.2"
13+
tag: "v3.7.3"
1414
# Resources of the deployment.
1515
# It has a higher priority than the common resources configuration:
1616
# when this field is configured, it is used first in the deployment,
@@ -42,7 +42,7 @@ dp_manager:
4242
repository: api7/api7-ee-dp-manager
4343
pullPolicy: Always
4444
# Overrides the image tag whose default is the chart appVersion.
45-
tag: "v3.7.2"
45+
tag: "v3.7.3"
4646
# Resources of the deployment.
4747
# It has a higher priority than the common resources configuration:
4848
# when this field is configured, it is used first in the deployment,
@@ -76,7 +76,7 @@ developer_portal:
7676
repository: api7/api7-ee-developer-portal
7777
pullPolicy: Always
7878
# Overrides the image tag whose default is the chart appVersion.
79-
tag: "v3.7.2"
79+
tag: "v3.7.3"
8080

8181
extraEnvVars: []
8282
extraVolumes: []
@@ -284,8 +284,8 @@ dashboard_configuration:
284284
output: stderr
285285
database:
286286
dsn: "postgres://api7ee:changeme@api7-postgresql:5432/api7ee"
287-
max_idle_conns: 2
288287
max_open_conns: 30
288+
max_idle_time: 30s
289289
prometheus:
290290
addr: "http://api7-prometheus-server:9090"
291291
timeout: "30s"
@@ -343,8 +343,8 @@ dp_manager_configuration:
343343
output: stderr
344344
database:
345345
dsn: "postgres://api7ee:changeme@api7-postgresql:5432/api7ee"
346-
max_idle_conns: 2
347346
max_open_conns: 30
347+
max_idle_time: 30s
348348
prometheus:
349349
addr: "http://api7-prometheus-server:9090"
350350
timeout: "30s"
@@ -358,6 +358,10 @@ dp_manager_configuration:
358358
key_file: "" # the file path of the private key for requesting prometheus, (e.g. /app/prometheus/certs/tls.key)
359359
cert_file: "" # the file path of the certificate for requesting prometheus, (e.g. /app/prometheus/certs/tls.crt)
360360
ca_file: "" # the file path of the ca to verify the prometheus tls server. (e.g. /app/prometheus/certs/ca.crt)
361+
consumer_cache:
362+
size: 50000
363+
max_ttl: 2h
364+
evict_interval: 5s
361365
rate_limit:
362366
enable: false
363367
time_window: 1 # unit: second
@@ -382,5 +386,5 @@ developer_portal_configuration:
382386
output: stderr
383387
database:
384388
dsn: "postgres://api7ee:changeme@api7-postgresql:5432/api7ee"
385-
max_idle_conns: 2
386389
max_open_conns: 30
390+
max_idle_time: 30s

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.13
17+
version: 0.2.14
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.7.2"
22+
appVersion: "3.7.3"
2323

2424
dependencies:
2525
- name: etcd

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The command removes all the Kubernetes components associated with the chart and
9797
| 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 |
9898
| apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy |
9999
| apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository |
100-
| apisix.image.tag | string | `"3.7.2"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
100+
| apisix.image.tag | string | `"3.7.3"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. |
101101
| apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` |
102102
| apisix.meta.luaSharedDict.prometheus-metrics | string | `"15m"` | |
103103
| 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
@@ -103,7 +103,7 @@ apisix:
103103
pullPolicy: Always
104104
# -- API7 Gateway image tag
105105
# Overrides the image tag whose default is the chart appVersion.
106-
tag: 3.7.2
106+
tag: 3.7.3
107107

108108
# -- Use a `DaemonSet` or `Deployment`
109109
kind: Deployment

0 commit comments

Comments
 (0)