This is an automated email from the ASF dual-hosted git repository. alinsran pushed a change to branch v2.0.0 in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 43bbe768 fix: apisixroute backend service reference to apisixupstream (#2453) new 3a017c79 fix: adc backend server on different mode (#2455) new d317e5e2 fix: reduce the complexity of calculating route priority (#2459) new df2362b0 doc: add getting-started doc (#2450) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .github/actions/add-pr-comment | 1 + .github/workflows/apisix-conformance-test.yml | 11 ++ .gitmodules | 3 + docs/en/latest/config.json | 4 + docs/en/latest/getting-started.md | 194 ++++++++++++++++++++++++++ docs/en/latest/install.md | 44 +++++- internal/provider/adc/config.go | 53 ++++--- internal/provider/adc/translator/httproute.go | 30 ++-- test/e2e/crds/gatewayproxy.go | 18 +++ test/e2e/framework/k8s.go | 6 +- test/e2e/gatewayapi/httproute.go | 34 +---- test/e2e/scaffold/apisix_deployer.go | 24 ++-- test/e2e/scaffold/scaffold.go | 24 ++-- 13 files changed, 348 insertions(+), 98 deletions(-) create mode 160000 .github/actions/add-pr-comment create mode 100644 docs/en/latest/getting-started.md