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/03 09:29:24 UTC

[apisix-ingress-controller] branch dependabot/go_modules/github.com/stretchr/testify-1.8.2 updated (1df89bdb -> 5baa3e88)

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

github-bot pushed a change to branch dependabot/go_modules/github.com/stretchr/testify-1.8.2
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    omit 1df89bdb chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2
     add f6b33497 chore(deps): bump github.com/gavv/httpexpect/v2 in /test/e2e (#1690)
     add de1928e3 docs: update grpc proxy (#1698)
     add 3f76ae46 feat: Add prefer_name into ApisixClusterConfig (#1519)
     add 51d0ecdb fix: set the health check log level by gin to debug (#1580)
     add 4091ea00 chore(deps): bump github.com/stretchr/testify in /test/e2e (#1691)
     add 9df7af65 ci: add yamllint rules (#1666)
     new 5baa3e88 chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2

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   (1df89bdb)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/github.com/stretchr/testify-1.8.2 (5baa3e88)

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.

The 1 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:
 .../{verify-codegen.yml => yamllint-checker.yml}   |    40 +-
 .github/dependabot.yml => .yamllint.yml            |    64 +-
 Makefile                                           |    12 +-
 docs/en/latest/tutorials/proxy-grpc-service.md     |    20 +-
 pkg/api/server.go                                  |     2 +-
 pkg/kube/apisix/apis/config/v2/types.go            |     2 +
 pkg/log/gin_logger.go                              |    14 +-
 pkg/log/gin_logger_test.go                         |    12 +-
 .../apisix/translation/apisix_cluster_config.go    |     8 +-
 .../translation/apisix_cluster_config_test.go      |    30 +
 samples/deploy/admission/webhook-registration.yaml |     2 +-
 samples/deploy/configmap/apisix-ingress-cm.yaml    |    58 +-
 samples/deploy/crd/v1/ApisixClusterConfig.yaml     |     2 +
 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 +-
 test/e2e/go.mod                                    |     5 +-
 test/e2e/go.sum                                    |     9 +-
 test/e2e/scaffold/cluster_config.go                |    30 +-
 test/e2e/suite-features/global_rule.go             |    13 +-
 25 files changed, 13954 insertions(+), 13650 deletions(-)
 copy .github/workflows/{verify-codegen.yml => yamllint-checker.yml} (65%)
 copy .github/dependabot.yml => .yamllint.yml (50%)


[apisix-ingress-controller] 01/01: chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/go_modules/github.com/stretchr/testify-1.8.2
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git

commit 5baa3e8884b88e83232982ad42c13df175a38d59
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 3 09:29:18 2023 +0000

    chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 go.mod | 2 +-
 go.sum | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index a332eb4a..81fb6ce7 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
 	github.com/prometheus/client_model v0.3.0
 	github.com/slok/kubewebhook/v2 v2.5.0
 	github.com/spf13/cobra v1.6.1
-	github.com/stretchr/testify v1.8.1
+	github.com/stretchr/testify v1.8.2
 	github.com/xeipuuv/gojsonschema v1.2.0
 	go.uber.org/multierr v1.9.0
 	go.uber.org/zap v1.24.0
diff --git a/go.sum b/go.sum
index 3bb69e40..8e24653e 100644
--- a/go.sum
+++ b/go.sum
@@ -318,8 +318,9 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
 github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
 github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
 github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
-github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk=
 github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
+github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8=
+github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
 github.com/ugorji/go v1.2.7/go.mod h1:nF9osbDWLy6bDVv/Rtoh6QgnvNDpmCalQV5urGCCS6M=
 github.com/ugorji/go/codec v1.2.7 h1:YPXUKf7fYbp/y8xloBqZOw2qaVggbfwMlI8WM3wZUJ0=
 github.com/ugorji/go/codec v1.2.7/go.mod h1:WGN1fab3R1fzQlVQTkfxVtIBhWDRqOviHU95kRgeqEY=