From a63f77c0c65c09766d7a7d9d95258d4e7fea997d Mon Sep 17 00:00:00 2001 From: Jarvis Date: Thu, 6 Aug 2026 15:21:08 +0800 Subject: [PATCH] release(aisix): 0.8.0 Bump charts/aisix-cp and charts/aisix to 0.8.0 (version and appVersion). Sync from the control-plane source-of-truth chart: the product-terminology change to the two SSRF-guard comments in values.yaml. The public adaptations (docker.io registries, empty image tags resolving to .Chart.AppVersion, the always-emitted dpImage default, README.md) are preserved. appVersion pins the image tags, so both charts now install docker.io/api7/aisix-cp-{api,dpm,ui}:0.8.0 and docker.io/api7/aisix:0.8.0. Merging publishes aisix-cp-0.8.0 and aisix-0.8.0 to charts.api7.ai. --- charts/aisix-cp/Chart.yaml | 4 ++-- charts/aisix-cp/README.md | 2 +- charts/aisix-cp/values.yaml | 4 ++-- charts/aisix/Chart.yaml | 4 ++-- charts/aisix/README.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/aisix-cp/Chart.yaml b/charts/aisix-cp/Chart.yaml index 81f0c85..4028906 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.7.1 -appVersion: "0.7.1" +version: 0.8.0 +appVersion: "0.8.0" maintainers: - name: API7 diff --git a/charts/aisix-cp/README.md b/charts/aisix-cp/README.md index 54c7db9..3828129 100644 --- a/charts/aisix-cp/README.md +++ b/charts/aisix-cp/README.md @@ -1,6 +1,6 @@ # aisix-cp -![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.1](https://img.shields.io/badge/AppVersion-0.7.1-informational?style=flat-square) +![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) Helm chart for AISIX control plane (cp-api, dp-manager, dashboard) diff --git a/charts/aisix-cp/values.yaml b/charts/aisix-cp/values.yaml index b7258ee..e8e3880 100644 --- a/charts/aisix-cp/values.yaml +++ b/charts/aisix-cp/values.yaml @@ -47,12 +47,12 @@ api: dpImage: "" # empty -> docker.io/api7/aisix: ## Allow the dashboard playground to reach LLM endpoints on private / ## internal networks. cp-api blocks private IPs by default (SSRF guard); - ## enable this only for self-hosted deployments whose models live on an + ## enable this only for On-Premises deployments whose models live on an ## internal network the cp-api pod can route to. playgroundAllowPrivateIPs: false ## Allow notification channels (budget alert webhooks / Slack) to point ## at private / internal addresses. Blocked by default (SSRF guard); - ## enable only for self-hosted deployments whose webhook receivers live + ## enable only for On-Premises deployments whose webhook receivers live ## on an intranet the cp-api pod can route to. notifyAllowPrivateURLs: false diff --git a/charts/aisix/Chart.yaml b/charts/aisix/Chart.yaml index 3127516..77947df 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.7.1 -appVersion: "0.7.1" +version: 0.8.0 +appVersion: "0.8.0" keywords: - ai-gateway diff --git a/charts/aisix/README.md b/charts/aisix/README.md index b9c0e9a..04c4bd4 100644 --- a/charts/aisix/README.md +++ b/charts/aisix/README.md @@ -1,6 +1,6 @@ # aisix -![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.1](https://img.shields.io/badge/AppVersion-0.7.1-informational?style=flat-square) +![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) Helm chart for the AISIX AI gateway data plane