cloud-sql-proxy: Update to version 1.20.2

This commit is contained in:
Richard Kuhnt 2021-03-06 00:00:34 +00:00
parent f058474a89
commit bd48cb3d7e

View File

@ -1,17 +1,17 @@
{
"version": "1.20.1",
"version": "1.20.2",
"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.20.1/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "3c0e7acbe2e9995d360510d38306ca5d81f463f2f925c8ab3caee6d4a169f41a"
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.20.2/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "016fe099d6bc96378aaadf7714ea66900d4acaabccac1e0265041ae731d9b687"
},
"32bit": {
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.20.1/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "4974cd87afba3cd7f6e80f99f8d52d68a0165b4ea564dc307cbf94eecf465480"
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.20.2/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "596e1b27c94725f972b70ba2a688093b3010ca8dbd8aeb374a36e2aecdf0b4f9"
}
},
"bin": "cloud_sql_proxy.exe",