bzp2010 commented on code in PR #1360: URL: https://github.com/apache/apisix-ingress-controller/pull/1360#discussion_r979138496
########## CHANGELOG.md: ########## @@ -33,6 +34,302 @@ - [0.2.0](#020) - [0.1.0](#010) +# 1.5.0 + +Welcome to the 1.5.0 release of apisix-ingress-controller! + +This is a feature release. + +## Highlights + +The API version of all custom resources has been upgraded to v2 in this release and mark v2beta3 as deprecated. We plan to remove the v2beta2 API version in the next release. Please go to [#707](https://github.com/apache/apisix-ingress-controller/issues/707) for detail. + +We have added partial support for Gateway API, which is not enabled by default, you can set `enable_gateway_api=true` to enable it. + +Ingress resources can now use all APISIX plugin configurations by setting the annotation `k8s.apisix.apache.org/plugin-config-name=xxx`. + +Please try out the release binaries and report any issues at +https://github.com/apache/apisix-ingress-controller/issues. + +### Contributors + +* Jintao Zhang +* Sarasa Kisaragi +* Xin Rong +* John Chever +* Xin Rong Review Comment: repeated ########## CHANGELOG.md: ########## @@ -33,6 +34,302 @@ - [0.2.0](#020) - [0.1.0](#010) +# 1.5.0 + +Welcome to the 1.5.0 release of apisix-ingress-controller! + +This is a feature release. + +## Highlights + +The API version of all custom resources has been upgraded to v2 in this release and mark v2beta3 as deprecated. We plan to remove the v2beta2 API version in the next release. Please go to [#707](https://github.com/apache/apisix-ingress-controller/issues/707) for detail. + +We have added partial support for Gateway API, which is not enabled by default, you can set `enable_gateway_api=true` to enable it. + +Ingress resources can now use all APISIX plugin configurations by setting the annotation `k8s.apisix.apache.org/plugin-config-name=xxx`. + +Please try out the release binaries and report any issues at +https://github.com/apache/apisix-ingress-controller/issues. + +### Contributors + +* Jintao Zhang +* Sarasa Kisaragi +* Xin Rong +* John Chever +* Xin Rong +* cmssczy +* dependabot[bot] +* nevercase +* Gallardot +* Nic +* lsy +* mango +* Fatpa +* Hoshea Jiang +* JasonZhu +* Xin Rong Review Comment: repeated -- 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]
