You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/10/20 08:51:04 UTC

[apisix-ingress-controller] branch master updated: chore(deps): bump k8s.io/code-generator from 0.25.1 to 0.25.3 (#1384)

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

zhangjintao 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 7a89a0a9 chore(deps): bump k8s.io/code-generator from 0.25.1 to 0.25.3 (#1384)
7a89a0a9 is described below

commit 7a89a0a9792691167dad0b5556c95966d18bc455
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 20 16:50:58 2022 +0800

    chore(deps): bump k8s.io/code-generator from 0.25.1 to 0.25.3 (#1384)
    
    Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.25.1 to 0.25.3.
    - [Release notes](https://github.com/kubernetes/code-generator/releases)
    - [Commits](https://github.com/kubernetes/code-generator/compare/v0.25.1...v0.25.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/code-generator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 go.mod | 2 +-
 go.sum | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index e87222fb..3fd1edb6 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
 	k8s.io/api v0.25.1
 	k8s.io/apimachinery v0.25.1
 	k8s.io/client-go v0.25.1
-	k8s.io/code-generator v0.25.1
+	k8s.io/code-generator v0.25.3
 	sigs.k8s.io/gateway-api v0.4.0
 )
 
diff --git a/go.sum b/go.sum
index 24d1a5e9..c28eb525 100644
--- a/go.sum
+++ b/go.sum
@@ -1037,8 +1037,8 @@ k8s.io/client-go v0.25.1 h1:uFj4AJKtE1/ckcSKz8IhgAuZTdRXZDKev8g387ndD58=
 k8s.io/client-go v0.25.1/go.mod h1:rdFWTLV/uj2C74zGbQzOsmXPUtMAjSf7ajil4iJUNKo=
 k8s.io/code-generator v0.21.3/go.mod h1:K3y0Bv9Cz2cOW2vXUrNZlFbflhuPvuadW6JdnN6gGKo=
 k8s.io/code-generator v0.22.0/go.mod h1:eV77Y09IopzeXOJzndrDyCI88UBok2h6WxAlBwpxa+o=
-k8s.io/code-generator v0.25.1 h1:S47sZB7IGA/GR7V6eBQ5AsK2j8jhryuljdg6qpm0bes=
-k8s.io/code-generator v0.25.1/go.mod h1:f61OcU2VqVQcjt/6TrU0sta1TA5hHkOO6ZZPwkL9Eys=
+k8s.io/code-generator v0.25.3 h1:BEH+wDi90bGyrYcY4abGtUqaOX7G94RRrEu8l+SvIeo=
+k8s.io/code-generator v0.25.3/go.mod h1:9F5fuVZOMWRme7MYj2YT3L9ropPWPokd9VRhVyD3+0w=
 k8s.io/component-base v0.21.3/go.mod h1:kkuhtfEHeZM6LkX0saqSK8PbdO7A0HigUngmhhrwfGQ=
 k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
 k8s.io/gengo v0.0.0-20201203183100-97869a43a9d9/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=