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 2023/03/27 08:49:08 UTC

[apisix-ingress-controller] branch dependabot/go_modules/go.uber.org/multierr-1.10.0 updated (d3a1e340 -> a9067ee1)

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

github-bot pushed a change to branch dependabot/go_modules/go.uber.org/multierr-1.10.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


 discard d3a1e340 chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.10.0
     add 6e22838d feat: support ingressClass for ApisixGlobalRule (#1718)
     add c6dd810a feat: make multiple controllers handle different ApisixRoute CRDs (#593)
     add 8730f883 chore(deps): bump k8s.io/client-go from 0.26.2 to 0.26.3 in /test/e2e (#1730)
     add c5b2ae84 chore(deps): bump k8s.io/client-go from 0.26.2 to 0.26.3 (#1734)
     add 0ad8eaad docs: add tutorial on using custom Plugins (#1745)
     add 379e92ee chore(deps): bump golang.org/x/net from 0.7.0 to 0.8.0 (#1725)
     add a9067ee1 chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.10.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   (d3a1e340)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/go.uber.org/multierr-1.10.0 (a9067ee1)

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:
 docs/en/latest/config.json                         |   1 +
 docs/en/latest/tutorials/using-custom-plugins.md   | 223 +++++++++++++++
 go.mod                                             |  18 +-
 go.sum                                             |  36 +--
 pkg/kube/apisix/apis/config/v2/types.go            |   9 +-
 pkg/providers/apisix/apisix_global_rule.go         |  34 ++-
 pkg/providers/apisix/apisix_route.go               |  33 +++
 samples/deploy/crd/v1/ApisixGlobalRule.yaml        |   2 +
 samples/deploy/crd/v1/ApisixRoute.yaml             |   2 +
 test/e2e/go.mod                                    |   6 +-
 test/e2e/go.sum                                    |  12 +-
 .../suite-ingress-features/ingress-class.go        | 303 ++++++++++++++++++++-
 12 files changed, 635 insertions(+), 44 deletions(-)
 create mode 100644 docs/en/latest/tutorials/using-custom-plugins.md