Skip to content

Commit

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

---
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 Feb 19, 2024
1 parent cd37fcc commit 6c6a143
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 31 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ go 1.12
require (
github.com/gophercloud/gophercloud v1.9.0
github.com/prometheus/client_golang v1.18.0
github.com/rogpeppe/go-internal v1.12.0 // indirect
gopkg.in/ini.v1 v1.67.0
k8s.io/api v0.27.10
k8s.io/apimachinery v0.27.10
k8s.io/client-go v0.27.10
k8s.io/api v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.2
k8s.io/klog/v2 v2.120.1
)
Loading

0 comments on commit 6c6a143

Please sign in to comment.