File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -435,10 +435,10 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
435
435
# Important note: avoid adding spaces in the macro declarations as any
436
436
# additional whitespace will break the renovate regex rules.
437
437
438
- KUBECTL_VERSION =v1.29 .3# renovate datasource=github-tags depName=kubernetes/kubernetes
438
+ KUBECTL_VERSION =v1.31 .3# renovate datasource=github-tags depName=kubernetes/kubernetes
439
439
TERRAFORM_VERSION=v1.8.5# renovate datasource=github-tags depName=hashicorp/terraform
440
440
441
- CONTROLLER_TOOLS_VERSION =v0.14.0 # renovate datasource=go depName=sigs.k8s.io/controller-tools
441
+ CONTROLLER_TOOLS_VERSION =v0.16.5 # renovate datasource=go depName=sigs.k8s.io/controller-tools
442
442
CRD_REF_DOCS_VERSION=v0.0.12# renovate datasource=go depName=github.com/elastic/crd-ref-docs
443
443
GOLANGCI_LINT_VERSION=v1.59.1# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
444
444
GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ require (
7
7
go.uber.org/zap v1.27.0
8
8
k8s.io/api v0.29.3
9
9
k8s.io/apimachinery v0.29.3
10
- k8s.io/client-go v0.29 .3
11
- sigs.k8s.io/controller-runtime v0.17.2
10
+ k8s.io/client-go v0.31 .3
11
+ sigs.k8s.io/controller-runtime v0.19.1
12
12
sigs.k8s.io/yaml v1.4.0
13
13
)
14
14
You can’t perform that action at this time.
0 commit comments