From 8f14e2f249fc86fe59b640b7e87d6ae3329c6735 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Sat, 8 Aug 2026 17:17:03 +0800 Subject: [PATCH] release(aisix): 0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps both charts' version and appVersion to 0.8.1 and regenerates the READMEs. appVersion pins the image tags, and docker.io/api7/aisix{,-cp-api,-cp-dpm,-cp-ui}:0.8.1 are published. No functional delta to sync this cycle: control-plane/helm/aisix-cp saw no changes between v0.8.0 and v0.8.1, so the residual diff against it is only the public adaptations this chart keeps on purpose — docker.io registries, the empty tag defaulting to .Chart.AppVersion, the always-emitted api.dpImage default, and the README. --- charts/aisix-cp/Chart.yaml | 4 ++-- charts/aisix-cp/README.md | 2 +- charts/aisix/Chart.yaml | 4 ++-- charts/aisix/README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/aisix-cp/Chart.yaml b/charts/aisix-cp/Chart.yaml index 4028906..0d6ca57 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.8.0 -appVersion: "0.8.0" +version: 0.8.1 +appVersion: "0.8.1" maintainers: - name: API7 diff --git a/charts/aisix-cp/README.md b/charts/aisix-cp/README.md index 3828129..1d60ac1 100644 --- a/charts/aisix-cp/README.md +++ b/charts/aisix-cp/README.md @@ -1,6 +1,6 @@ # aisix-cp -![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square) +![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.1](https://img.shields.io/badge/AppVersion-0.8.1-informational?style=flat-square) Helm chart for AISIX control plane (cp-api, dp-manager, dashboard) diff --git a/charts/aisix/Chart.yaml b/charts/aisix/Chart.yaml index 77947df..e8097b3 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.8.0 -appVersion: "0.8.0" +version: 0.8.1 +appVersion: "0.8.1" keywords: - ai-gateway diff --git a/charts/aisix/README.md b/charts/aisix/README.md index 04c4bd4..6fde41c 100644 --- a/charts/aisix/README.md +++ b/charts/aisix/README.md @@ -1,6 +1,6 @@ # aisix -![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.0](https://img.shields.io/badge/AppVersion-0.8.0-informational?style=flat-square) +![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.1](https://img.shields.io/badge/AppVersion-0.8.1-informational?style=flat-square) Helm chart for the AISIX AI gateway data plane