Skip to content

Commit

Permalink
Bump k8s.io/client-go from 0.25.15 to 0.25.16 (#177)
Browse files Browse the repository at this point in the history
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.25.15 to 0.25.16.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.25.15...v0.25.16)

---
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>
Co-authored-by: Todd Ekenstam <[email protected]>
  • Loading branch information
dependabot[bot] and tekenstam authored Feb 3, 2024
1 parent 073e30a commit 3694ea5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
golang.org/x/sync v0.5.0
k8s.io/api v0.25.16
k8s.io/apimachinery v0.25.16
k8s.io/client-go v0.25.15
k8s.io/client-go v0.25.16
k8s.io/kubectl v0.25.15
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ k8s.io/apimachinery v0.25.16 h1:Mk5h4zbHVZh4ZkgRnciYdLRqOREt2dAGTJesDY0WO7U=
k8s.io/apimachinery v0.25.16/go.mod h1:34oJjP2pnWhz64k0GETsMvDeAp2A2v+gKa/u3tV/+6k=
k8s.io/cli-runtime v0.25.15 h1:mGmRUMt6qsOMRie00M68t9L49W9GcGFGbHWGyz6ip2Y=
k8s.io/cli-runtime v0.25.15/go.mod h1:OQvv5URPtvfjKnhwzknRwqD6nZ4hKyLi+wBYaFWT7rs=
k8s.io/client-go v0.25.15 h1:glbwbRyVA0GvPfchQjc0w8E21hHTXV5F0TpACM/vwyU=
k8s.io/client-go v0.25.15/go.mod h1:DgGm/Ek2tiIyImLz0WhEbinHVlemUdNUCpXJwCi6S9M=
k8s.io/client-go v0.25.16 h1:Lf8gd4vP9hR2sDuSU+9id9Mj23u8X58nESZ5m1JcI24=
k8s.io/client-go v0.25.16/go.mod h1:6y5hyLavOErqO5LWUzk5rwKpRqmwZsE3oe3RW0cgs9s=
k8s.io/component-base v0.25.15 h1:kOXXrzt6ImZPYi1lKumt3VPrQzWMTdJcNcvUgh1ruQc=
k8s.io/component-base v0.25.15/go.mod h1:pmku8Srd/in6lyhXhXWv1hc2R8SFeDlDRchK+NjY2Us=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
Expand Down

0 comments on commit 3694ea5

Please sign in to comment.