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

gallardot 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 58aab33b chore(deps): bump k8s.io/api from 0.29.0 to 0.29.2 in 
/test/e2e (#2163)
58aab33b is described below

commit 58aab33bc6d215c6a3f826daedbd5a5d85ca6c23
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 13 10:04:54 2024 +0800

    chore(deps): bump k8s.io/api from 0.29.0 to 0.29.2 in /test/e2e (#2163)
    
    Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.0 to 0.29.2.
    - [Commits](https://github.com/kubernetes/api/compare/v0.29.0...v0.29.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      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 3bd5310f..2d98cc1b 100644
--- a/test/e2e/go.mod
+++ b/test/e2e/go.mod
@@ -12,7 +12,7 @@ require (
        github.com/onsi/ginkgo/v2 v2.16.0
        github.com/stretchr/testify v1.8.4
        go.uber.org/zap v1.26.0
-       k8s.io/api v0.29.0
+       k8s.io/api v0.29.2
        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 a4b45375..6ded55e9 100644
--- a/test/e2e/go.sum
+++ b/test/e2e/go.sum
@@ -535,8 +535,8 @@ gopkg.in/yaml.v3 v3.0.1 
h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
 gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
 honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod 
h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
 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/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=

Reply via email to