Skip to content

Commit

Permalink
chore(deps): bump k8s.io/client-go from 0.24.3 to 0.24.4
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.3 to 0.24.4.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.24.3...v0.24.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2022
1 parent a150d16 commit 5eaf97a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 174 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/spf13/cobra v1.5.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
gopkg.in/yaml.v3 v3.0.1
k8s.io/client-go v0.24.3
k8s.io/client-go v0.24.4
)

require (
Expand All @@ -36,7 +36,7 @@ require (
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/apimachinery v0.24.3 // indirect
k8s.io/apimachinery v0.24.4 // indirect
k8s.io/klog/v2 v2.70.1 // indirect
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
Expand Down
Loading

0 comments on commit 5eaf97a

Please sign in to comment.