cloud-sql-proxy: Update to version 1.20.1

This commit is contained in:
Richard Kuhnt 2021-03-05 00:01:48 +00:00
parent eedea8652c
commit 97b44acb40

View File

@ -1,17 +1,17 @@
{
"version": "1.20.0",
"version": "1.20.1",
"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.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "f8a39b4d6dfb9bb63a4b6c3c45c42db49acbd2243bc65bfafd066a958949712f"
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.20.1/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "3c0e7acbe2e9995d360510d38306ca5d81f463f2f925c8ab3caee6d4a169f41a"
},
"32bit": {
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.20.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "ad847bf5b71e05f0619cb819247c16a1556676f6d04e7aba44fcdf72f3a29cf5"
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.20.1/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "4974cd87afba3cd7f6e80f99f8d52d68a0165b4ea564dc307cbf94eecf465480"
}
},
"bin": "cloud_sql_proxy.exe",