Skip to content

Commit a62e44d

Browse files
authored
build: Update k8s.io/kubelet dep (#1081)
This is skipped by dependabot which ignores `k8s.io/*` in order for dependencies to retain compatibility with `sigs.k8s.io/controller-runtime`, but as `controller-runtime` does not have dependencies on `k8s.io/kubelet` then it gets skipped on update. This commit brings it up to date. I have attempted to fix up dependabot config to allow this but I could not find a working configuration.
1 parent a0adba5 commit a62e44d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
k8s.io/client-go v0.31.7
3939
k8s.io/component-base v0.31.7
4040
k8s.io/klog/v2 v2.130.1
41-
k8s.io/kubelet v0.30.11
41+
k8s.io/kubelet v0.31.7
4242
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
4343
sigs.k8s.io/cluster-api v1.9.5
4444
sigs.k8s.io/cluster-api/test v1.9.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
412412
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
413413
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=
414414
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340/go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98=
415-
k8s.io/kubelet v0.30.11 h1:YIyQ1y+GN2XLbSKWPwnBELRbHKQBhu39gF/dDVeMDnw=
416-
k8s.io/kubelet v0.30.11/go.mod h1:tmoSrMaJHuRHFB/IyQtIAOpWefz1W68CiP6ao54QzfM=
415+
k8s.io/kubelet v0.31.7 h1:jGfsRU536pAyXq/hW9P7+a5k200j2BxBX8IjIWasmxY=
416+
k8s.io/kubelet v0.31.7/go.mod h1:JQM78Be3eV5cjk/KXCLuMuZyOWImYRslzw2EalOADMs=
417417
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=
418418
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
419419
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 h1:2770sDpzrjjsAtVhSeUFseziht227YAWYHLGNM8QPwY=

0 commit comments

Comments
 (0)