cloud-sql-proxy: Update to version 1.17

This commit is contained in:
Richard Kuhnt 2020-04-22 19:01:50 +00:00
parent 42bc6e32ae
commit db0829a682

View File

@ -1,17 +1,17 @@
{ {
"version": "1.16", "version": "1.17",
"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.16/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.17/cloud_sql_proxy_x64.exe#/cloud_sql_proxy.exe",
"hash": "341a3f527e13a88758413b5f81391b18bf1d9268b5e52689815c726b8058b64b" "hash": "a905f26a89880d9a3c4b17daac33dbc758e174030eff0ac3700a063a22eb3e0f"
}, },
"32bit": { "32bit": {
"url": "https://storage.googleapis.com/cloudsql-proxy/v1.16/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe", "url": "https://storage.googleapis.com/cloudsql-proxy/v1.17/cloud_sql_proxy_x86.exe#/cloud_sql_proxy.exe",
"hash": "d1576ef8c276b07ac970d2a1a0ce8db436863c1b7d5b83c8b290af8a7d28f456" "hash": "2449b2da9d86f3260f58a5a9f26155bc72d1830c8c159242e1b10dc5a029d546"
} }
}, },
"bin": "cloud_sql_proxy.exe", "bin": "cloud_sql_proxy.exe",