chore: upgrade api7 and gateway to v3.9.19 - #358
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
nic-6443
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version bump only, on
release/3.9because 3.9 is no longer the latest line.api7ee3gatewayImage tags move to
v3.9.19for dashboard, dp_manager, developer_portal and file_server, and to3.9.19for the gateway. READMEs regenerated with thego installbuild of helm-docs so noAutogenerated from chart metadatafooter is added.No structural sync was needed. The control plane's own
helm/directory is unchanged between v3.9.18 and v3.9.19. The gateway'sconfig-default.yamlgained one key,nginx_config.stream.metrics_zone_size, which the 3.10 line's chart does not expose either; its default of1mcovers any realistic number of stream listening addresses, so there is nothing for a user to tune. This matches the shape of the 3.10.6 chart PR (#355), which was also version-bump-only.Verified locally:
helm lint charts/gatewaypasses, and theconfig.yamlrendered from the gateway ConfigMap validates against the real image —docker run --rm --entrypoint sh -v $PWD/config.yaml:/usr/local/apisix/conf/config.yaml api7/api7-ee-3-gateway:3.9.19 -c 'apisix init'exits 0. All images this chart pins are published on Docker Hub, so thect installjob has everything it needs.