You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2023/04/11 07:28:57 UTC

[apisix-ingress-controller] branch master updated (adf97572 -> b4d1eed6)

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

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


    from adf97572 chore(deps): bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#1773)
     add b4d1eed6 feat: CRDs ingressClassName field cannot be modified (#1728)

No new revisions were added by this update.

Summary of changes:
 pkg/api/validation/utils.go                        |   7 +
 pkg/api/validation/validator.go                    | 139 ++++++++++-
 samples/deploy/admission/webhook-registration.yaml |   7 +-
 test/e2e/scaffold/ingress.go                       |  15 +-
 test/e2e/suite-cluster/apisix_cluster_config.go    |  35 +++
 .../suite-ingress-features/webhook.go              | 276 +++++++++++++++++++++
 6 files changed, 467 insertions(+), 12 deletions(-)