Skip to content

Commit d9f8816

Browse files
committed
deps: Update Kubernetes Runtime
1 parent f10fdc9 commit d9f8816

File tree

3 files changed

+111
-105
lines changed

3 files changed

+111
-105
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,10 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
438438
# Important note: avoid adding spaces in the macro declarations as any
439439
# additional whitespace will break the renovate regex rules.
440440

441-
KUBECTL_VERSION=v1.32.2# renovate datasource=github-tags depName=kubernetes/kubernetes
441+
KUBECTL_VERSION=v1.35.0# renovate datasource=github-tags depName=kubernetes/kubernetes
442442
TERRAFORM_VERSION=v1.13.4# renovate datasource=github-tags depName=hashicorp/terraform
443443

444-
CONTROLLER_TOOLS_VERSION=v0.17.3# renovate datasource=go depName=sigs.k8s.io/controller-tools
444+
CONTROLLER_TOOLS_VERSION=v0.20.0# renovate datasource=go depName=sigs.k8s.io/controller-tools
445445
CRD_REF_DOCS_VERSION=v0.2.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs
446446
GOLANGCI_LINT_VERSION=v2.2.2# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
447447
GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses

go.mod

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,68 @@
11
module github.com/GoogleCloudPlatform/cloud-sql-proxy-operator
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
cloud.google.com/go/cloudsqlconn v1.18.0
77
github.com/go-logr/logr v1.4.3
88
go.uber.org/zap v1.27.0
9-
k8s.io/api v0.32.8
10-
k8s.io/apimachinery v0.32.8
11-
k8s.io/client-go v0.32.8
12-
sigs.k8s.io/controller-runtime v0.20.4
13-
sigs.k8s.io/yaml v1.5.0
9+
k8s.io/api v0.35.0
10+
k8s.io/apimachinery v0.35.0
11+
k8s.io/client-go v0.35.0
12+
sigs.k8s.io/controller-runtime v0.22.4
13+
sigs.k8s.io/yaml v1.6.0
1414
)
1515

1616
require (
1717
github.com/beorn7/perks v1.0.1 // indirect
1818
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1919
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
20-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
20+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
2121
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
22-
github.com/fsnotify/fsnotify v1.7.0 // indirect
23-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
22+
github.com/fsnotify/fsnotify v1.9.0 // indirect
23+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
2424
github.com/go-logr/zapr v1.3.0 // indirect
2525
github.com/go-openapi/jsonpointer v0.21.0 // indirect
2626
github.com/go-openapi/jsonreference v0.20.2 // indirect
2727
github.com/go-openapi/swag v0.23.0 // indirect
2828
github.com/gogo/protobuf v1.3.2 // indirect
29-
github.com/golang/protobuf v1.5.4 // indirect
3029
github.com/google/btree v1.1.3 // indirect
31-
github.com/google/gnostic-models v0.6.8 // indirect
30+
github.com/google/gnostic-models v0.7.0 // indirect
3231
github.com/google/go-cmp v0.7.0 // indirect
33-
github.com/google/gofuzz v1.2.0 // indirect
3432
github.com/google/uuid v1.6.0 // indirect
3533
github.com/josharian/intern v1.0.0 // indirect
3634
github.com/json-iterator/go v1.1.12 // indirect
3735
github.com/mailru/easyjson v0.7.7 // indirect
3836
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
39-
github.com/modern-go/reflect2 v1.0.2 // indirect
37+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4038
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
41-
github.com/pkg/errors v0.9.1 // indirect
42-
github.com/prometheus/client_golang v1.19.1 // indirect
39+
github.com/pmezard/go-difflib v1.0.0 // indirect
40+
github.com/prometheus/client_golang v1.22.0 // indirect
4341
github.com/prometheus/client_model v0.6.1 // indirect
44-
github.com/prometheus/common v0.55.0 // indirect
42+
github.com/prometheus/common v0.62.0 // indirect
4543
github.com/prometheus/procfs v0.15.1 // indirect
46-
github.com/rogpeppe/go-internal v1.13.1 // indirect
47-
github.com/spf13/pflag v1.0.5 // indirect
48-
github.com/stretchr/testify v1.10.0 // indirect
44+
github.com/spf13/pflag v1.0.9 // indirect
4945
github.com/x448/float16 v0.8.4 // indirect
5046
go.uber.org/multierr v1.11.0 // indirect
51-
go.yaml.in/yaml/v2 v2.4.2 // indirect
52-
golang.org/x/net v0.43.0 // indirect
47+
go.yaml.in/yaml/v2 v2.4.3 // indirect
48+
go.yaml.in/yaml/v3 v3.0.4 // indirect
49+
golang.org/x/net v0.47.0 // indirect
5350
golang.org/x/oauth2 v0.30.0 // indirect
54-
golang.org/x/sync v0.16.0 // indirect
55-
golang.org/x/sys v0.35.0 // indirect
56-
golang.org/x/term v0.34.0 // indirect
57-
golang.org/x/text v0.28.0 // indirect
51+
golang.org/x/sync v0.18.0 // indirect
52+
golang.org/x/sys v0.38.0 // indirect
53+
golang.org/x/term v0.37.0 // indirect
54+
golang.org/x/text v0.31.0 // indirect
5855
golang.org/x/time v0.12.0 // indirect
5956
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
60-
google.golang.org/protobuf v1.36.7 // indirect
61-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
57+
google.golang.org/protobuf v1.36.8 // indirect
58+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
6259
gopkg.in/inf.v0 v0.9.1 // indirect
6360
gopkg.in/yaml.v3 v3.0.1 // indirect
64-
k8s.io/apiextensions-apiserver v0.32.1 // indirect
61+
k8s.io/apiextensions-apiserver v0.34.1 // indirect
6562
k8s.io/klog/v2 v2.130.1 // indirect
66-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
67-
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
68-
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
69-
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
63+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
64+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
65+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
66+
sigs.k8s.io/randfill v1.0.0 // indirect
67+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
7068
)

0 commit comments

Comments
 (0)