cloud-sql-proxy: Update to version 1.23.1

This commit is contained in:
Richard Kuhnt 2021-07-13 21:00:45 +00:00
parent 4a958cf77d
commit 8f86c2df77

View File

@ -1,17 +1,17 @@
{ {
"version": "1.23.0", "version": "1.23.1",
"description": "Provides secure access to Cloud SQL Second Generation instances without having to add Authorized networks or configure SSL.", "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", "homepage": "https://cloud.google.com/sql/docs/mysql/sql-proxy",
"license": "Apache-2.0", "license": "Apache-2.0",
"depends": "gcloud", "depends": "gcloud",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.23.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.23.1/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "a4a0568d79fed2e29d3b83085e172675c5d481d4d27d795b2945b77996ffcc86" "hash": "7637a08defbf66a9dcd6ca1ba9e8b085ab60f1e3f50c8842bccaf0702b377bea"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.23.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.23.1/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "f14d7cc2b0cbc338e6187c96aa0a6d16f5cbef74a6dbb8dbbf42f138ef1cc3bc" "hash": "d7874ea82b2b44a03433b2b31504d9dd6f8e1ad7596e77f1fd1dff95a8fa5b22"
} }
}, },
"bin": "cloud_sql_proxy.exe", "bin": "cloud_sql_proxy.exe",