cloud-sql-proxy: Update to version 1.20.0

This commit is contained in:
Richard Kuhnt 2021-02-25 23:01:47 +00:00
parent af00c082f6
commit b1c051cbe3

View File

@ -1,17 +1,17 @@
{ {
"version": "1.19.2", "version": "1.20.0",
"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.19.2/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.20.0/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "1312ce042affae54ebf6874b4d5ec54401118ad6603f1f6328fe3d3944629203" "hash": "f8a39b4d6dfb9bb63a4b6c3c45c42db49acbd2243bc65bfafd066a958949712f"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.19.2/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.20.0/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "7412b5f453bd20ad645c5ac6e27eae73669afe66670d5bf6b6e9fe3a01c91706" "hash": "ad847bf5b71e05f0619cb819247c16a1556676f6d04e7aba44fcdf72f3a29cf5"
} }
}, },
"bin": "cloud_sql_proxy.exe", "bin": "cloud_sql_proxy.exe",