From 2b4eb18c367d219488acaf6d8abaa448d5046445 Mon Sep 17 00:00:00 2001 From: Jonathan Hess Date: Fri, 26 Jun 2026 19:57:25 +0000 Subject: [PATCH] feat: Upgrade to Cloud SQL Proxy v2.23.0 --- 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 f7e2074c..b345e83c 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.22.0" + DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.23.0" // DefaultFirstPort is the first port number chose for an instance listener by the // proxy.