From c99e7255c060ef7dbf883bac55f9bf9e30fcc8f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 1 Jun 2021 22:00:04 -0700 Subject: [PATCH] cloud-sql-proxy: Update to version 1.23.0 --- bucket/cloud-sql-proxy.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/cloud-sql-proxy.json b/bucket/cloud-sql-proxy.json index f65db3251a..cf3e446351 100644 --- a/bucket/cloud-sql-proxy.json +++ b/bucket/cloud-sql-proxy.json @@ -1,17 +1,17 @@ { - "version": "1.22.0", + "version": "1.23.0", "description": "Provides secure access to Cloud SQL Second Generation instances without having to add Authorized networks or configure SSL.", "homepage": "https://cloud.google.com/sql/docs/mysql/sql-proxy", "license": "Apache-2.0", "depends": "gcloud", "architecture": { "64bit": { - "url": "https://storage.googleapis.com/cloudsql-proxy/v1.22.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe", - "hash": "f51a7854cbd9a37a81bbc12e43ddced14c4bd4fa962134cfff2801dcb2cb7c72" + "url": "https://storage.googleapis.com/cloudsql-proxy/v1.23.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe", + "hash": "a4a0568d79fed2e29d3b83085e172675c5d481d4d27d795b2945b77996ffcc86" }, "32bit": { - "url": "https://storage.googleapis.com/cloudsql-proxy/v1.22.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe", - "hash": "45993c9ec0a889afe925511a43f3cf716c4b724c0b2b65f451ccbcfa42daefd0" + "url": "https://storage.googleapis.com/cloudsql-proxy/v1.23.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe", + "hash": "f14d7cc2b0cbc338e6187c96aa0a6d16f5cbef74a6dbb8dbbf42f138ef1cc3bc" } }, "bin": "cloud_sql_proxy.exe",