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 bb378f8d chore: v2.0.0-rc1 release (#2437)
     new 409a474f chore: move doc to en/latest directory (#2443)
     new dfc76d6f fix: Add provider endpoints to translate context (#2442)
     new fdcc4360 chore: move generate-crd to assets (#2445)
     new 66e87fcf docs: remove unless commit in changelog 200-rc1 (#2441)

The 4 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/workflows/golangci-lint.yml                |   4 +-
 .github/workflows/lint-checker.yml                 |   3 +-
 CHANGELOG.md                                       |   4 +-
 Makefile                                           |   9 +-
 api/v1alpha1/gatewayproxy_types.go                 |   6 +-
 .../bases/apisix.apache.org_gatewayproxies.yaml    |   3 +-
 docs/{ => assets}/crd/config.yaml                  |   0
 docs/{ => assets}/template/gv_details.tpl          |   0
 docs/{ => assets}/template/gv_list.tpl             |   0
 docs/{ => assets}/template/type.tpl                |   0
 docs/{ => assets}/template/type_members.tpl        |   0
 docs/{crd/api.md => en/latest/api-reference.md}    |   0
 .../latest}/concepts/deployment-architecture.md    |   4 +-
 docs/{ => en/latest}/concepts/gateway-api.md       |   0
 docs/{ => en/latest}/concepts/resources.md         |   4 +-
 docs/{ => en/latest}/configure.md                  |   0
 docs/{ => en/latest}/upgrade-guide.md              |   2 +-
 internal/controller/gatewayclass_congroller.go     |   3 -
 internal/controller/ingressclass_controller.go     |  10 ++
 internal/controller/utils.go                       | 153 ++++++++++++++-------
 internal/provider/adc/config.go                    |  18 ++-
 test/e2e/gatewayapi/httproute.go                   |  30 +++-
 22 files changed, 168 insertions(+), 85 deletions(-)
 rename docs/{ => assets}/crd/config.yaml (100%)
 rename docs/{ => assets}/template/gv_details.tpl (100%)
 rename docs/{ => assets}/template/gv_list.tpl (100%)
 rename docs/{ => assets}/template/type.tpl (100%)
 rename docs/{ => assets}/template/type_members.tpl (100%)
 rename docs/{crd/api.md => en/latest/api-reference.md} (100%)
 rename docs/{ => en/latest}/concepts/deployment-architecture.md (92%)
 rename docs/{ => en/latest}/concepts/gateway-api.md (100%)
 rename docs/{ => en/latest}/concepts/resources.md (96%)
 rename docs/{ => en/latest}/configure.md (100%)
 rename docs/{ => en/latest}/upgrade-guide.md (99%)

Reply via email to