Skip to content

release(aisix): 0.7.0 - #329

Merged
nic-6443 merged 1 commit into
mainfrom
release-aisix-0.7.0
Jul 31, 2026
Merged

release(aisix): 0.7.0#329
nic-6443 merged 1 commit into
mainfrom
release-aisix-0.7.0

Conversation

@jarvis9443

Copy link
Copy Markdown
Contributor

Releases the aisix-cp (control plane) and aisix (data plane) charts at 0.7.0. Both carry the same version and appVersion, and appVersion pins the images published for this release: docker.io/api7/aisix-cp-{api,dpm,ui}:0.7.0 and docker.io/api7/aisix:0.7.0.

aisix-cp

Version bump plus the regenerated README, nothing else. The control-plane source-of-truth chart saw no changes this cycle, so there is no functional delta to sync. The public adaptations are preserved: docker.io registries, an empty tag resolving to .Chart.AppVersion, api.dpImage defaulting to docker.io/api7/aisix:<appVersion>, and the README.

aisix

Version bump, plus the readiness probe moves from /status/ready on the metrics listener to /readyz on the proxy listener.

/readyz previously returned 503 once the configuration watch had gone five minutes without an event. That measures elapsed time since the last configuration event, which an environment whose resources are not changing does not produce — so every replica crossed the threshold simultaneously and the Service lost all its endpoints while perfectly healthy. The chart worked around it by probing /status/ready on the metrics port instead. api7/aisix#841 removed that condition and ships in appVersion 0.7.0, so readiness returns to the listener that actually carries the traffic.

Verified with helm lint and helm template on both charts: the three control-plane images and AISIX_CLOUD_DP_IMAGE resolve to docker.io/...:0.7.0, and the data-plane probe renders as /readyz on proxy.

Merging publishes aisix-cp-0.7.0 and aisix-0.7.0 to charts.api7.ai.

Bump both charts to 0.7.0. appVersion pins the published
docker.io/api7/aisix-cp-{api,dpm,ui}:0.7.0 and docker.io/api7/aisix:0.7.0 images.

aisix-cp carries no functional delta this cycle — the control-plane
source-of-truth chart was unchanged since 0.6.0, so this is a version
bump plus the regenerated README. The public adaptations (docker.io
registries, empty tag defaulting to appVersion, dpImage defaulting to
docker.io/api7/aisix:<appVersion>, README) are preserved.

aisix moves its readiness probe from /status/ready on the metrics
listener to /readyz on the proxy listener. /readyz used to withdraw an
instance whose configuration watch had gone five minutes without an
event, which an idle environment does routinely, so every replica left
the Service while healthy. api7/aisix#841 removed that condition and
ships in appVersion 0.7.0, so readiness can go back to the listener
that actually carries the traffic.
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 19 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a9ca7a90-c014-4797-a615-4eaf4291e6d2

📥 Commits

Reviewing files that changed from the base of the PR and between d6c75cd and f0c0ae1.

📒 Files selected for processing (5)
  • charts/aisix-cp/Chart.yaml
  • charts/aisix-cp/README.md
  • charts/aisix/Chart.yaml
  • charts/aisix/README.md
  • charts/aisix/templates/deployment.yaml

Comment @coderabbitai help to get the list of available commands.

@nic-6443
nic-6443 merged commit d146ee1 into main Jul 31, 2026
3 checks passed
@nic-6443
nic-6443 deleted the release-aisix-0.7.0 branch July 31, 2026 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants