navendu-pottekkat commented on code in PR #1592: URL: https://github.com/apache/apisix-ingress-controller/pull/1592#discussion_r1089937131
########## docs/en/latest/upgrade.md: ########## @@ -21,9 +21,30 @@ title: Upgrade Guide # --> +## Version change + +### ***1.6.0*** + +The APISIX 3.x.x has adjusted the admin-api, in order to make APISIX Ingress compatible with these changes, You need to select the corresponding chart version, please refer [1.5 to 1.6](#15-to-16). Review Comment: ```suggestion APISIX 3.x.x has changed the Admin API. To make APISIX Ingress compatible with these changes, you need to select the corresponding chart version. Please refer [1.5 to 1.6](#15-to-16). ``` ########## docs/en/latest/upgrade.md: ########## @@ -64,23 +85,28 @@ helm upgrade apisix apisix/apisix \ --set ingress-controller.config.apisix.serviceNamespace=ingress-apisix ``` -### Precautions - -It is recommended not to upgrade across major versions. - ### Compatible upgrade Compatible upgrades can be made without changing any resources. #### ***1.5 to 1.6*** +[Relevant version information and compatibility of apisix-helm-chart](https://github.com/apache/apisix-helm-chart#compatibility-matrix). + +You need to select the corresponding chart version according to the APISIX version to install or upgrade. As shown in the following table: Review Comment: ```suggestion You need to select the corresponding chart version according to the APISIX version as shown to install or upgrade: ``` ########## docs/en/latest/upgrade.md: ########## @@ -21,9 +21,30 @@ title: Upgrade Guide # --> +## Version change + +### ***1.6.0*** + +The APISIX 3.x.x has adjusted the admin-api, in order to make APISIX Ingress compatible with these changes, You need to select the corresponding chart version, please refer [1.5 to 1.6](#15-to-16). + +### ***1.5.0*** + +- CRD has been upgraded to the V2 version, and V2beta3 has been marked as deprecated. +- `app_namespace` is deprecated, you can use `namespace_selector` instead. Review Comment: ```suggestion - `app_namespace` is deprecated,. You can use `namespace_selector` instead. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
