This is an automated email from the ASF dual-hosted git repository.
lingsamuel pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 4091ea00 chore(deps): bump github.com/stretchr/testify in /test/e2e
(#1691)
add 9df7af65 ci: add yamllint rules (#1666)
No new revisions were added by this update.
Summary of changes:
.../{verify-codegen.yml => yamllint-checker.yml} | 40 +-
.github/dependabot.yml => .yamllint.yml | 64 +-
Makefile | 12 +-
samples/deploy/admission/webhook-registration.yaml | 2 +-
samples/deploy/configmap/apisix-ingress-cm.yaml | 58 +-
samples/deploy/crd/v1/ApisixConsumer.yaml | 2 +-
samples/deploy/crd/v1/ApisixRoute.yaml | 19 +-
samples/deploy/crd/v1/ApisixTls.yaml | 588 +-
samples/deploy/crd/v1/ApisixUpstream.yaml | 13 +-
samples/deploy/deployment/ingress-controller.yaml | 48 +-
.../gateway-api/v0.6.0/experimental-install.yaml | 17156 ++++++++++---------
.../gateway-api/v0.6.0/standard-install.yaml | 9449 +++++-----
.../rbac/apisix_view_clusterrolebinding.yaml | 6 +-
13 files changed, 13842 insertions(+), 13615 deletions(-)
copy .github/workflows/{verify-codegen.yml => yamllint-checker.yml} (65%)
copy .github/dependabot.yml => .yamllint.yml (50%)