Skip to content

Commit 00ee5c7

Browse files
authored
chore: upgrade api7 v3.2.14.4 (#134)
Signed-off-by: Nic <[email protected]>
1 parent 9d94bf2 commit 00ee5c7

File tree

4 files changed

+27
-29
lines changed

4 files changed

+27
-29
lines changed

charts/api7/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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.16.4
18+
version: 0.16.5
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

charts/api7/README.md

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

3-
![Version: 0.16.4](https://img.shields.io/badge/Version-0.16.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.14](https://img.shields.io/badge/AppVersion-3.2.14-informational?style=flat-square)
3+
![Version: 0.16.5](https://img.shields.io/badge/Version-0.16.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.2.14](https://img.shields.io/badge/AppVersion-3.2.14-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.2.14.3"` | |
26+
| dashboard.image.tag | string | `"v3.2.14.4"` | |
2727
| dashboard.keyCertSecret | string | `""` | |
2828
| dashboard.replicaCount | int | `1` | |
2929
| dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | |
@@ -96,27 +96,26 @@ A Helm chart for Kubernetes
9696
| dashboard_configuration.plugins[65] | string | `"workflow"` | |
9797
| dashboard_configuration.plugins[66] | string | `"proxy-buffering"` | |
9898
| dashboard_configuration.plugins[67] | string | `"tencent-cloud-cls"` | |
99-
| dashboard_configuration.plugins[68] | string | `"soap"` | |
100-
| dashboard_configuration.plugins[69] | string | `"openfunction"` | |
99+
| dashboard_configuration.plugins[68] | string | `"openfunction"` | |
100+
| dashboard_configuration.plugins[69] | string | `"graphql-proxy-cache"` | |
101101
| dashboard_configuration.plugins[6] | string | `"mocking"` | |
102-
| dashboard_configuration.plugins[70] | string | `"graphql-proxy-cache"` | |
103-
| dashboard_configuration.plugins[71] | string | `"ext-plugin-post-req"` | |
104-
| dashboard_configuration.plugins[72] | string | `"graphql-limit-count"` | |
105-
| dashboard_configuration.plugins[73] | string | `"elasticsearch-logger"` | |
106-
| dashboard_configuration.plugins[74] | string | `"kafka-logger"` | |
107-
| dashboard_configuration.plugins[75] | string | `"body-transformer"` | |
108-
| dashboard_configuration.plugins[76] | string | `"traffic-split"` | |
109-
| dashboard_configuration.plugins[77] | string | `"degraphql"` | |
110-
| dashboard_configuration.plugins[78] | string | `"http-logger"` | |
111-
| dashboard_configuration.plugins[79] | string | `"cas-auth"` | |
102+
| dashboard_configuration.plugins[70] | string | `"ext-plugin-post-req"` | |
103+
| dashboard_configuration.plugins[71] | string | `"graphql-limit-count"` | |
104+
| dashboard_configuration.plugins[72] | string | `"elasticsearch-logger"` | |
105+
| dashboard_configuration.plugins[73] | string | `"kafka-logger"` | |
106+
| dashboard_configuration.plugins[74] | string | `"body-transformer"` | |
107+
| dashboard_configuration.plugins[75] | string | `"traffic-split"` | |
108+
| dashboard_configuration.plugins[76] | string | `"degraphql"` | |
109+
| dashboard_configuration.plugins[77] | string | `"http-logger"` | |
110+
| dashboard_configuration.plugins[78] | string | `"cas-auth"` | |
111+
| dashboard_configuration.plugins[79] | string | `"traffic-label"` | |
112112
| dashboard_configuration.plugins[7] | string | `"serverless-pre-function"` | |
113-
| dashboard_configuration.plugins[80] | string | `"traffic-label"` | |
114-
| dashboard_configuration.plugins[81] | string | `"oas-validator"` | |
115-
| dashboard_configuration.plugins[82] | string | `"api7-traffic-split"` | |
116-
| dashboard_configuration.plugins[83] | string | `"limit-conn"` | |
117-
| dashboard_configuration.plugins[84] | string | `"prometheus"` | |
118-
| dashboard_configuration.plugins[85] | string | `"syslog"` | |
119-
| dashboard_configuration.plugins[86] | string | `"ip-restriction"` | |
113+
| dashboard_configuration.plugins[80] | string | `"oas-validator"` | |
114+
| dashboard_configuration.plugins[81] | string | `"api7-traffic-split"` | |
115+
| dashboard_configuration.plugins[82] | string | `"limit-conn"` | |
116+
| dashboard_configuration.plugins[83] | string | `"prometheus"` | |
117+
| dashboard_configuration.plugins[84] | string | `"syslog"` | |
118+
| dashboard_configuration.plugins[85] | string | `"ip-restriction"` | |
120119
| dashboard_configuration.plugins[8] | string | `"batch-requests"` | |
121120
| dashboard_configuration.plugins[9] | string | `"ua-restriction"` | |
122121
| dashboard_configuration.prometheus.addr | string | `"http://api7-prometheus-server:9090"` | |
@@ -160,7 +159,7 @@ A Helm chart for Kubernetes
160159
| developer_portal.extraEnvVars | list | `[]` | |
161160
| developer_portal.image.pullPolicy | string | `"IfNotPresent"` | |
162161
| developer_portal.image.repository | string | `"api7/api7-developer-portal"` | |
163-
| developer_portal.image.tag | string | `"v0.0.6"` | |
162+
| developer_portal.image.tag | string | `"v0.0.8"` | |
164163
| developer_portal.replicaCount | int | `1` | |
165164
| developer_portal_configuration.enable | bool | `true` | |
166165
| developer_portal_configuration.server.listen.host | string | `"0.0.0.0"` | |
@@ -180,7 +179,7 @@ A Helm chart for Kubernetes
180179
| dp_manager.extraVolumes | list | `[]` | |
181180
| dp_manager.image.pullPolicy | string | `"Always"` | |
182181
| dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | |
183-
| dp_manager.image.tag | string | `"v3.2.14.3"` | |
182+
| dp_manager.image.tag | string | `"v3.2.14.4"` | |
184183
| dp_manager.replicaCount | int | `1` | |
185184
| dp_manager_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | |
186185
| dp_manager_configuration.database.max_idle_conns | int | `2` | |

charts/api7/values.yaml

Lines changed: 3 additions & 4 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.2.14.3"
13+
tag: "v3.2.14.4"
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,
@@ -33,7 +33,7 @@ dp_manager:
3333
repository: api7/api7-ee-dp-manager
3434
pullPolicy: Always
3535
# Overrides the image tag whose default is the chart appVersion.
36-
tag: "v3.2.14.3"
36+
tag: "v3.2.14.4"
3737
# Resources of the deployment.
3838
# It has a higher priority than the common resources configuration:
3939
# when this field is configured, it is used first in the deployment,
@@ -56,7 +56,7 @@ developer_portal:
5656
repository: api7/api7-developer-portal
5757
pullPolicy: IfNotPresent
5858
# Overrides the image tag whose default is the chart appVersion.
59-
tag: "v0.0.6"
59+
tag: "v0.0.8"
6060
extraEnvVars: []
6161

6262
imagePullSecret: ""
@@ -352,7 +352,6 @@ dashboard_configuration:
352352
- workflow
353353
- proxy-buffering
354354
- tencent-cloud-cls
355-
- soap
356355
- openfunction
357356
- graphql-proxy-cache
358357
- ext-plugin-post-req

charts/gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The command removes all the Kubernetes components associated with the chart and
126126
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
127127
| autoscaling.targetMemoryUtilizationPercentage | int | `80` | |
128128
| autoscaling.version | string | `"v2"` | HPA version, the value is "v2" or "v2beta1", default "v2" |
129-
| configurationSnippet | object | `{"httpAdmin":"","httpEnd":"","httpSrv":"","httpStart":"","main":"","stream":""}` | Custom configuration snippet. |
129+
| configurationSnippet | object | `{"httpAdmin":"","httpEnd":"","httpSrv":"","httpSrvLocation":"","httpStart":"","main":"","stream":""}` | Custom configuration snippet. |
130130
| customPlugins | object | `{"enabled":false,"luaPath":"/opts/custom_plugins/?.lua","plugins":[{"attrs":{},"configMap":{"mounts":[{"key":"the-file-name","path":"mount-path"}],"name":"configmap-name"},"name":"plugin-name"}]}` | customPlugins allows you to mount your own HTTP plugins. |
131131
| customPlugins.enabled | bool | `false` | Whether to configure some custom plugins |
132132
| customPlugins.luaPath | string | `"/opts/custom_plugins/?.lua"` | the lua_path that tells APISIX where it can find plugins, note the last ';' is required. |

0 commit comments

Comments
 (0)