release(aisix-cp): 0.2.0#302
Conversation
Sync the accumulated CP-chart delta into the public chart for the 0.2.0 release and pin to the published 0.2.0 images. - bump version + appVersion 0.1.0 -> 0.2.0 (appVersion pins the docker.io/api7/* image tags) - dpm: add the kubelet-probeable /healthz health listener (AISIX_DPMGR_HEALTH_LISTEN, default :7946) with httpGet readiness + liveness probes; fall back to a TCP check on the mTLS port when healthListen="" (synced from control-plane/helm/aisix-cp) - regenerate README via helm-docs Public adaptations preserved: docker.io registries, empty tag -> .Chart.AppVersion, dpImage default, README.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 10 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
0.2.0 release sync of the public
aisix-cpchart.Bumps
versionandappVersion0.1.0 → 0.2.0.appVersionpins the image tags, which now resolve to the publisheddocker.io/api7/{aisix,aisix-cp-api,aisix-cp-dpm,aisix-cp-ui}:0.2.0.Functional delta synced from the source-of-truth CP chart (
control-plane/helm/aisix-cp):/healthzliveness. Adds a plain-HTTP health listener (AISIX_DPMGR_HEALTH_LISTEN, default:7946) exposed as thehealthcontainer port, withhttpGet /healthzreadiness + liveness probes. This probes outbox-poller liveness rather than the mTLS port 7944 (a kubelet cannot present a client cert, and a TCP check on 7944 stays green even if the poller is wedged): a stale poller now fails readiness (removed from the Service) and liveness (pod restarted). Whendpm.service.healthListen="", the dp-manager serves no/healthzand the probes fall back to a TCP check on the mTLS port.Public adaptations preserved (unchanged from 0.1.0):
docker.ioregistries, empty imagetag→.Chart.AppVersion,api.dpImagedefault →docker.io/api7/aisix:<appVersion>, and the chart README. README regenerated viahelm-docs.Merging publishes
aisix-cp-0.2.0to https://charts.api7.ai.