File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ go 1.24.0
5
5
require (
6
6
github.com/go-logr/logr v1.4.3
7
7
go.uber.org/zap v1.27.0
8
- k8s.io/api v0.32.1
9
- k8s.io/apimachinery v0.32.1
10
- k8s.io/client-go v0.32.1
8
+ k8s.io/api v0.32.8
9
+ k8s.io/apimachinery v0.32.8
10
+ k8s.io/client-go v0.32.8
11
11
sigs.k8s.io/controller-runtime v0.20.4
12
12
sigs.k8s.io/yaml v1.5.0
13
13
)
Original file line number Diff line number Diff line change @@ -170,14 +170,14 @@ gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
170
170
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
171
171
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
172
172
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
173
- k8s.io/api v0.32.1 h1:f562zw9cy+GvXzXf0CKlVQ7yHJVYzLfL6JAS4kOAaOc =
174
- k8s.io/api v0.32.1 /go.mod h1:/Yi/BqkuueW1BgpoePYBRdDYfjPF5sgTr5+YqDZra5k =
173
+ k8s.io/api v0.32.8 h1:PhuKPnqsaXYuwmLXRLAmdDJ9EZ2R2kEbOZTq4UE3lGc =
174
+ k8s.io/api v0.32.8 /go.mod h1:gdRZQ4zXGawr9YrJ5OjTl7aR3TD0mTowtFsqFtpCDXo =
175
175
k8s.io/apiextensions-apiserver v0.32.1 h1:hjkALhRUeCariC8DiVmb5jj0VjIc1N0DREP32+6UXZw =
176
176
k8s.io/apiextensions-apiserver v0.32.1 /go.mod h1:sxWIGuGiYov7Io1fAS2X06NjMIk5CbRHc2StSmbaQto =
177
- k8s.io/apimachinery v0.32.1 h1:683ENpaCBjma4CYqsmZyhEzrGz6cjn1MY/X2jB2hkZs =
178
- k8s.io/apimachinery v0.32.1 /go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE =
179
- k8s.io/client-go v0.32.1 h1:otM0AxdhdBIaQh7l1Q0jQpmo7WOFIk5FFa4bg6YMdUU =
180
- k8s.io/client-go v0.32.1 /go.mod h1:aTTKZY7MdxUaJ/KiUs8D+GssR9zJZi77ZqtzcGXIiDg =
177
+ k8s.io/apimachinery v0.32.8 h1:95I+2jX71Tev+C+UlhNbmKfv+A/TQII42HLskiHZpBg =
178
+ k8s.io/apimachinery v0.32.8 /go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE =
179
+ k8s.io/client-go v0.32.8 h1:BkSFWUtRz/BbE3DJF98KPg7ix6lwMnIQ9DnHw3iWiSw =
180
+ k8s.io/client-go v0.32.8 /go.mod h1:vGkCzRxZ7BuRX2zdW7+kOwCdcgOkq9omDWb26wk/sE0 =
181
181
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk =
182
182
k8s.io/klog/v2 v2.130.1 /go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE =
183
183
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f h1:GA7//TjRY9yWGy1poLzYYJJ4JRdzg3+O6e8I+e+8T5Y =
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ terraform {
18
18
required_providers {
19
19
google = {
20
20
source = " hashicorp/google"
21
- version = " 6.43.0 "
21
+ version = " 6.49.2 "
22
22
}
23
23
google-beta = {
24
24
source = " hashicorp/google-beta"
25
- version = " 6.43.0 "
25
+ version = " 6.49.2 "
26
26
}
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const (
39
39
// DefaultProxyImage is the latest version of the proxy as of the release
40
40
// of this operator. This is managed as a dependency. We update this constant
41
41
// when the Cloud SQL Auth Proxy releases a new version.
42
- DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.18.0 "
42
+ DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.18.1 "
43
43
44
44
// DefaultFirstPort is the first port number chose for an instance listener by the
45
45
// proxy.
You can’t perform that action at this time.
0 commit comments