From 336c7585ce99e3a3c058c118259d7bed3a2b3802 Mon Sep 17 00:00:00 2001 From: Nic Date: Tue, 23 Dec 2025 14:03:20 +0800 Subject: [PATCH 1/3] chore: upgrade api7 and gateway to v3.8.21 Signed-off-by: Nic --- charts/api7/Chart.yaml | 4 ++-- charts/api7/README.md | 8 ++++---- charts/api7/values.yaml | 6 +++--- charts/gateway/Chart.yaml | 4 ++-- charts/gateway/README.md | 2 +- charts/gateway/values.yaml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/api7/Chart.yaml b/charts/api7/Chart.yaml index c0056ec..4ab3c97 100644 --- a/charts/api7/Chart.yaml +++ b/charts/api7/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.17.36 +version: 0.17.37 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.8.20" +appVersion: "3.8.21" maintainers: - name: API7 diff --git a/charts/api7/README.md b/charts/api7/README.md index c47ce0f..ec0b203 100644 --- a/charts/api7/README.md +++ b/charts/api7/README.md @@ -1,6 +1,6 @@ # api7ee3 -![Version: 0.17.36](https://img.shields.io/badge/Version-0.17.36-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.20](https://img.shields.io/badge/AppVersion-3.8.20-informational?style=flat-square) +![Version: 0.17.37](https://img.shields.io/badge/Version-0.17.37-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.8.21](https://img.shields.io/badge/AppVersion-3.8.21-informational?style=flat-square) A Helm chart for Kubernetes @@ -29,7 +29,7 @@ A Helm chart for Kubernetes | dashboard.extraVolumes | list | `[]` | | | dashboard.image.pullPolicy | string | `"Always"` | | | dashboard.image.repository | string | `"api7/api7-ee-3-integrated"` | | -| dashboard.image.tag | string | `"v3.8.20"` | | +| dashboard.image.tag | string | `"v3.8.21"` | | | dashboard.keyCertSecret | string | `""` | | | dashboard.livenessProbe.failureThreshold | int | `30` | | | dashboard.livenessProbe.initialDelaySeconds | int | `180` | | @@ -110,7 +110,7 @@ A Helm chart for Kubernetes | developer_portal.extraVolumes | list | `[]` | | | developer_portal.image.pullPolicy | string | `"Always"` | | | developer_portal.image.repository | string | `"api7/api7-ee-developer-portal"` | | -| developer_portal.image.tag | string | `"v3.8.20"` | | +| developer_portal.image.tag | string | `"v3.8.21"` | | | developer_portal.keyCertSecret | string | `""` | | | developer_portal.livenessProbe.failureThreshold | int | `10` | | | developer_portal.livenessProbe.initialDelaySeconds | int | `60` | | @@ -150,7 +150,7 @@ A Helm chart for Kubernetes | dp_manager.extraVolumes | list | `[]` | | | dp_manager.image.pullPolicy | string | `"Always"` | | | dp_manager.image.repository | string | `"api7/api7-ee-dp-manager"` | | -| dp_manager.image.tag | string | `"v3.8.20"` | | +| dp_manager.image.tag | string | `"v3.8.21"` | | | dp_manager.livenessProbe.failureThreshold | int | `10` | | | dp_manager.livenessProbe.initialDelaySeconds | int | `60` | | | dp_manager.livenessProbe.periodSeconds | int | `3` | | diff --git a/charts/api7/values.yaml b/charts/api7/values.yaml index b339fb0..f33d154 100644 --- a/charts/api7/values.yaml +++ b/charts/api7/values.yaml @@ -18,7 +18,7 @@ dashboard: repository: api7/api7-ee-3-integrated pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v3.8.20" + tag: "v3.8.21" # Resources of the deployment. # It has a higher priority than the common resources configuration: # when this field is configured, it is used first in the deployment, @@ -54,7 +54,7 @@ dp_manager: repository: api7/api7-ee-dp-manager pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v3.8.20" + tag: "v3.8.21" # Resources of the deployment. # It has a higher priority than the common resources configuration: # when this field is configured, it is used first in the deployment, @@ -92,7 +92,7 @@ developer_portal: repository: api7/api7-ee-developer-portal pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "v3.8.20" + tag: "v3.8.21" extraEnvVars: [] extraVolumes: [] diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index cc728b9..becc6ff 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -14,12 +14,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.39 +version: 0.2.40 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: "3.8.20" +appVersion: "3.8.21" maintainers: - name: API7 diff --git a/charts/gateway/README.md b/charts/gateway/README.md index fea8a46..c6f8415 100644 --- a/charts/gateway/README.md +++ b/charts/gateway/README.md @@ -102,7 +102,7 @@ The command removes all the Kubernetes components associated with the chart and | 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 | | apisix.image.pullPolicy | string | `"Always"` | API7 Gateway image pull policy | | apisix.image.repository | string | `"api7/api7-ee-3-gateway"` | API7 Gateway image repository | -| apisix.image.tag | string | `"3.8.20"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. | +| apisix.image.tag | string | `"3.8.21"` | API7 Gateway image tag Overrides the image tag whose default is the chart appVersion. | | apisix.kind | string | `"Deployment"` | Use a `DaemonSet` or `Deployment` | | 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 | | apisix.lru.secret.neg_ttl | int | `60` | in seconds | diff --git a/charts/gateway/values.yaml b/charts/gateway/values.yaml index ccd3e77..945651c 100644 --- a/charts/gateway/values.yaml +++ b/charts/gateway/values.yaml @@ -135,7 +135,7 @@ apisix: pullPolicy: Always # -- API7 Gateway image tag # Overrides the image tag whose default is the chart appVersion. - tag: 3.8.20 + tag: 3.8.21 # -- Use a `DaemonSet` or `Deployment` kind: Deployment From 7b97afcc38a164276da89c72df8cbbc3b34e6eb4 Mon Sep 17 00:00:00 2001 From: Nic Date: Tue, 23 Dec 2025 15:13:51 +0800 Subject: [PATCH 2/3] f Signed-off-by: Nic --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbffe29..cbe1ffc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,6 +64,7 @@ jobs: --volume $HOME/.kube/config:/root/.kube/config \ --volume $PWD:/workdir \ --workdir /workdir \ + -e API7_SKIP_FIRST_HEARTBEAT_DEBUG=true \ quay.io/helmpack/chart-testing:v3.10.1 sh -c 'git config --global --add safe.directory /workdir \ && helm repo add bitnami https://charts.bitnami.com/bitnami \ && helm repo add apisix https://charts.apiseven.com \ From 29c7acce5bb4b006b2c601425c6420ebdaac6da0 Mon Sep 17 00:00:00 2001 From: Nic Date: Tue, 23 Dec 2025 15:42:33 +0800 Subject: [PATCH 3/3] f Signed-off-by: Nic --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbe1ffc..0f91a8d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,12 +64,11 @@ jobs: --volume $HOME/.kube/config:/root/.kube/config \ --volume $PWD:/workdir \ --workdir /workdir \ - -e API7_SKIP_FIRST_HEARTBEAT_DEBUG=true \ quay.io/helmpack/chart-testing:v3.10.1 sh -c 'git config --global --add safe.directory /workdir \ && helm repo add bitnami https://charts.bitnami.com/bitnami \ && helm repo add apisix https://charts.apiseven.com \ && ct install \ - --charts charts/gateway --helm-extra-set-args "--set etcd.enabled=true"' + --charts charts/gateway --helm-extra-set-args "--set etcd.enabled=true --set apisix.extraEnvVars[0].name=API7_SKIP_FIRST_HEARTBEAT_DEBUG --set-string apisix.extraEnvVars[0].value=true"' - name: Setup Go uses: actions/setup-go@v4