This is an automated email from the ASF dual-hosted git repository.

traky pushed a change to branch docs-debug
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    from b04acaed lint: localhost link marked as broken link
     add 5a5729ca docs: update apisix ingress controller docs helm repo (#2649)
     add 0d8e880d docs: update ingress annotation docs (#2645)
     add 6f0e78cf fix(ApisixUpstream): cannot recognize kind (#2622)
     add a9513d2a feat: support deployment of multiple data plane modes (#2647)
     add ea34713d docs: update ApisixRoute stream support and fix typo (#2662)
     add d87da72c Merge branch 'master' into docs-debug

No new revisions were added by this update.

Summary of changes:
 api/adc/types.go                                   |   1 +
 api/v1alpha1/gatewayproxy_types.go                 |   6 +
 api/v2/apisixroute_types.go                        |   4 +-
 .../crd/bases/apisix.apache.org_apisixroutes.yaml  |   4 +-
 .../bases/apisix.apache.org_gatewayproxies.yaml    |   8 +
 docs/en/latest/config.json                         |   3 +-
 .../get-apisix-ingress-controller.md               |   2 +-
 docs/en/latest/install.md                          |   2 +-
 docs/en/latest/reference/api-reference.md          |   5 +-
 docs/en/latest/reference/ingress-annotation.md     | 612 +++++++++++++++++++++
 docs/en/latest/upgrade-guide.md                    |  45 --
 internal/adc/client/client.go                      |  16 +-
 internal/adc/client/executor.go                    |  40 +-
 internal/adc/translator/gatewayproxy.go            |  57 +-
 internal/manager/run.go                            |   1 -
 internal/provider/apisix/provider.go               |  10 +-
 internal/provider/init/init.go                     |   4 +-
 internal/provider/options.go                       |  38 +-
 internal/types/k8s.go                              |   2 +
 test/e2e/apisix/mode.go                            | 183 ++++++
 test/e2e/framework/apisix_consts.go                |   3 +
 test/e2e/scaffold/apisix_deployer.go               |  39 +-
 test/e2e/scaffold/deployer.go                      |   4 +-
 23 files changed, 951 insertions(+), 138 deletions(-)
 create mode 100644 docs/en/latest/reference/ingress-annotation.md
 create mode 100644 test/e2e/apisix/mode.go

Reply via email to