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

ashishtiwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new b90b035a chore(deps): bump k8s.io/client-go from 0.29.0 to 0.29.2 in 
/test/e2e (#2162)
b90b035a is described below

commit b90b035a203595427e6682359a799900901978b3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 13 13:37:22 2024 +0530

    chore(deps): bump k8s.io/client-go from 0.29.0 to 0.29.2 in /test/e2e 
(#2162)
    
    Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 
0.29.0 to 0.29.2.
    - 
[Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/kubernetes/client-go/compare/v0.29.0...v0.29.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 test/e2e/go.mod | 2 +-
 test/e2e/go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/e2e/go.mod b/test/e2e/go.mod
index 47d3054e..d9a98490 100644
--- a/test/e2e/go.mod
+++ b/test/e2e/go.mod
@@ -14,7 +14,7 @@ require (
        go.uber.org/zap v1.27.0
        k8s.io/api v0.29.2
        k8s.io/apimachinery v0.29.2
-       k8s.io/client-go v0.29.0
+       k8s.io/client-go v0.29.2
 )
 
 require (
diff --git a/test/e2e/go.sum b/test/e2e/go.sum
index aad0f5b5..28eff02e 100644
--- a/test/e2e/go.sum
+++ b/test/e2e/go.sum
@@ -539,8 +539,8 @@ k8s.io/api v0.29.2 
h1:hBC7B9+MU+ptchxEqTNW2DkUosJpp1P+Wn6YncZ474A=
 k8s.io/api v0.29.2/go.mod h1:sdIaaKuU7P44aoyyLlikSLayT6Vb7bvJNCX105xZXY0=
 k8s.io/apimachinery v0.29.2 h1:EWGpfJ856oj11C52NRCHuU7rFDwxev48z+6DSlGNsV8=
 k8s.io/apimachinery v0.29.2/go.mod 
h1:6HVkd1FwxIagpYrHSwJlQqZI3G9LfYWRPAkUvLnXTKU=
-k8s.io/client-go v0.29.0 h1:KmlDtFcrdUzOYrBhXHgKw5ycWzc3ryPX5mQe0SkG3y8=
-k8s.io/client-go v0.29.0/go.mod h1:yLkXH4HKMAywcrD82KMSmfYg2DlE8mepPR4JGSo5n38=
+k8s.io/client-go v0.29.2 h1:FEg85el1TeZp+/vYJM7hkDlSTFZ+c5nnK44DJ4FyoRg=
+k8s.io/client-go v0.29.2/go.mod h1:knlvFZE58VpqbQpJNbCbctTVXcd35mMyAAwBdpt4jrA=
 k8s.io/klog/v2 v2.110.1 h1:U/Af64HJf7FcwMcXyKm2RPM22WZzyR7OSpYj5tg3cL0=
 k8s.io/klog/v2 v2.110.1/go.mod h1:YGtd1984u+GgbuZ7e08/yBuAfKLSO0+uR1Fhi6ExXjo=
 k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 
h1:aVUu9fTY98ivBPKR9Y5w/AuzbMm96cd3YHRTU83I780=

Reply via email to