From dc6af4d9802f76129c1418ac1447c640fd303309 Mon Sep 17 00:00:00 2001 From: Jonathan Hess Date: Thu, 28 Aug 2025 10:21:11 -0600 Subject: [PATCH] fix: Update proxy to 2.18.2 to include DNS name fix. Operator will use the proxy that includes the fix to the check DNS name changed loop. See https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/pull/1007 --- internal/workload/podspec_updates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/workload/podspec_updates.go b/internal/workload/podspec_updates.go index 99da22bb..a3079548 100644 --- a/internal/workload/podspec_updates.go +++ b/internal/workload/podspec_updates.go @@ -39,7 +39,7 @@ const ( // DefaultProxyImage is the latest version of the proxy as of the release // of this operator. This is managed as a dependency. We update this constant // when the Cloud SQL Auth Proxy releases a new version. - DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.18.1" + DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.18.2" // DefaultFirstPort is the first port number chose for an instance listener by the // proxy.