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/10/25 12:44:00 UTC

[apisix-ingress-controller] branch dependabot/go_modules/github.com/slok/kubewebhook/v2-2.5.0 updated (be33504b -> f0d72d63)

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

github-bot pushed a change to branch dependabot/go_modules/github.com/slok/kubewebhook/v2-2.5.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    omit be33504b chore(deps): bump github.com/slok/kubewebhook/v2 from 2.3.0 to 2.5.0
     add 10c3d6eb docs: update annotations page (#1399)
     add cc333655 chore(deps): bump github.com/onsi/ginkgo/v2 in /test/e2e (#1400)
     add b52d3577 chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#1402)
     new f0d72d63 chore(deps): bump github.com/slok/kubewebhook/v2 from 2.3.0 to 2.5.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   (be33504b)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/github.com/slok/kubewebhook/v2-2.5.0 (f0d72d63)

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:
 docs/en/latest/concepts/annotations.md | 278 +++++++++++++++++----------------
 go.mod                                 |   4 +-
 go.sum                                 |   7 +-
 test/e2e/go.mod                        |   8 +-
 test/e2e/go.sum                        |  16 +-
 5 files changed, 164 insertions(+), 149 deletions(-)


[apisix-ingress-controller] 01/01: chore(deps): bump github.com/slok/kubewebhook/v2 from 2.3.0 to 2.5.0

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/slok/kubewebhook/v2-2.5.0
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git

commit f0d72d63442559771b5ce28200570f1522ae1f50
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 25 12:43:56 2022 +0000

    chore(deps): bump github.com/slok/kubewebhook/v2 from 2.3.0 to 2.5.0
    
    Bumps [github.com/slok/kubewebhook/v2](https://github.com/slok/kubewebhook) from 2.3.0 to 2.5.0.
    - [Release notes](https://github.com/slok/kubewebhook/releases)
    - [Changelog](https://github.com/slok/kubewebhook/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/slok/kubewebhook/compare/v2.3.0...v2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/slok/kubewebhook/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index f2f3713b..8a772062 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
 	github.com/pkg/errors v0.9.1
 	github.com/prometheus/client_golang v1.13.0
 	github.com/prometheus/client_model v0.2.0
-	github.com/slok/kubewebhook/v2 v2.3.0
+	github.com/slok/kubewebhook/v2 v2.5.0
 	github.com/spf13/cobra v1.6.0
 	github.com/stretchr/testify v1.8.0
 	github.com/xeipuuv/gojsonschema v1.2.0
diff --git a/go.sum b/go.sum
index 619dcca6..48ed7536 100644
--- a/go.sum
+++ b/go.sum
@@ -488,8 +488,8 @@ github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPx
 github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
 github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
 github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
-github.com/slok/kubewebhook/v2 v2.3.0 h1:Kccgx5fbWrwq9MvuaYZdWmAEj/i8KeqYjMOoxfN1xpc=
-github.com/slok/kubewebhook/v2 v2.3.0/go.mod h1:5kPfxGKb827PIshayYNNL2KQNnPs13BTStrtgG5r2vU=
+github.com/slok/kubewebhook/v2 v2.5.0 h1:CwMxLbTEcha3+SxSXc4pc9iIbREdhgLurAs+/uRzxIw=
+github.com/slok/kubewebhook/v2 v2.5.0/go.mod h1:TcQS+Ae0TDiiwm9glxum6AFvtumR33qdAenUeiQ/TWs=
 github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
 github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
 github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=