This is an automated email from the ASF dual-hosted git repository.
ronething pushed a change to branch fix/ssl_id
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 18b1bde9 fix: ssl id generate logic
new 8eedc472 fix: r
add d9550d88 chore: unify the logging component (#2584)
add 0f29ac7b docs: clarify support for Ingress Annotations (#2575)
new 23904b36 Merge remote-tracking branch 'origin/master' into fix/ssl_id
The 2 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:
cmd/root/root.go | 11 ---
docs/en/latest/upgrade-guide.md | 2 +-
internal/adc/cache/store.go | 27 ++++----
internal/adc/client/client.go | 88 ++++++++++++------------
internal/adc/client/executor.go | 93 ++++++++++++--------------
internal/adc/translator/apisixroute.go | 4 +-
internal/adc/translator/apisixupstream.go | 6 +-
internal/adc/translator/gateway.go | 69 +++----------------
internal/adc/translator/gatewayproxy.go | 6 +-
internal/adc/translator/globalrule.go | 10 +--
internal/adc/translator/httproute.go | 10 ++-
internal/adc/translator/ingressclass.go | 4 +-
internal/adc/translator/translator.go | 2 +-
internal/controller/apisixroute_controller.go | 6 +-
internal/controller/gatewayproxy_controller.go | 2 +-
internal/controller/grpcroute_controller.go | 2 +-
internal/controller/httproute_controller.go | 6 +-
internal/controller/ingress_controller.go | 6 +-
internal/controller/ingressclass_controller.go | 2 +-
internal/controller/tcproute_controller.go | 2 +-
internal/controller/udproute_controller.go | 2 +-
internal/controller/utils.go | 32 ++++-----
internal/manager/readiness/manager.go | 10 +--
internal/manager/run.go | 7 +-
internal/provider/apisix/provider.go | 21 +++---
internal/provider/apisix/status.go | 23 +++----
internal/provider/init/init.go | 16 +++--
internal/provider/options.go | 4 +-
internal/provider/register.go | 13 +++-
29 files changed, 208 insertions(+), 278 deletions(-)