From b462cefc70decec3d0ab1d7725351f8580bfb157 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Wed, 29 Jul 2026 15:07:59 +0800 Subject: [PATCH] release(aisix-cp): 0.6.0 Bumps version and appVersion to 0.6.0 and regenerates the README. The 0.5.1 chart-only patch already carried the accumulated template delta (the cp-api and dp-manager startup probes), so this release has no functional chart change to sync: the residual diff against control-plane/helm/aisix-cp is only the public adaptations (docker.io registries, empty image tags resolving to .Chart.AppVersion, the api.dpImage default, and the generated README). appVersion pins the image tags, and docker.io/api7/aisix-cp-{api,dpm,ui}:0.6.0 plus docker.io/api7/aisix:0.6.0 are published. --- charts/aisix-cp/Chart.yaml | 4 ++-- charts/aisix-cp/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/aisix-cp/Chart.yaml b/charts/aisix-cp/Chart.yaml index c3f83cc..e3e67d1 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.5.1 -appVersion: "0.5.0" +version: 0.6.0 +appVersion: "0.6.0" maintainers: - name: API7 diff --git a/charts/aisix-cp/README.md b/charts/aisix-cp/README.md index 48a1097..fa812c5 100644 --- a/charts/aisix-cp/README.md +++ b/charts/aisix-cp/README.md @@ -1,6 +1,6 @@ # aisix-cp -![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square) +![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square) Helm chart for AISIX control plane (cp-api, dp-manager, dashboard)