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 63522639 feat: gatewayproxy controller (#2444) new 634bc522 feat(ci): support build dev image (#2448) new dc03c314 chore: Update artifact and report names with provider type (#2447) new 18f03ea6 fix: add more event filter across controllers (#2449) 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/workflows/apisix-conformance-test.yml | 2 +- .github/workflows/push-docker.yaml | 14 +++++++++++++- internal/controller/apisixconsumer_controller.go | 1 + internal/controller/apisixroute_controller.go | 9 ++++----- internal/controller/apisixtls_controller.go | 1 + internal/controller/consumer_controller.go | 5 +---- internal/controller/gateway_controller.go | 5 +---- ...tewayclass_congroller.go => gatewayclass_controller.go} | 0 internal/controller/gatewayproxy_controller.go | 7 +++++++ internal/controller/ingress_controller.go | 1 + internal/controller/ingressclass_controller.go | 6 ++---- internal/controller/utils.go | 7 +++++++ 12 files changed, 39 insertions(+), 19 deletions(-) rename internal/controller/{gatewayclass_congroller.go => gatewayclass_controller.go} (100%)