From d794103e0123d0c0bc05ce5f8b6cef73d05b5093 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Thu, 20 Aug 2026 11:31:20 +0000 Subject: [PATCH 1/2] release(aisix): 0.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps charts/aisix-cp and charts/aisix to version and appVersion 0.10.0 and regenerates their READMEs. No functional deltas accumulated in the CP source-of-truth chart this cycle: diffing control-plane/helm/aisix-cp at tag v0.10.0 against charts/aisix-cp leaves only the intentional public adaptations — docker.io registries, empty image tags defaulting to .Chart.AppVersion, the always-emit dpImage default, and the public README. --- charts/aisix-cp/Chart.yaml | 4 ++-- charts/aisix-cp/README.md | 4 +++- charts/aisix/Chart.yaml | 4 ++-- charts/aisix/README.md | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/aisix-cp/Chart.yaml b/charts/aisix-cp/Chart.yaml index f899bb8..4c558d6 100644 --- a/charts/aisix-cp/Chart.yaml +++ b/charts/aisix-cp/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aisix-cp description: Helm chart for AISIX control plane (cp-api, dp-manager, dashboard) type: application -version: 0.9.0 -appVersion: "0.9.0" +version: 0.10.0 +appVersion: "0.10.0" maintainers: - name: API7 diff --git a/charts/aisix-cp/README.md b/charts/aisix-cp/README.md index e14b92d..41fe26e 100644 --- a/charts/aisix-cp/README.md +++ b/charts/aisix-cp/README.md @@ -1,6 +1,6 @@ # aisix-cp -![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square) +![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square) Helm chart for AISIX control plane (cp-api, dp-manager, dashboard) @@ -128,3 +128,5 @@ Helm chart for AISIX control plane (cp-api, dp-manager, dashboard) | ui.service.type | string | `"ClusterIP"` | | | ui.tolerations | list | `[]` | | +---------------------------------------------- +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) diff --git a/charts/aisix/Chart.yaml b/charts/aisix/Chart.yaml index 009d1e5..e388160 100644 --- a/charts/aisix/Chart.yaml +++ b/charts/aisix/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aisix description: Helm chart for the AISIX AI gateway data plane type: application -version: 0.9.0 -appVersion: "0.9.0" +version: 0.10.0 +appVersion: "0.10.0" keywords: - ai-gateway diff --git a/charts/aisix/README.md b/charts/aisix/README.md index c8cf4d4..1cb31a8 100644 --- a/charts/aisix/README.md +++ b/charts/aisix/README.md @@ -1,6 +1,6 @@ # aisix -![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square) +![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square) Helm chart for the AISIX AI gateway data plane From 4fc4376e5ec3e6caa3be3ff3aab56c0848038183 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Thu, 20 Aug 2026 11:42:48 +0000 Subject: [PATCH 2/2] chore(aisix-cp): drop the helm-docs footer CI does not generate The local helm-docs appends an 'Autogenerated from chart metadata' footer that the version CI runs does not, so CI saw the README as drifted from what it would generate. --- charts/aisix-cp/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/charts/aisix-cp/README.md b/charts/aisix-cp/README.md index 41fe26e..787f449 100644 --- a/charts/aisix-cp/README.md +++ b/charts/aisix-cp/README.md @@ -128,5 +128,3 @@ Helm chart for AISIX control plane (cp-api, dp-manager, dashboard) | ui.service.type | string | `"ClusterIP"` | | | ui.tolerations | list | `[]` | | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)