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 98e624ad chore(deps): bump k8s.io/apimachinery from 0.29.0 to 0.29.2 
in /test/e2e (#2161)
98e624ad is described below

commit 98e624ad2d4f44d5970e5e43d9e5860ead01a993
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 12 23:12:53 2024 +0530

    chore(deps): bump k8s.io/apimachinery from 0.29.0 to 0.29.2 in /test/e2e 
(#2161)
    
    Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) 
from 0.29.0 to 0.29.2.
    - 
[Commits](https://github.com/kubernetes/apimachinery/compare/v0.29.0...v0.29.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apimachinery
      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 2db4ea5f..3bd5310f 100644
--- a/test/e2e/go.mod
+++ b/test/e2e/go.mod
@@ -13,7 +13,7 @@ require (
        github.com/stretchr/testify v1.8.4
        go.uber.org/zap v1.26.0
        k8s.io/api v0.29.0
-       k8s.io/apimachinery v0.29.0
+       k8s.io/apimachinery v0.29.2
        k8s.io/client-go v0.29.0
 )
 
diff --git a/test/e2e/go.sum b/test/e2e/go.sum
index 2705f348..a4b45375 100644
--- a/test/e2e/go.sum
+++ b/test/e2e/go.sum
@@ -537,8 +537,8 @@ honnef.co/go/tools 
v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWh
 honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod 
h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
 k8s.io/api v0.29.0 h1:NiCdQMY1QOp1H8lfRyeEf8eOwV6+0xA6XEE44ohDX2A=
 k8s.io/api v0.29.0/go.mod h1:sdVmXoz2Bo/cb77Pxi71IPTSErEW32xa4aXwKH7gfBA=
-k8s.io/apimachinery v0.29.0 h1:+ACVktwyicPz0oc6MTMLwa2Pw3ouLAfAon1wPLtG48o=
-k8s.io/apimachinery v0.29.0/go.mod 
h1:eVBxQ/cwiJxH58eK/jd/vAk4mrxmVlnpBH5J2GbMeis=
+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/klog/v2 v2.110.1 h1:U/Af64HJf7FcwMcXyKm2RPM22WZzyR7OSpYj5tg3cL0=

Reply via email to