Skip to content

Commit

Permalink
Bump k8s to 1.28.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatseykanets committed Jul 10, 2024
1 parent 968db0b commit 32a2b7a
Show file tree
Hide file tree
Showing 2 changed files with 1,498 additions and 70 deletions.
11 changes: 8 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ go 1.22
replace (
github.com/docker/docker => github.com/docker/docker v20.10.25+incompatible
github.com/rancher/rke => github.com/rancher/rke v1.5.10
k8s.io/api => k8s.io/api v0.28.9
k8s.io/apimachinery => k8s.io/apimachinery v0.28.9
k8s.io/apiserver => k8s.io/apiserver v0.28.9
k8s.io/client-go => k8s.io/client-go v0.28.8
k8s.io/component-base => k8s.io/component-base v0.28.9
k8s.io/kubernetes => k8s.io/kubernetes v1.28.9
)

require (
Expand Down Expand Up @@ -82,10 +87,10 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.28.8 // indirect
k8s.io/apimachinery v0.28.8 // indirect
k8s.io/api v0.28.9 // indirect
k8s.io/apimachinery v0.28.9 // indirect
k8s.io/apiserver v0.28.6 // indirect
k8s.io/component-base v0.28.6 // indirect
k8s.io/component-base v0.28.9 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
k8s.io/kubernetes v1.28.6 // indirect
Expand Down
Loading

0 comments on commit 32a2b7a

Please sign in to comment.