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

ronething pushed a change to branch v2.0.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    from af4bda28 docs: mismatched namespace example of gatewayproxy (#2683)
     new 7b5f850c docs: update plugin metadata APISIX CRD example (#2687)
     new f01f6dac docs: update k8s cluster version in README (#2688)
     new cac3eca8 chore: log when kubernetes cluster version does not meet 
minimum requirement (#2693)
     new b9c7f1e3 fix: adjust apisix standalone mode adc sync result (#2697)
     new c6e00d7d fix: modify upstream name generation method (#2694)
     new 65eb3fad chore: update deps (#2698)
     new b01b71b9 feat: support custom gatewayproxy namespace for ingressclass 
(#2701)
     new 9b34e129 chore: v2.0.1 release (#2700)

The 8 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:
 CHANGELOG.md                                   |  77 ++++++++++++
 Makefile                                       |   6 +-
 README.md                                      |   6 +-
 api/adc/types.go                               |  52 ++++----
 docs/en/latest/install.md                      |   2 +
 docs/en/latest/reference/example.md            |  22 ++--
 go.mod                                         |  21 ++--
 go.sum                                         |  42 +++----
 internal/adc/client/executor.go                | 168 +++++--------------------
 internal/adc/translator/apisixroute.go         |   8 +-
 internal/controller/indexer/indexer.go         |   8 +-
 internal/controller/ingressclass_controller.go |   5 +-
 internal/controller/utils.go                   |  10 +-
 internal/manager/controllers.go                |   2 +-
 internal/manager/run.go                        |  43 +++++++
 internal/utils/k8s.go                          |  12 ++
 internal/webhook/v1/ingressclass_webhook.go    |   6 +-
 releases/{v2.0.0-rc3.toml => v2.0.1.toml}      |  37 ++++--
 test/e2e/crds/v2/basic.go                      |  91 +++++++++++++-
 test/e2e/crds/v2/route.go                      |  71 +++++++++++
 20 files changed, 432 insertions(+), 257 deletions(-)
 copy releases/{v2.0.0-rc3.toml => v2.0.1.toml} (59%)

Reply via email to