Skip to content

Commit c3a4225

Browse files
fix(deps): update kubernetes packages to v0.29.2
1 parent 6d69739 commit c3a4225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ require (
1717
github.com/sirupsen/logrus v1.9.3
1818
gopkg.in/yaml.v2 v2.4.0
1919
helm.sh/helm/v3 v3.11.2
20-
k8s.io/apimachinery v0.26.4
21-
k8s.io/client-go v0.26.4
20+
k8s.io/apimachinery v0.29.2
21+
k8s.io/client-go v0.29.2
2222
)
2323

2424
require (
@@ -354,7 +354,7 @@ require (
354354

355355
replace (
356356
go.etcd.io/etcd/pkg/v3 => go.etcd.io/etcd/pkg/v3 v3.5.0-alpha.0
357-
k8s.io/cli-runtime => k8s.io/cli-runtime v0.26.4
357+
k8s.io/cli-runtime => k8s.io/cli-runtime v0.29.2
358358
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230109183929-3758b55a6596
359359
sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.12.1
360360
sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.9

0 commit comments

Comments
 (0)