Skip to content

Commit 47f14f6

Browse files
Bump k8s.io/kubectl in /cmd/experimental/kjobctl in the kubernetes group (#2714)
Bumps the kubernetes group in /cmd/experimental/kjobctl with 1 update: [k8s.io/kubectl](https://github.com/kubernetes/kubectl). Updates `k8s.io/kubectl` from 0.30.2 to 0.30.3 - [Commits](kubernetes/kubectl@v0.30.2...v0.30.3) --- updated-dependencies: - dependency-name: k8s.io/kubectl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kubernetes ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e42156 commit 47f14f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/experimental/kjobctl/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
k8s.io/cli-runtime v0.30.3
1313
k8s.io/client-go v0.30.3
1414
k8s.io/klog/v2 v2.120.1
15-
k8s.io/kubectl v0.30.2
15+
k8s.io/kubectl v0.30.3
1616
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
1717
sigs.k8s.io/controller-runtime v0.18.4
1818
sigs.k8s.io/kueue v0.8.0

cmd/experimental/kjobctl/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=
292292
k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
293293
k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a h1:zD1uj3Jf+mD4zmA7W+goE5TxDkI7OGJjBNBzq5fJtLA=
294294
k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a/go.mod h1:UxDHUPsUwTOOxSU+oXURfFBcAS6JwiRXTYqYwfuGowc=
295-
k8s.io/kubectl v0.30.2 h1:cgKNIvsOiufgcs4yjvgkK0+aPCfa8pUwzXdJtkbhsH8=
296-
k8s.io/kubectl v0.30.2/go.mod h1:rz7GHXaxwnigrqob0lJsiA07Df8RE3n1TSaC2CTeuB4=
295+
k8s.io/kubectl v0.30.3 h1:YIBBvMdTW0xcDpmrOBzcpUVsn+zOgjMYIu7kAq+yqiI=
296+
k8s.io/kubectl v0.30.3/go.mod h1:IcR0I9RN2+zzTRUa1BzZCm4oM0NLOawE6RzlDvd1Fpo=
297297
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 h1:jgGTlFYnhF1PM1Ax/lAlxUPE+KfCIXHaathvJg1C3ak=
298298
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
299299
sigs.k8s.io/controller-runtime v0.18.4 h1:87+guW1zhvuPLh1PHybKdYFLU0YJp4FhJRmiHvm5BZw=

0 commit comments

Comments
 (0)