Skip to content

Commit

Permalink
Bump k8s.io/client-go from 0.24.17 to 0.29.1
Browse files Browse the repository at this point in the history
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.17 to 0.29.1.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.24.17...v0.29.1)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 7b210c5 commit fa47771
Show file tree
Hide file tree
Showing 2 changed files with 1,161 additions and 88 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ module github.com/szuecs/routegroup-client
go 1.15

require (
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/davecgh/go-spew v1.1.1
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/spf13/viper v1.8.1 // indirect
k8s.io/apimachinery v0.24.17
k8s.io/client-go v0.24.17
k8s.io/apimachinery v0.29.1
k8s.io/client-go v0.29.1
k8s.io/code-generator v0.24.17
sigs.k8s.io/controller-tools v0.9.2
)
Loading

0 comments on commit fa47771

Please sign in to comment.