Skip to content

Commit 60bed18

Browse files
authored
chore: upgrade version to 3.9.6 (#263)
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 73a4897 commit 60bed18

File tree

6 files changed

+33
-13
lines changed

6 files changed

+33
-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.45
18+
version: 0.17.46
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.9.5"
24+
appVersion: "3.9.6"
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.45](https://img.shields.io/badge/Version-0.17.45-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.5](https://img.shields.io/badge/AppVersion-3.9.5-informational?style=flat-square)
3+
![Version: 0.17.46](https://img.shields.io/badge/Version-0.17.46-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.9.6](https://img.shields.io/badge/AppVersion-3.9.6-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -28,7 +28,7 @@ A Helm chart for Kubernetes
2828
| dashboard.extraVolumes | list | `[]` | |
2929
| dashboard.image.pullPolicy | string | `"Always"` | |
3030
| dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | |
31-
| dashboard.image.tag | string | `"v3.9.5"` | |
31+
| dashboard.image.tag | string | `"v3.9.6"` | |
3232
| dashboard.keyCertSecret | string | `""` | |
3333
| dashboard.livenessProbe.failureThreshold | int | `30` | |
3434
| dashboard.livenessProbe.initialDelaySeconds | int | `180` | |
@@ -113,7 +113,7 @@ A Helm chart for Kubernetes
113113
| developer_portal.extraVolumes | list | `[]` | |
114114
| developer_portal.image.pullPolicy | string | `"Always"` | |
115115
| developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | |
116-
| developer_portal.image.tag | string | `"v3.9.5"` | |
116+
| developer_portal.image.tag | string | `"v3.9.6"` | |
117117
| developer_portal.keyCertSecret | string | `""` | |
118118
| developer_portal.livenessProbe.failureThreshold | int | `10` | |
119119
| developer_portal.livenessProbe.initialDelaySeconds | int | `60` | |
@@ -158,7 +158,7 @@ A Helm chart for Kubernetes
158158
| dp_manager.extraVolumes | list | `[]` | |
159159
| dp_manager.image.pullPolicy | string | `"Always"` | |
160160
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
161-
| dp_manager.image.tag | string | `"v3.9.5"` | |
161+
| dp_manager.image.tag | string | `"v3.9.6"` | |
162162
| dp_manager.livenessProbe.failureThreshold | int | `10` | |
163163
| dp_manager.livenessProbe.initialDelaySeconds | int | `60` | |
164164
| dp_manager.livenessProbe.periodSeconds | int | `3` | |

charts/api7/values.yaml

Lines changed: 23 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.9.5"
21+
tag: "v3.9.6"
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.9.5"
57+
tag: "v3.9.6"
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.9.5"
95+
tag: "v3.9.6"
9696

9797
extraEnvVars: []
9898
extraVolumes: []
@@ -332,7 +332,27 @@ dashboard_configuration:
332332
dsn: "postgres://api7ee:changeme@api7-postgresql:5432/api7ee"
333333
max_open_conns: 30
334334
max_idle_time: 30s
335+
# max_lifetime: 60s
335336
timeout: 5s
337+
# vault:
338+
# enabled: false
339+
# address: "http://vault:8200"
340+
# namespace: ""
341+
# base_dsn: "postgres://api7-postgresql:5432/api7ee?sslmode=disable" # no username/password
342+
# cred_cache_ttl: 30s
343+
# auth:
344+
# method: "token" # token | approle | kubernetes
345+
# token: ""
346+
# # role_id: ""
347+
# # secret_id: ""
348+
# # role: "" # for kubernetes auth
349+
# # mount_path: "" # optional auth mount path
350+
# database:
351+
# mount_path: "database"
352+
# role: "api7ee"
353+
# tls:
354+
# ca_cert: ""
355+
# insecure: false
336356
prometheus:
337357
addr: "http://api7-prometheus-server:9090"
338358
query_path_prefix: ""

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.55
17+
version: 0.2.56
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.9.5"
22+
appVersion: "3.9.6"
2323

2424
maintainers:
2525
- name: API7

charts/gateway/README.md

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

charts/gateway/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ apisix:
138138
pullPolicy: Always
139139
# -- API7 Gateway image tag
140140
# Overrides the image tag whose default is the chart appVersion.
141-
tag: 3.9.5
141+
tag: 3.9.6
142142

143143
# -- Use a `DaemonSet` or `Deployment`
144144
kind: Deployment

0 commit comments

Comments
 (0)