You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gi...@apache.org on 2022/12/13 01:32:08 UTC

[apisix-ingress-controller] branch dependabot/go_modules/k8s.io/apimachinery-0.26.0 updated (d2c13006 -> 9090bbc2)

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

github-bot pushed a change to branch dependabot/go_modules/k8s.io/apimachinery-0.26.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


 discard d2c13006 chore(deps): bump k8s.io/apimachinery from 0.25.4 to 0.26.0
     add 7e8f0763 fix: many namespace lead to provider stuck (#1386)
     add 8cf79c2e fix: ingress.tls secret not found (#1394)
     add 0009b5d6 feat: support secret plugin config (#1486)
     add 03cfcb84 chore(deps): bump k8s.io/client-go from 0.25.4 to 0.26.0 in /test/e2e (#1505)
     add b4255f1d ci: using ubuntu-20.04 by default (#1504)
     add 9090bbc2 chore(deps): bump k8s.io/apimachinery from 0.25.4 to 0.26.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d2c13006)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/k8s.io/apimachinery-0.26.0 (9090bbc2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/e2e-test-ci-v2-cron.yml          |   8 +-
 .github/workflows/e2e-test-ci.yml                  |   8 +-
 .github/workflows/k8s-timer-ci.yml                 |   8 +-
 docs/en/latest/concepts/apisix_route.md            |  47 ++++++
 pkg/kube/apisix/apis/config/v2/types.go            |   2 +
 pkg/providers/apisix/provider.go                   |   4 +
 pkg/providers/apisix/provider_init.go              |  51 ++++---
 .../apisix/translation/apisix_pluginconfig.go      |  15 ++
 pkg/providers/apisix/translation/apisix_route.go   |  30 ++++
 pkg/providers/ingress/ingress.go                   |  16 +-
 pkg/providers/ingress/provider.go                  |  12 +-
 samples/deploy/crd/v1/ApisixPluginConfig.yaml      |   2 +
 samples/deploy/crd/v1/ApisixRoute.yaml             |   4 +
 test/e2e/go.mod                                    |  19 ++-
 test/e2e/go.sum                                    | 165 +++------------------
 .../suite-plugins-general/secret_ref.go}           |  82 +++++-----
 16 files changed, 235 insertions(+), 238 deletions(-)
 copy test/e2e/{suite-features/remote_addrs_match.go => suite-plugins/suite-plugins-general/secret_ref.go} (60%)