The data plane gained proxy.url_rewrites (entry-level URL rewriting, api7/aisix#875 follow-up PR). The chart injects gateway config purely through AISIX_* env vars, which cannot express a structured list; the DP accepts a JSON-array-in-a-string escape hatch (AISIX_PROXY__URL_REWRITES='[{\"match\":\"...\",\"rewrite\":\"...\"}]'), but first-class values rendering (values → env JSON, or a ConfigMap-mounted config fragment) would be the proper UX.
To be picked up at the next OP-version release sync, once the feature is in a released image (chart features must never ship ahead of the matching app image).
The data plane gained
proxy.url_rewrites(entry-level URL rewriting, api7/aisix#875 follow-up PR). The chart injects gateway config purely throughAISIX_*env vars, which cannot express a structured list; the DP accepts a JSON-array-in-a-string escape hatch (AISIX_PROXY__URL_REWRITES='[{\"match\":\"...\",\"rewrite\":\"...\"}]'), but first-class values rendering (values → env JSON, or a ConfigMap-mounted config fragment) would be the proper UX.To be picked up at the next OP-version release sync, once the feature is in a released image (chart features must never ship ahead of the matching app image).